Add Lemonwood

This commit is contained in:
Vos
2025-11-03 19:02:58 -06:00
parent c8c4d495e5
commit 7f52936025
15 changed files with 127 additions and 4 deletions
@@ -0,0 +1,7 @@
{
"variants": {
"": {
"model": "acesbs:block/lemonwood_planks"
}
}
}
@@ -0,0 +1,6 @@
{
"parent": "minecraft:block/cube_all",
"textures": {
"all": "acesbs:block/lemonwood_planks"
}
}
@@ -0,0 +1,3 @@
{
"parent": "acesbs:block/lemonwood_planks"
}
@@ -0,0 +1,32 @@
{
"parent": "minecraft:recipes/root",
"criteria": {
"has_lemon": {
"conditions": {
"items": [
{
"items": "acesbs:lemon"
}
]
},
"trigger": "minecraft:inventory_changed"
},
"has_the_recipe": {
"conditions": {
"recipe": "acesbs:lemonwood_planks"
},
"trigger": "minecraft:recipe_unlocked"
}
},
"requirements": [
[
"has_the_recipe",
"has_lemon"
]
],
"rewards": {
"recipes": [
"acesbs:lemonwood_planks"
]
}
}
@@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
],
"entries": [
{
"type": "minecraft:item",
"name": "acesbs:lemonwood_planks"
}
],
"rolls": 1.0
}
]
}
@@ -0,0 +1,25 @@
{
"type": "minecraft:crafting_shapeless",
"category": "building",
"ingredients": [
{
"item": "minecraft:birch_planks"
},
{
"item": "minecraft:birch_planks"
},
{
"item": "minecraft:birch_planks"
},
{
"item": "minecraft:birch_planks"
},
{
"item": "acesbs:lemon"
}
],
"result": {
"count": 4,
"id": "acesbs:lemonwood_planks"
}
}
@@ -0,0 +1,5 @@
{
"values": [
"acesbs:lemonwood_planks"
]
}