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

@ -33,7 +33,7 @@
},
{
"type": "minecraft:item",
"name": "gtceu:aluminium_plate",
"name": "vintageimprovements:aluminium_sheet",
"weight": 50,
"functions": [
{

View file

@ -24,8 +24,7 @@
[],
[
"tfg:moon/blob/asurine",
"tfg:moon/blob/smooth_basalt",
"tfg:moon/blob/cut_deepslate"
"tfg:moon/blob/smooth_basalt"
],
[
"tfg:moon/surface/basalt_delta",

View file

@ -23,9 +23,7 @@
[],
[],
[
"tfg:moon/blob/asurine",
"tfg:moon/blob/cut_diorite",
"tfg:moon/blob/cut_deepslate"
"tfg:moon/blob/asurine"
],
[
"tfc:vein/gabbro_dike",

View file

@ -23,8 +23,7 @@
[],
[],
[
"tfg:moon/blob/asurine",
"tfg:moon/blob/cut_deepslate"
"tfg:moon/blob/asurine"
],
[
"tfc:vein/diorite_dike",

View file

@ -23,8 +23,7 @@
[],
[],
[
"tfg:moon/blob/asurine",
"tfg:moon/blob/cut_deepslate"
"tfg:moon/blob/asurine"
],
[
"tfc:vein/gabbro_dike",

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"
}
}
]

View file

@ -5,7 +5,7 @@
"ore_veins_enabled": false,
"legacy_random_source": false,
"default_block": {
"Name": "tfg:raw_syenite"
"Name": "tfg:rock/raw_syenite"
},
"default_fluid": {
"Name": "minecraft:air"
@ -311,7 +311,7 @@
"then_run": {
"type": "minecraft:block",
"result_state": {
"Name": "tfg:hardened_syenite"
"Name": "tfg:rock/hardened_syenite"
}
}
},
@ -569,7 +569,7 @@
"if_true": {
"type": "minecraft:biome",
"biome_is": [
"tfg:lunar_diorite_delta"
"tfg:moon/lunar_diorite_delta"
]
},
"then_run": {

View file

@ -5,7 +5,7 @@
"ore_veins_enabled": false,
"legacy_random_source": false,
"default_block": {
"Name": "tfg:raw_anorthosite"
"Name": "tfg:rock/raw_anorthosite"
},
"default_fluid": {
"Name": "minecraft:air"
@ -250,7 +250,7 @@
"then_run": {
"type": "minecraft:block",
"result_state": {
"Name": "tfg:raw_basanite",
"Name": "tfg:rock/raw_basanite",
"Properties": {
"axis": "y"
}
@ -280,7 +280,7 @@
"then_run": {
"type": "minecraft:block",
"result_state": {
"Name": "tfg:hardened_anorthosite"
"Name": "tfg:rock/hardened_anorthosite"
}
}
},

View file

@ -1,24 +0,0 @@
{
"feature": "tfg:moon/blob/cut_deepslate",
"placement": [
{
"type": "minecraft:count",
"count": 8
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:trapezoid",
"max_inclusive": {
"absolute": 8
},
"min_inclusive": {
"absolute": -64
}
}
}
]
}

View file

@ -1,24 +0,0 @@
{
"feature": "tfg:moon/blob/cut_diorite",
"placement": [
{
"type": "minecraft:count",
"count": 8
},
{
"type": "minecraft:in_square"
},
{
"type": "minecraft:height_range",
"height": {
"type": "minecraft:trapezoid",
"max_inclusive": {
"absolute": 210
},
"min_inclusive": {
"absolute": 8
}
}
}
]
}