End Remastered

End Remastered

4M Downloads

end remastered 1.16.5

Orangejewce92 opened this issue ยท 2 comments

commented

LootContext.Builder builder = (new LootContext.Builder(context.getLevel()).withRandom(context.getRandom()));

I am having a "Dead chest" issue coming specifically from end remastered

i believe this to be a fix
((LootContextAccessor)newContextBuilder).repurposedstructures_getParams().putAll(((LootContextAccessor)oldLootContext).repurposedstructures_getParams());

i hope this is something that can be fixed i do not wish to remove this awesome mod.

commented

More specifically, even with the mod lootr removed Chests in dungeons or fortresses will not open do to some parameters missing.

return new LootInjectionModifier(aiLootCondition, new ResourceLocation(JSONUtils.getAsString(object, "injection")));

also line 39 you are using the default Minecraft namespace so it's likely conflicting with vanilla stuff.

commented