First release

Yay!
This commit is contained in:
Motschen
2020-10-29 13:47:16 +01:00
parent 4da8817481
commit 83279cc769
111 changed files with 3279 additions and 2 deletions

View File

@@ -0,0 +1,19 @@
{
"type": "minecraft:block",
"pools": [
{
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "minecraft:spruce_sapling"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}