-
Notifications
You must be signed in to change notification settings - Fork 3
Description
The special estrogen packages just don't render when thrown (via holding right click, not dropping) on the ground. This includes both from manual packaging, and from the creative inventory.
The entity itself does still exist, as it is still breakable, casts a shadow on the ground, and appears on conveyor belts.
I was able to recreate the issue with only Create, Estrogen, Create: Estrogen, and their dependencies on Forge 1.20.1
Prism Launcher is the launcher I use if that is useful information at all.
I think that this log shows the issue, as it shows up whenever a problematic package is attempted to be rendered:
[18:29:39] [Flywheel Task Executor #0/ERROR] [flywheel/]: Error running task java.lang.NullPointerException: Cannot invoke "net.minecraft.client.resources.model.BakedModel.getModelData(net.minecraft.world.level.BlockAndTintGetter, net.minecraft.core.BlockPos, net.minecraft.world.level.block.state.BlockState, net.minecraftforge.client.model.data.ModelData)" because "model" is null at dev.engine_room.flywheel.lib.model.baked.BakedModelBufferer.bufferModel(BakedModelBufferer.java:45) ~[flywheel-forge-1.20.1-1.0.5.jar%23226!/:?] {re:classloading} at dev.engine_room.flywheel.lib.model.baked.ForgeBakedModelBuilder.build(ForgeBakedModelBuilder.java:78) ~[flywheel-forge-1.20.1-1.0.5.jar%23226!/:?] {re:classloading} at dev.engine_room.flywheel.lib.model.Models.lambda$static$1(Models.java:30) ~[flywheel-forge-1.20.1-1.0.5.jar%23226!/:?] {re:classloading} at java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1708) ~[?:?] {re:mixin} at dev.engine_room.flywheel.lib.util.RendererReloadCache.get(RendererReloadCache.java:26) ~[flywheel-forge-1.20.1-1.0.5.jar%23226!/:?] {re:classloading} at dev.engine_room.flywheel.lib.model.Models.partial(Models.java:52) ~[flywheel-forge-1.20.1-1.0.5.jar%23226!/:?] {re:classloading} at com.simibubi.create.content.logistics.box.PackageVisual.<init>(PackageVisual.java:30) ~[create-1.20.1-6.0.8.jar%23171!/:6.0.8] {re:classloading} at dev.engine_room.flywheel.lib.visualization.SimpleEntityVisualizer.createVisual(SimpleEntityVisualizer.java:27) ~[flywheel-forge-1.20.1-1.0.5.jar%23226!/:?] {re:classloading} at dev.engine_room.flywheel.impl.visualization.storage.EntityStorage.createRaw(EntityStorage.java:17) ~[flywheel-forge-1.20.1-1.0.5.jar%23226!/:?] {re:classloading} at dev.engine_room.flywheel.impl.visualization.storage.EntityStorage.createRaw(EntityStorage.java:9) ~[flywheel-forge-1.20.1-1.0.5.jar%23226!/:?] {re:classloading} at dev.engine_room.flywheel.impl.visualization.storage.Storage.add(Storage.java:72) ~[flywheel-forge-1.20.1-1.0.5.jar%23226!/:?] {re:classloading} at dev.engine_room.flywheel.impl.visualization.VisualManagerImpl.processQueue(VisualManagerImpl.java:63) ~[flywheel-forge-1.20.1-1.0.5.jar%23226!/:?] {re:classloading} at dev.engine_room.flywheel.impl.visualization.VisualManagerImpl.lambda$framePlan$0(VisualManagerImpl.java:71) ~[flywheel-forge-1.20.1-1.0.5.jar%23226!/:?] {re:classloading} at dev.engine_room.flywheel.lib.task.Distribute.tasks(Distribute.java:41) ~[flywheel-forge-1.20.1-1.0.5.jar%23226!/:?] {re:classloading} at dev.engine_room.flywheel.lib.task.SimplePlan.lambda$execute$0(SimplePlan.java:33) ~[flywheel-forge-1.20.1-1.0.5.jar%23226!/:?] {re:classloading} at dev.engine_room.flywheel.impl.task.ParallelTaskExecutor$WorkerThread.processTask(ParallelTaskExecutor.java:215) ~[flywheel-forge-1.20.1-1.0.5.jar%23226!/:?] {re:classloading} at dev.engine_room.flywheel.impl.task.ParallelTaskExecutor$WorkerThread.run(ParallelTaskExecutor.java:205) ~[flywheel-forge-1.20.1-1.0.5.jar%23226!/:?] {re:classloading}