Merge branch 'dev' into vanilla-opt

# Conflicts:
#	src/main/java/com/jozufozu/flywheel/FlywheelClient.java
This commit is contained in:
Jozufozu 2021-07-09 13:45:52 -07:00
commit 9501d01494

View File

@ -4,7 +4,7 @@ import com.jozufozu.flywheel.backend.Backend;
import com.jozufozu.flywheel.core.AtlasStitcher;
import com.jozufozu.flywheel.core.Contexts;
import com.jozufozu.flywheel.core.Materials;
import com.jozufozu.flywheel.core.PartialModel;
import com.jozufozu.flywheel.vanilla.VanillaInstances;
import net.minecraftforge.eventbus.api.IEventBus;
@ -22,6 +22,8 @@ public class FlywheelClient {
modEventBus.addListener(Contexts::flwInit);
modEventBus.addListener(Materials::flwInit);
modEventBus.addListener(PartialModel::onModelRegistry);
modEventBus.addListener(PartialModel::onModelBake);
VanillaInstances.init();
}