mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2024-11-10 20:45:59 +01:00
PartialModel gets called from the right place
This commit is contained in:
parent
608204ee0a
commit
4d91c06e86
@ -5,6 +5,8 @@ import com.jozufozu.flywheel.core.AtlasStitcher;
|
|||||||
import com.jozufozu.flywheel.core.Contexts;
|
import com.jozufozu.flywheel.core.Contexts;
|
||||||
import com.jozufozu.flywheel.core.Materials;
|
import com.jozufozu.flywheel.core.Materials;
|
||||||
|
|
||||||
|
import com.jozufozu.flywheel.core.PartialModel;
|
||||||
|
|
||||||
import net.minecraftforge.eventbus.api.IEventBus;
|
import net.minecraftforge.eventbus.api.IEventBus;
|
||||||
import net.minecraftforge.fml.javafmlmod.FMLJavaModLoadingContext;
|
import net.minecraftforge.fml.javafmlmod.FMLJavaModLoadingContext;
|
||||||
|
|
||||||
@ -20,5 +22,7 @@ public class FlywheelClient {
|
|||||||
|
|
||||||
modEventBus.addListener(Contexts::flwInit);
|
modEventBus.addListener(Contexts::flwInit);
|
||||||
modEventBus.addListener(Materials::flwInit);
|
modEventBus.addListener(Materials::flwInit);
|
||||||
|
modEventBus.addListener(PartialModel::onModelRegistry);
|
||||||
|
modEventBus.addListener(PartialModel::onModelBake);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user