mirror of
https://github.com/mt-mods/unifieddyes.git
synced 2024-11-22 15:33:52 +01:00
change airbrush recipe
to 1 brass ingot, 2 steel ingots, and 1 plastic sheet
This commit is contained in:
parent
334de564fd
commit
1fd850d37c
6
init.lua
6
init.lua
@ -1102,9 +1102,9 @@ minetest.register_tool("unifieddyes:airbrush", {
|
||||
minetest.register_craft( {
|
||||
output = "unifieddyes:airbrush",
|
||||
recipe = {
|
||||
{ "default:gold_ingot", "", "bucket:bucket_empty" },
|
||||
{ "", "default:steel_ingot", "" },
|
||||
{ "", "", "default:steel_ingot" }
|
||||
{ "basic_materials:brass_ingot", "", "basic_materials:plastic_sheet" },
|
||||
{ "", "default:steel_ingot", "" },
|
||||
{ "", "", "default:steel_ingot" }
|
||||
},
|
||||
})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user