first commit

This commit is contained in:
2025-02-18 15:25:17 +01:00
commit 37cf0e8062
7403 changed files with 1227142 additions and 0 deletions

View File

@ -0,0 +1,4 @@
{
"condition": "minecraft:random_chance",
"chance": 0.20
}

View File

@ -0,0 +1,4 @@
{
"condition": "minecraft:random_chance",
"chance": 0.05
}

View File

@ -0,0 +1,21 @@
{
"condition": "minecraft:any_of",
"terms": [
{
"condition": "minecraft:reference",
"name": "fktool:biome/in_ocean"
},
{
"condition": "minecraft:location_check",
"predicate": {
"biome": "minecraft:river"
}
},
{
"condition": "minecraft:location_check",
"predicate": {
"biome": "terralith:warm_river"
}
}
]
}

View File

@ -0,0 +1,9 @@
{
"condition": "minecraft:entity_properties",
"entity": "this",
"predicate": {
"location": {
"biome": "minecraft:ocean"
}
}
}

View File

@ -0,0 +1,21 @@
{
"condition": "minecraft:any_of",
"terms": [
{
"condition": "minecraft:reference",
"name": "fktool:biome/in_ocean"
},
{
"condition": "minecraft:location_check",
"predicate": {
"biome": "wythers:icy_ocean"
}
},
{
"condition": "minecraft:location_check",
"predicate": {
"biome": "wythers:deep_icy_ocean"
}
}
]
}

View File

@ -0,0 +1,27 @@
{
"condition": "minecraft:any_of",
"terms": [
{
"condition": "minecraft:reference",
"name": "fktool:biome/in_ocean"
},
{
"condition": "minecraft:location_check",
"predicate": {
"biome": "wythers:icy_ocean"
}
},
{
"condition": "minecraft:location_check",
"predicate": {
"biome": "wythers:deep_icy_ocean"
}
},
{
"condition": "minecraft:location_check",
"predicate": {
"biome": "minecraft:river"
}
}
]
}

View File

@ -0,0 +1,14 @@
[
{
"condition": "minecraft:inverted",
"term": {
"condition": "minecraft:location_check",
"offsetY": -1,
"predicate": {
"fluid": {
"tag": "minecraft:water"
}
}
}
}
]