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,16 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"name": "golemoverhaul:candle_golem_block"
}
],
"rolls": 1.0
}
],
"random_sequence": "golemoverhaul:blocks/candle_golem_block"
}
@@ -0,0 +1,16 @@
{
"type": "minecraft:block",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:item",
"name": "golemoverhaul:clay_golem_statue"
}
],
"rolls": 1.0
}
],
"random_sequence": "golemoverhaul:blocks/clay_golem_statue"
}
@@ -0,0 +1,144 @@
{
"type": "minecraft:barter",
"pools": [
{
"bonus_rolls": 0.0,
"entries": [
{
"type": "minecraft:tag",
"expand": true,
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 5.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:villager_plantable_seeds",
"weight": 40
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 3.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:egg",
"weight": 40
},
{
"type": "minecraft:item",
"name": "society:bouquet_bag",
"weight": 30
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 6.0,
"min": 2.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:iron_ingot",
"weight": 30
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 6.0,
"min": 2.0
},
"function": "minecraft:set_count"
}
],
"name": "minecraft:gold_ingot",
"weight": 30
},
{
"type": "minecraft:item",
"name": "minecraft:axolotl_bucket",
"weight": 10
},
{
"type": "minecraft:item",
"name": "minecraft:saddle",
"weight": 10
},
{
"type": "minecraft:item",
"functions": [
{
"add": false,
"count": {
"type": "minecraft:uniform",
"max": 2.0,
"min": 1.0
},
"function": "minecraft:set_count"
}
],
"name": "society:earth_crystal",
"weight": 20
},
{
"type": "minecraft:item",
"name": "society:furniture_box",
"weight": 8
},
{
"type": "minecraft:item",
"name": "autumnity:turkey_spawn_egg",
"weight": 2
},
{
"type": "minecraft:item",
"functions": [
{
"function": "minecraft:enchant_randomly"
}
],
"name": "minecraft:book",
"weight": 3
},
{
"type": "minecraft:item",
"name": "minecraft:totem_of_undying",
"weight": 1
},
{
"type": "minecraft:item",
"name": "minecraft:nautilus_shell",
"weight": 3
},
{
"type": "minecraft:tag",
"expand": true,
"name": "minecraft:creeper_drop_music_discs",
"weight": 3
}
],
"rolls": 1.0
}
],
"random_sequence": "golemoverhaul:gameplay/barrel_golem_bartering"
}