fix nether mushrooms not spawning

This commit is contained in:
JoeEnderman 2023-04-22 16:04:56 -05:00 committed by GitHub
parent 491f0b4dc1
commit 9f186a169f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -47,9 +47,9 @@ local S1 = {name = "stairs:stair_netherrack", prob = 255, force_place = true, pa
local S2 = {name = "stairs:stair_netherrack", prob = 255, force_place = true, param2 = 7}
local S3 = {name = "stairs:stair_netherrack", prob = 255, force_place = true, param2 = 12}
local S4 = {name = "stairs:stair_netherrack", prob = 255, force_place = true, param2 = 16}
local M1 = {name = "nether:hinge", prob = 255}
local M2 = {name = "nether:hinge_growing", prob = 255}
local M3 = {name = "nether:hinge_glow", prob = 255}
local H1 = {name = "nether:hinge", prob = 255}
local H2 = {name = "nether:hinge_growing", prob = 255}
local H3 = {name = "nether:hinge_glowing", prob = 255}
-- =================