Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Commit

Permalink
Fix prefab recipe conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
henkelmax committed Apr 5, 2021
1 parent b168487 commit c9e1481
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 0 additions & 2 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
- Added controlling
- Updated easy villagers
- Fixed prefab recipe conflicts
6 changes: 5 additions & 1 deletion overrides/scripts/delivery.zs
Original file line number Diff line number Diff line change
Expand Up @@ -898,4 +898,8 @@ craftingTable.addShaped("nether_gate", <item:prefab:item_nether_gate>, [
[<item:compressium:stone_2>, <item:compressium:obsidian_1>, <item:compressium:stone_2>],
[<item:compressium:obsidian_1>, <item:minecraft:flint_and_steel>, <item:compressium:obsidian_1>],
[<item:compressium:stone_2>, <item:compressium:obsidian_1>, <item:compressium:stone_2>]
]);
]);

craftingTable.removeByName("jaopca:storage_blocks.to_storage_block.brick");
craftingTable.removeByName("jaopca:storage_blocks.to_material.brick");
mods.jei.JEI.hideItem(<item:jaopca:storage_blocks.brick>);

0 comments on commit c9e1481

Please sign in to comment.