Skip to content

Commit

Permalink
Merge pull request #26 from SmokeyStack/stonecutter
Browse files Browse the repository at this point in the history
Updated vanilla registry
  • Loading branch information
SmokeyStack authored Apr 3, 2023
2 parents a017ed2 + 410ce40 commit 08dd4b0
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions adk/data/GlobalRegistry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1163,7 +1163,6 @@ std::vector<std::string> vanillaRegistry{
"minecraft:wooden_shovel",
"minecraft:wooden_slab",
"minecraft:wooden_sword",
"minecraft:wool",
"minecraft:writable_book",
"minecraft:written_book",
"minecraft:yellow_candle",
Expand All @@ -1175,4 +1174,20 @@ std::vector<std::string> vanillaRegistry{
"minecraft:zombie_horse_spawn_egg",
"minecraft:zombie_pigman_spawn_egg",
"minecraft:zombie_spawn_egg",
"minecraft:zombie_villager_spawn_egg"};
"minecraft:zombie_villager_spawn_egg",
"minecraft:black_wool",
"minecraft:blue_wool",
"minecraft:brown_wool",
"minecraft:cyan_wool",
"minecraft:gray_wool",
"minecraft:green_wool",
"minecraft:light_blue_wool",
"minecraft:light_gray_wool",
"minecraft:lime_wool",
"minecraft:magenta_wool",
"minecraft:orange_wool",
"minecraft:pink_wool",
"minecraft:purple_wool",
"minecraft:red_wool",
"minecraft:white_wool",
"minecraft:yellow_wool"};

0 comments on commit 08dd4b0

Please sign in to comment.