Pushing recent 0.9 alpha feedback (#877)

Signed-off-by: Redeix <59435925+Redeix@users.noreply.github.com>
Co-authored-by: Redeix <59435925+Redeix@users.noreply.github.com>
This commit is contained in:
Pyritie 2025-04-18 00:40:58 +01:00 committed by GitHub
parent fe127e7fd3
commit b9f3c51407
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
57 changed files with 2270 additions and 1406 deletions

View file

@ -1,25 +0,0 @@
{
"type": "minecraft:entity",
"pools": [
{
"name": "loot_pool",
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "gtceu:raw_graphite",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 2,
"max": 6
}
}
]
}
]
}
]
}

View file

@ -1,25 +0,0 @@
{
"type": "minecraft:entity",
"pools": [
{
"name": "loot_pool",
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "tfc:kaolin_clay",
"functions": [
{
"function": "minecraft:set_count",
"count": {
"type": "minecraft:uniform",
"min": 2,
"max": 6
}
}
]
}
]
}
]
}

View file

@ -21,8 +21,8 @@
"xz_radius": {
"type": "minecraft:uniform",
"value": {
"max_inclusive": 4,
"min_inclusive": 2
"max_inclusive": 5,
"min_inclusive": 3
}
}
}

View file

@ -17,12 +17,12 @@
"feature": "tfg:nether/terrain/clay_patch_kaolin_vegetation",
"placement": []
},
"vertical_range": 2,
"vertical_range": 3,
"xz_radius": {
"type": "minecraft:uniform",
"value": {
"max_inclusive": 5,
"min_inclusive": 3
"max_inclusive": 6,
"min_inclusive": 4
}
}
}