mirror of
https://github.com/mt-mods/unifieddyes.git
synced 2025-06-28 14:26:21 +02:00
Compare commits
1 Commits
2018-11-09
...
2018-11-23
Author | SHA1 | Date | |
---|---|---|---|
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" }
|
||||
},
|
||||
})
|
||||
|
||||
|
Reference in New Issue
Block a user