add first patch

This commit is contained in:
2026-07-31 10:34:32 +09:00
parent 03aac2e45e
commit b1cbc6c78d
6390 changed files with 547430 additions and 0 deletions
@@ -0,0 +1,41 @@
{
"type": "minecraft:block",
"functions": [
{
"function": "minecraft:explosion_decay"
}
],
"pools": [
{
"bonus_rolls": 0.0,
"conditions": [
{
"block": "atmospheric:aloe_vera",
"condition": "minecraft:block_state_property",
"properties": {
"age": "5"
}
}
],
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 2.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "atmospheric:aloe_leaves"
}
],
"rolls": 1.0
}
],
"random_sequence": "atmospheric:blocks/aloe_vera"
}
@@ -0,0 +1,98 @@
{
"type": "minecraft:block",
"functions": [
{
"function": "minecraft:explosion_decay"
}
],
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"conditions": [
{
"block": "atmospheric:tall_aloe_vera",
"condition": "minecraft:block_state_property",
"properties": {
"half": "lower"
}
}
],
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 2.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "atmospheric:aloe_leaves"
}
],
"rolls": 1.0
},
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"conditions": [
{
"block": "atmospheric:tall_aloe_vera",
"condition": "minecraft:block_state_property",
"properties": {
"age": "6",
"half": "lower"
}
}
],
"count": 1.0,
"function": "minecraft:set_count"
},
{
"add": false,
"conditions": [
{
"block": "atmospheric:tall_aloe_vera",
"condition": "minecraft:block_state_property",
"properties": {
"age": "7",
"half": "lower"
}
}
],
"count": 2.0,
"function": "minecraft:set_count"
},
{
"add": false,
"conditions": [
{
"block": "atmospheric:tall_aloe_vera",
"condition": "minecraft:block_state_property",
"properties": {
"age": "8",
"half": "lower"
}
}
],
"count": 3.0,
"function": "minecraft:set_count"
}
],
"name": "atmospheric:yellow_blossoms"
}
],
"rolls": 1.0
}
],
"random_sequence": "atmospheric:blocks/tall_aloe_vera"
}