• • 10/1/24 12:15 pm • 1 logs
- 306 views • 0 today
- save_alt 17 downloads
- Compatibility
- Minecraft 1.20
- Changes include
- Recipes
3
this allows you to uncraft planks back into logs.
this can help when you miss clicked or have to many planks.
By the way it works in 1.20.6
this can help when you miss clicked or have to many planks.
By the way it works in 1.20.6
1 Update Logs
shapeless and bamboo : by piecraft09 10/01/2024 12:15:16 pmOctober 1, 2024 @ 4:15 pm UTC
first update!
added bamboo recipe and made crafting shapeless (inspired by sniffercraft34's comment)
added bamboo recipe and made crafting shapeless (inspired by sniffercraft34's comment)
More like this
6286879
119




Have something to say?
That's fine.
If your looking to make it shapeless (you can craft it in any shape), you could do:
{"type": "minecraft:crafting_shapeless",
"category": "building",
"ingredients": [
{
"item": "minecraft:oak_planks"
},
{
"item": "minecraft:oak_planks"
},
{
"item": "minecraft:oak_planks"
},
{
"item": "minecraft:oak_planks"
}
],
"result": {
"item": "minecraft:oak_log",
"count": 1
}
}