mirror of
https://github.com/pmmp/PocketMine-MP.git
synced 2025-09-06 17:59:48 +00:00
Added more Wood stairs, and planks
This commit is contained in:
@ -28,7 +28,10 @@ class CraftingRecipes{
|
||||
"SNOWBALL:?x4=>SNOW_BLOCK:0x1",
|
||||
"WOODEN_PLANKS:?x2=>STICK:0x4",
|
||||
"COBBLESTONE:?x4=>STONECUTTER:0x1",
|
||||
"WOOD:?x1=>WOODEN_PLANKS:0x4",
|
||||
"WOOD:0x1=>WOODEN_PLANKS:0x4",
|
||||
"WOOD:1x1=>WOODEN_PLANKS:1x4",
|
||||
"WOOD:2x1=>WOODEN_PLANKS:2x4",
|
||||
"WOOD:3x1=>WOODEN_PLANKS:3x4",
|
||||
"WOOL:0x1,DYE:0x1=>WOOL:15x1",
|
||||
"WOOL:0x1,DYE:1x1=>WOOL:14x1",
|
||||
"WOOL:0x1,DYE:2x1=>WOOL:13x1",
|
||||
@ -90,8 +93,14 @@ class CraftingRecipes{
|
||||
"DIAMOND:?x3,IRON_INGOT:?x6=>NETHER_REACTOR:0x1",
|
||||
"WOODEN_PLANKS:?x6=>TRAPDOOR:0x2",
|
||||
"WOODEN_PLANKS:?x6=>WOODEN_DOOR:0x1",
|
||||
"WOODEN_PLANKS:?x6=>WOODEN_STAIRS:0x4",
|
||||
"WOODEN_PLANKS:?x3=>SLAB:2x6",
|
||||
"WOODEN_PLANKS:0x6=>WOODEN_STAIRS:0x4",
|
||||
"WOODEN_PLANKS:0x3=>SLAB:2x6",
|
||||
"WOODEN_PLANKS:1x6=>SPRUCE_WOOD_STAIRS:0x4",
|
||||
//"WOODEN_PLANKS:1x3=>SPRUCE_WOOD_SLAB:2x6",
|
||||
"WOODEN_PLANKS:2x6=>BIRCH_WOOD_STAIRS:0x4",
|
||||
//"WOODEN_PLANKS:2x3=>BIRCH_WOOD_SLAB:2x6",
|
||||
"WOODEN_PLANKS:3x6=>JUNGLE_WOOD_STAIRS:0x4",
|
||||
//"WOODEN_PLANKS:3x3=>JUNGLE_WOOD_SLAB:2x6",
|
||||
|
||||
//Tools
|
||||
"STICK:?x1,FEATHER:?x1,FLINT:?x1=>ARROW:0x4",
|
||||
|
@ -35,6 +35,9 @@ class FuelData{
|
||||
FENCE => 15,
|
||||
FENCE_GATE => 15,
|
||||
WOODEN_STAIRS => 15,
|
||||
SPRUCE_WOOD_STAIRS => 15,
|
||||
BIRCH_WOOD_STAIRS => 15,
|
||||
JUNGLE_WOOD_STAIRS => 15,
|
||||
TRAPDOOR => 15,
|
||||
WORKBENCH => 15,
|
||||
BOOKSHELF => 15,
|
||||
|
Reference in New Issue
Block a user