mirror of
https://github.com/mt-mods/homedecor_modpack.git
synced 2024-11-20 09:00:32 +01:00
better recipe for asphalt shingles
This commit is contained in:
parent
a9c1fe3c46
commit
4dab7d0acd
@ -304,7 +304,7 @@ minetest.register_craft({
|
||||
minetest.register_craft( {
|
||||
output = "homedecor:shingles_asphalt 6",
|
||||
recipe = {
|
||||
{ "default:gravel", "dye:black", "default:gravel" },
|
||||
{ "building_blocks:gravel_spread", "dye:black", "building_blocks:gravel_spread" },
|
||||
{ "default:sand", "dye:black", "default:sand" },
|
||||
{ "homedecor:plastic_sheeting", "homedecor:plastic_sheeting", "homedecor:plastic_sheeting" },
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user