gigaherz / PackingTape

A Minecraft Forge Mod
http://minecraft.curseforge.com/projects/packing-tape
Other
11 stars 3 forks source link

Blacklist tag fix #28

Closed aeonic-dev closed 2 years ago

aeonic-dev commented 2 years ago

This PR fixes the block entity type blacklist tags, which were stored in the wrong directory for their registry key (tile_entity_types/ -> block_entity_type/). As it stands the mod's default tags take no effect and are bound as empty tags at runtime (unless the te_blacklist tag is added to directly).

gigaherz commented 2 years ago

Oops. Thx for the fix.