fixed a crash when tping to the moon lol

This commit is contained in:
Pyritie 2025-04-30 00:29:53 +01:00
parent c74339adb7
commit 187e5a2f5f
23 changed files with 2666 additions and 2797 deletions

View file

@ -1,18 +0,0 @@
{
"type": "minecraft:ore",
"config": {
"discard_chance_on_air_exposure": 0.0,
"size": 40,
"targets": [
{
"state": {
"Name": "create:cut_deepslate"
},
"target": {
"predicate_type": "minecraft:block_match",
"block": "tfg:raw_basanite"
}
}
]
}
}

View file

@ -1,18 +0,0 @@
{
"type": "minecraft:ore",
"config": {
"discard_chance_on_air_exposure": 0.0,
"size": 40,
"targets": [
{
"state": {
"Name": "create:cut_diorite"
},
"target": {
"predicate_type": "minecraft:block_match",
"block": "tfc:rock/raw/diorite"
}
}
]
}
}

View file

@ -14,7 +14,7 @@
"source": {
"type": "minecraft:simple_state_provider",
"state": {
"Name": "tfg:loose_anorthosite"
"Name": "tfg:loose/anorthosite"
}
}
}

View file

@ -25,13 +25,13 @@
{
"weight": 20,
"data": {
"Name": "tfg:raw_basanite"
"Name": "tfg:rock/raw_basanite"
}
},
{
"weight": 20,
"data": {
"Name": "tfg:raw_anorthosite"
"Name": "tfg:rock/raw_anorthosite"
}
}
]