Initial commit

This commit is contained in:
2026-01-24 05:19:02 -07:00
commit 2072f700ae
1900 changed files with 139264 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
{
"type": "kitchenkarrot:add_item_modifier",
"conditions": [
{
"block": "minecraft:carrots",
"condition": "minecraft:block_state_property",
"properties": {
"age": "7"
}
},
{
"chance": 0.04,
"condition": "minecraft:random_chance"
}
],
"item": {
"Count": 1,
"id": "kitchenkarrot:gem_carrot"
}
}

View File

@@ -0,0 +1,19 @@
{
"type": "kitchenkarrot:add_item_modifier",
"conditions": [
{
"condition": "forge:loot_table_id",
"loot_table_id": "minecraft:blocks/ice"
},
{
"condition": "minecraft:match_tool",
"predicate": {
"tag": "minecraft:pickaxes"
}
}
],
"item": {
"Count": 1,
"id": "kitchenkarrot:ice_cubes"
}
}

View File

@@ -0,0 +1,15 @@
{
"type": "kitchenkarrot:replace_loot_modifier",
"conditions": [
{
"condition": "forge:loot_table_id",
"loot_table_id": "minecraft:gameplay/piglin_bartering"
}
],
"count": 6,
"item": {
"Count": 1,
"id": "kitchenkarrot:canned_hoglin_confit"
},
"weight": 45
}

View File

@@ -0,0 +1,17 @@
{
"type": "kitchenkarrot:add_item_modifier",
"conditions": [
{
"condition": "forge:loot_table_id",
"loot_table_id": "minecraft:chests/pillager_outpost"
},
{
"chance": 0.3,
"condition": "minecraft:random_chance"
}
],
"item": {
"Count": 1,
"id": "kitchenkarrot:pillager_pie"
}
}

View File

@@ -0,0 +1,13 @@
{
"type": "kitchenkarrot:add_item_modifier",
"conditions": [
{
"condition": "forge:loot_table_id",
"loot_table_id": "minecraft:chests/pillager_outpost"
}
],
"item": {
"Count": 1,
"id": "kitchenkarrot:pillager_pie"
}
}

View File

@@ -0,0 +1,17 @@
{
"type": "kitchenkarrot:add_item_modifier",
"conditions": [
{
"condition": "forge:loot_table_id",
"loot_table_id": "minecraft:entities/pillager"
},
{
"chance": 0.2,
"condition": "minecraft:random_chance"
}
],
"item": {
"Count": 1,
"id": "kitchenkarrot:pillager_pie"
}
}