Skip to content

Commit

Permalink
Substitute spawners for black glass on 1.7 clients
Browse files Browse the repository at this point in the history
  • Loading branch information
alexsosnovsky authored and calcastor committed Dec 5, 2023
1 parent c1cd560 commit 1b25905
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,9 @@ public void register() {
registerBlock(182, 0, new Replacement(44, 1));
registerBlock(182, 8, new Replacement(44, 9));

// Spawner => Black Glass (fixes 1.7 horse spawner crash)
registerBlock(52, new Replacement(95,15));

registerItem(425, new Replacement(323, "Banner"));
registerItem(409, new Replacement(406, "Prismarine Shard"));
registerItem(410, new Replacement(406, "Prismarine Crystal"));
Expand Down

0 comments on commit 1b25905

Please sign in to comment.