Skip to content

Commit

Permalink
compile fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Raycoms committed Jan 21, 2025
1 parent ccb2e91 commit fd422be
Show file tree
Hide file tree
Showing 14 changed files with 2,356 additions and 334 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@
{
"condition": "minecraft:match_tool",
"predicate": {
"items": "#minecraft:hoes"
"items": "minecraft:netherite_hoe"
}
},
{
"chance": 0.1,
"chance": 0.04,
"condition": "minecraft:random_chance"
}
],
Expand All @@ -61,6 +61,120 @@
{
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:match_tool",
"predicate": {
"items": "minecraft:diamond_hoe"
}
},
{
"chance": 0.035,
"condition": "minecraft:random_chance"
}
],
"name": "minecolonies:chickpea"
},
{
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:match_tool",
"predicate": {
"items": "minecraft:iron_hoe"
}
},
{
"chance": 0.03,
"condition": "minecraft:random_chance"
}
],
"name": "minecolonies:chickpea"
},
{
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:match_tool",
"predicate": {
"items": "minecraft:golden_hoe"
}
},
{
"chance": 0.024999999,
"condition": "minecraft:random_chance"
}
],
"name": "minecolonies:chickpea"
},
{
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:all_of",
"terms": [
{
"condition": "minecraft:match_tool",
"predicate": {
"items": "#minecraft:hoes"
}
},
{
"condition": "minecraft:inverted",
"term": {
"condition": "minecraft:match_tool",
"predicate": {
"items": "minecraft:netherite_hoe"
}
}
},
{
"condition": "minecraft:inverted",
"term": {
"condition": "minecraft:match_tool",
"predicate": {
"items": "minecraft:diamond_hoe"
}
}
},
{
"condition": "minecraft:inverted",
"term": {
"condition": "minecraft:match_tool",
"predicate": {
"items": "minecraft:iron_hoe"
}
}
},
{
"condition": "minecraft:inverted",
"term": {
"condition": "minecraft:match_tool",
"predicate": {
"items": "minecraft:golden_hoe"
}
}
}
]
},
{
"chance": 0.02,
"condition": "minecraft:random_chance"
}
],
"name": "minecolonies:chickpea"
},
{
"type": "minecraft:item",
"conditions": [
{
"condition": "minecraft:inverted",
"term": {
"condition": "minecraft:match_tool",
"predicate": {
"items": "#minecraft:hoes"
}
}
},
{
"chance": 0.01,
"condition": "minecraft:random_chance"
Expand Down
Loading

0 comments on commit fd422be

Please sign in to comment.