Initial commit
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user