1
0
mirror of https://codeberg.org/tenplus1/farming.git synced 2025-06-30 23:30:43 +02:00

fix string/wool

This commit is contained in:
tenplus1
2023-09-01 10:12:30 +01:00
parent 5107d18079
commit cc0668bc57
2 changed files with 15 additions and 7 deletions

View File

@ -51,6 +51,8 @@ farming.recipe_items = {
cactus = "default:cactus",
paper = "default:paper",
snow = "default:snow",
string = "farming:string",
wool = "wool:white"
}
-- change recipe items to mineclone variations
@ -81,6 +83,8 @@ if farming.mcl then
a.cactus = "mcl_core:cactus"
a.paper = "mcl_core:paper"
a.snow = "mcl_throwing:snowball"
a.string = "mcl_mobitems:string"
a.wool = "mcl_wool:white"
add_groups("mcl_core:sugar", {food_sugar = 1})
add_groups("mcl_throwing:egg", {food_egg = 1})