Skip to content

Commit

Permalink
chore: remove expensive golden carrot recipe
Browse files Browse the repository at this point in the history
  • Loading branch information
2mal3 committed Mar 13, 2024
1 parent bd1df66 commit ef6c755
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/data/2re/modules/minecraft.bolt
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,6 @@ for name, recipe in vanilla_recipes.items():

recipe name modified_recipe

# Golden Carrot with gold ingots
elif name.endswith("golden_carrot"):
modified_recipe["key"]["#"]["item"] = "minecraft:gold_ingot"

recipe name modified_recipe

# Hanging Signs with Planks
elif name.endswith("_hanging_sign"):
modified_recipe["result"]["count"] = 3
Expand Down

0 comments on commit ef6c755

Please sign in to comment.