mirror of
https://github.com/quizhizhe/LiteLoaderBDS-1.16.40.git
synced 2025-06-05 03:43:40 +00:00
19 lines
585 B
C++
19 lines
585 B
C++
//
|
|
// Created by OEOTYAN on 2022/08/27.
|
|
//
|
|
#include "ParticleAPI.h"
|
|
#include "MC/Player.hpp"
|
|
#include "MC/Dimension.hpp"
|
|
#include "MC/Level.hpp"
|
|
#include <MC/ResourcePackRepository.hpp>
|
|
#include <MC/ResourcePackStack.hpp>
|
|
#include <EventAPI.h>
|
|
#include <MC/ResourcePackRepository.hpp>
|
|
//void InitParticle() {
|
|
// Event::ResourcePackInitEvent::subscribe([](const Event::ResourcePackInitEvent& ev) {
|
|
// ev.mRepo->setCustomResourcePackPath(PackType::PackType_Resources, R"(plugins/LiteLoader/ResourcePacks)");
|
|
// return true;
|
|
// });
|
|
//}
|
|
|
|
ParticleAPI ParticleCUI::api{}; |