Skip to content

Commit

Permalink
fix unclosed bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
friendlyhj committed Oct 9, 2023
1 parent 874bdf2 commit 482be76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easy/loottabletweaker.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ LootTable.removeTable("desert_pyramid");
LootTable.removePool("end_city_treasure", "main");

// 移除村庄铁匠铺箱子的 LootTable 的 main 池中的 minecraft:iron_ore 这一被抽出项
LootTable.removeEntry("minecraft:chests/village_blacksmith", "main", <minecraft:iron_ore>.id;
LootTable.removeEntry("minecraft:chests/village_blacksmith", "main", <minecraft:iron_ore>.id);

/*指定 LootTable "minecraft:chests/simple_dungeon" (小刷怪房箱子)
选中此 LootTable 中的 "main" 池
Expand Down

0 comments on commit 482be76

Please sign in to comment.