Update brewing stand recipe - it can be built with cobble.

This commit is contained in:
Brandon 2020-06-20 17:26:42 -04:00
parent 12d0c3019e
commit 95e4934c80
1 changed files with 1 additions and 1 deletions

View File

@ -1030,6 +1030,6 @@ minetest.register_craft({
output = "mcl_brewing:stand",
recipe = {
{ "", "mcl_mobitems:blaze_rod", "" },
{ "mcl_core:stone_smooth", "mcl_core:stone_smooth", "mcl_core:stone_smooth" },
{ "mcl_core:cobble", "mcl_core:cobble", "mcl_core:cobble" },
}
})