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 @@
{"forge:conditions": [{"type": "forge:false"}]}
@@ -0,0 +1,34 @@
{
"type": "minecraft:block",
"pools": [
{
"name": "pool1",
"rolls": 1.0,
"entries": [
{
"type": "minecraft:alternatives",
"children": [
{
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:block_state_property",
"block": "farmersdelight:cabbages",
"properties": {
"age": "7"
}
}
],
"name": "farmersdelight:cabbage"
}
]
}
]
}
],
"functions": [
{
"function": "minecraft:explosion_decay"
}
]
}
@@ -0,0 +1,9 @@
{
"type": "minecraft:block",
"pools": [],
"functions": [
{
"function": "minecraft:explosion_decay"
}
]
}
@@ -0,0 +1,64 @@
{
"type": "minecraft:block",
"pools": [
{
"name": "pool1",
"rolls": 1.0,
"entries": [
{
"type": "minecraft:item",
"name": "farmersdelight:tomato"
}
],
"conditions": [
{
"condition": "minecraft:block_state_property",
"block": "farmersdelight:tomatoes",
"properties": {
"age": "3"
}
}
],
"functions": [
{
"function": "minecraft:set_count",
"count": {
"min": 1.0,
"max": 1.0,
"type": "minecraft:uniform"
}
}
]
},
{
"name": "pool3",
"rolls": 1.0,
"entries": [
{
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:random_chance",
"chance": 0.05
}
],
"name": "farmersdelight:rotten_tomato"
}
],
"conditions": [
{
"condition": "minecraft:block_state_property",
"block": "farmersdelight:tomatoes",
"properties": {
"age": "3"
}
}
]
}
],
"functions": [
{
"function": "minecraft:explosion_decay"
}
]
}
@@ -0,0 +1,70 @@
{
"type": "minecraft:block",
"pools": [
{
"name": "pool1",
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:random_chance",
"chance": 0.2
},
{
"condition": "minecraft:inverted",
"term": {
"condition": "minecraft:match_tool",
"predicate": {
"tag": "forge:shears"
}
}
}
],
"name": "farmersdelight:tomato_seeds"
}
]
},
{
"name": "pool2",
"rolls": 1,
"entries": [
{
"type": "minecraft:alternatives",
"children": [
{
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:match_tool",
"predicate": {
"tag": "forge:shears"
}
}
],
"name": "farmersdelight:wild_tomatoes"
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:apply_bonus",
"enchantment": "minecraft:fortune",
"formula": "minecraft:uniform_bonus_count",
"parameters": {
"bonusMultiplier": 2
}
},
{
"function": "minecraft:explosion_decay"
}
],
"name": "farmersdelight:tomato_seeds"
}
]
}
]
}
]
}