diff options
author | Xenoxis <ikdc.services@gmail.com> | 2020-03-28 00:37:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-28 00:37:32 +0100 |
commit | ae4d387f1d7bfec7ca27284c993ff2cb0a593e09 (patch) | |
tree | 457a2242775fc521b55e399ececbeb08427d10fa /src/Blocks | |
parent | Reduce ghast spawn rate again (diff) | |
download | cuberite-ae4d387f1d7bfec7ca27284c993ff2cb0a593e09.tar cuberite-ae4d387f1d7bfec7ca27284c993ff2cb0a593e09.tar.gz cuberite-ae4d387f1d7bfec7ca27284c993ff2cb0a593e09.tar.bz2 cuberite-ae4d387f1d7bfec7ca27284c993ff2cb0a593e09.tar.lz cuberite-ae4d387f1d7bfec7ca27284c993ff2cb0a593e09.tar.xz cuberite-ae4d387f1d7bfec7ca27284c993ff2cb0a593e09.tar.zst cuberite-ae4d387f1d7bfec7ca27284c993ff2cb0a593e09.zip |
Diffstat (limited to 'src/Blocks')
-rw-r--r-- | src/Blocks/BlockHandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Blocks/BlockHandler.cpp b/src/Blocks/BlockHandler.cpp index 60241b0ae..a270a45da 100644 --- a/src/Blocks/BlockHandler.cpp +++ b/src/Blocks/BlockHandler.cpp @@ -741,7 +741,7 @@ void Temporary::RegisterAllBlockHandlers(BlockTypeRegistry & aRegistry) {"minecraft:coal_ore", E_BLOCK_COAL_ORE}, {"minecraft:coarse_dirt", E_BLOCK_DIRT}, {"minecraft:cobblestone", E_BLOCK_COBBLESTONE}, - {"minecraft:cobblestone_slab", E_BLOCK_WOODEN_SLAB}, + {"minecraft:cobblestone_slab", E_BLOCK_STONE_SLAB}, {"minecraft:cobblestone_stairs", E_BLOCK_COBBLESTONE_STAIRS}, {"minecraft:cobblestone_wall", E_BLOCK_COBBLESTONE_WALL}, {"minecraft:cobweb", E_BLOCK_COBWEB}, |