added a few entities to mars for fun
This commit is contained in:
parent
d1c375c1ee
commit
3f97561bd8
16 changed files with 399 additions and 26 deletions
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"type": "ad_astra:mars",
|
"type": "tfg:mars",
|
||||||
"generator": {
|
"generator": {
|
||||||
"type": "kubejs_tfc:wrapped",
|
"type": "kubejs_tfc:wrapped",
|
||||||
"event_key": "mars",
|
"event_key": "mars",
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"type": "ad_astra:venus",
|
"type": "tfg:venus",
|
||||||
"generator": {
|
"generator": {
|
||||||
"type": "minecraft:noise",
|
"type": "minecraft:noise",
|
||||||
"settings": "tfg:venus_noise",
|
"settings": "tfg:venus_noise",
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
"height": 384,
|
"height": 384,
|
||||||
"infiniburn": "#minecraft:infiniburn_overworld",
|
"infiniburn": "#minecraft:infiniburn_overworld",
|
||||||
"logical_height": 384,
|
"logical_height": 384,
|
||||||
"min_y": -64,
|
"min_y": -32,
|
||||||
"monster_spawn_block_light_limit": 0,
|
"monster_spawn_block_light_limit": 0,
|
||||||
"monster_spawn_light_level": {
|
"monster_spawn_light_level": {
|
||||||
"type": "minecraft:uniform",
|
"type": "minecraft:uniform",
|
||||||
|
|
|
||||||
|
|
@ -62,10 +62,46 @@
|
||||||
"spawners": {
|
"spawners": {
|
||||||
"ambient": [],
|
"ambient": [],
|
||||||
"axolotls": [],
|
"axolotls": [],
|
||||||
"creature": [],
|
"creature": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:sniffer",
|
||||||
|
"maxCount": 3,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 100
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "species:wraptor",
|
||||||
|
"maxCount": 3,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 100
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "species:springling",
|
||||||
|
"maxCount": 3,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 100
|
||||||
|
}
|
||||||
|
],
|
||||||
"misc": [],
|
"misc": [],
|
||||||
"monster": [
|
"monster": [
|
||||||
|
{
|
||||||
|
"type": "endermanoverhaul:crimson_forest_enderman",
|
||||||
|
"maxCount": 1,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 100
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "endermanoverhaul:warped_forest_enderman",
|
||||||
|
"maxCount": 3,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 100
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "endermanoverhaul:badlands_enderman",
|
||||||
|
"maxCount": 1,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 100
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"underground_water_creature": [],
|
"underground_water_creature": [],
|
||||||
"water_ambient": [],
|
"water_ambient": [],
|
||||||
|
|
|
||||||
|
|
@ -65,10 +65,52 @@
|
||||||
"spawners": {
|
"spawners": {
|
||||||
"ambient": [],
|
"ambient": [],
|
||||||
"axolotls": [],
|
"axolotls": [],
|
||||||
"creature": [],
|
"creature": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:sniffer",
|
||||||
|
"maxCount": 3,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 100
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "species:wraptor",
|
||||||
|
"maxCount": 3,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 100
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "species:goober",
|
||||||
|
"maxCount": 1,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 100
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "species:springling",
|
||||||
|
"maxCount": 1,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 100
|
||||||
|
}
|
||||||
|
],
|
||||||
"misc": [],
|
"misc": [],
|
||||||
"monster": [
|
"monster": [
|
||||||
|
{
|
||||||
|
"type": "endermanoverhaul:crimson_forest_enderman",
|
||||||
|
"maxCount": 1,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 100
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "endermanoverhaul:warped_forest_enderman",
|
||||||
|
"maxCount": 3,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 100
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "endermanoverhaul:badlands_enderman",
|
||||||
|
"maxCount": 1,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 100
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"underground_water_creature": [],
|
"underground_water_creature": [],
|
||||||
"water_ambient": [],
|
"water_ambient": [],
|
||||||
|
|
|
||||||
|
|
@ -62,10 +62,40 @@
|
||||||
"spawners": {
|
"spawners": {
|
||||||
"ambient": [],
|
"ambient": [],
|
||||||
"axolotls": [],
|
"axolotls": [],
|
||||||
"creature": [],
|
"creature": [
|
||||||
|
{
|
||||||
|
"type": "species:wraptor",
|
||||||
|
"maxCount": 2,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 100
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "species:springling",
|
||||||
|
"maxCount": 4,
|
||||||
|
"minCount": 2,
|
||||||
|
"weight": 100
|
||||||
|
}
|
||||||
|
],
|
||||||
"misc": [],
|
"misc": [],
|
||||||
"monster": [
|
"monster": [
|
||||||
|
{
|
||||||
|
"type": "endermanoverhaul:crimson_forest_enderman",
|
||||||
|
"maxCount": 1,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 100
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "endermanoverhaul:warped_forest_enderman",
|
||||||
|
"maxCount": 3,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 100
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "endermanoverhaul:badlands_enderman",
|
||||||
|
"maxCount": 1,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 100
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"underground_water_creature": [],
|
"underground_water_creature": [],
|
||||||
"water_ambient": [],
|
"water_ambient": [],
|
||||||
|
|
|
||||||
|
|
@ -62,7 +62,30 @@
|
||||||
"creature": [],
|
"creature": [],
|
||||||
"misc": [],
|
"misc": [],
|
||||||
"monster": [
|
"monster": [
|
||||||
|
{
|
||||||
|
"type": "species:quake",
|
||||||
|
"maxCount": 1,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 100
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "endermanoverhaul:crimson_forest_enderman",
|
||||||
|
"maxCount": 1,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 20
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "endermanoverhaul:warped_forest_enderman",
|
||||||
|
"maxCount": 3,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 20
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "endermanoverhaul:badlands_enderman",
|
||||||
|
"maxCount": 1,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 50
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"underground_water_creature": [],
|
"underground_water_creature": [],
|
||||||
"water_ambient": [],
|
"water_ambient": [],
|
||||||
|
|
|
||||||
|
|
@ -61,10 +61,46 @@
|
||||||
"spawners": {
|
"spawners": {
|
||||||
"ambient": [],
|
"ambient": [],
|
||||||
"axolotls": [],
|
"axolotls": [],
|
||||||
"creature": [],
|
"creature": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:sniffer",
|
||||||
|
"maxCount": 2,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 75
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "species:wraptor",
|
||||||
|
"maxCount": 2,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 75
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "species:goober",
|
||||||
|
"maxCount": 2,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 100
|
||||||
|
}
|
||||||
|
],
|
||||||
"misc": [],
|
"misc": [],
|
||||||
"monster": [
|
"monster": [
|
||||||
|
{
|
||||||
|
"type": "endermanoverhaul:crimson_forest_enderman",
|
||||||
|
"maxCount": 1,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 100
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "endermanoverhaul:warped_forest_enderman",
|
||||||
|
"maxCount": 3,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 100
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "endermanoverhaul:badlands_enderman",
|
||||||
|
"maxCount": 1,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 100
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"underground_water_creature": [],
|
"underground_water_creature": [],
|
||||||
"water_ambient": [],
|
"water_ambient": [],
|
||||||
|
|
|
||||||
|
|
@ -62,10 +62,46 @@
|
||||||
"spawners": {
|
"spawners": {
|
||||||
"ambient": [],
|
"ambient": [],
|
||||||
"axolotls": [],
|
"axolotls": [],
|
||||||
"creature": [],
|
"creature": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:sniffer",
|
||||||
|
"maxCount": 1,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 50
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "species:wraptor",
|
||||||
|
"maxCount": 2,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 50
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "species:goober",
|
||||||
|
"maxCount": 2,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 100
|
||||||
|
}
|
||||||
|
],
|
||||||
"misc": [],
|
"misc": [],
|
||||||
"monster": [
|
"monster": [
|
||||||
|
{
|
||||||
|
"type": "endermanoverhaul:crimson_forest_enderman",
|
||||||
|
"maxCount": 1,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 100
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "endermanoverhaul:warped_forest_enderman",
|
||||||
|
"maxCount": 3,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 100
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "endermanoverhaul:badlands_enderman",
|
||||||
|
"maxCount": 1,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 100
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"underground_water_creature": [],
|
"underground_water_creature": [],
|
||||||
"water_ambient": [],
|
"water_ambient": [],
|
||||||
|
|
|
||||||
|
|
@ -62,10 +62,46 @@
|
||||||
"spawners": {
|
"spawners": {
|
||||||
"ambient": [],
|
"ambient": [],
|
||||||
"axolotls": [],
|
"axolotls": [],
|
||||||
"creature": [],
|
"creature": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:sniffer",
|
||||||
|
"maxCount": 3,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 100
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "species:wraptor",
|
||||||
|
"maxCount": 3,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 100
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "species:springling",
|
||||||
|
"maxCount": 3,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 100
|
||||||
|
}
|
||||||
|
],
|
||||||
"misc": [],
|
"misc": [],
|
||||||
"monster": [
|
"monster": [
|
||||||
|
{
|
||||||
|
"type": "endermanoverhaul:crimson_forest_enderman",
|
||||||
|
"maxCount": 1,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 100
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "endermanoverhaul:warped_forest_enderman",
|
||||||
|
"maxCount": 3,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 100
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "endermanoverhaul:badlands_enderman",
|
||||||
|
"maxCount": 1,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 100
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"underground_water_creature": [],
|
"underground_water_creature": [],
|
||||||
"water_ambient": [],
|
"water_ambient": [],
|
||||||
|
|
|
||||||
|
|
@ -65,10 +65,52 @@
|
||||||
"spawners": {
|
"spawners": {
|
||||||
"ambient": [],
|
"ambient": [],
|
||||||
"axolotls": [],
|
"axolotls": [],
|
||||||
"creature": [],
|
"creature": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:sniffer",
|
||||||
|
"maxCount": 3,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 100
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "species:wraptor",
|
||||||
|
"maxCount": 3,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 100
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "species:goober",
|
||||||
|
"maxCount": 1,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 100
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "species:springling",
|
||||||
|
"maxCount": 1,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 100
|
||||||
|
}
|
||||||
|
],
|
||||||
"misc": [],
|
"misc": [],
|
||||||
"monster": [
|
"monster": [
|
||||||
|
{
|
||||||
|
"type": "endermanoverhaul:crimson_forest_enderman",
|
||||||
|
"maxCount": 1,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 100
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "endermanoverhaul:warped_forest_enderman",
|
||||||
|
"maxCount": 3,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 100
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "endermanoverhaul:badlands_enderman",
|
||||||
|
"maxCount": 1,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 100
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"underground_water_creature": [],
|
"underground_water_creature": [],
|
||||||
"water_ambient": [],
|
"water_ambient": [],
|
||||||
|
|
|
||||||
|
|
@ -62,10 +62,46 @@
|
||||||
"spawners": {
|
"spawners": {
|
||||||
"ambient": [],
|
"ambient": [],
|
||||||
"axolotls": [],
|
"axolotls": [],
|
||||||
"creature": [],
|
"creature": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:sniffer",
|
||||||
|
"maxCount": 3,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 100
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "species:wraptor",
|
||||||
|
"maxCount": 3,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 100
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "species:springling",
|
||||||
|
"maxCount": 3,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 100
|
||||||
|
}
|
||||||
|
],
|
||||||
"misc": [],
|
"misc": [],
|
||||||
"monster": [
|
"monster": [
|
||||||
|
{
|
||||||
|
"type": "endermanoverhaul:crimson_forest_enderman",
|
||||||
|
"maxCount": 1,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 100
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "endermanoverhaul:warped_forest_enderman",
|
||||||
|
"maxCount": 3,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 100
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "endermanoverhaul:badlands_enderman",
|
||||||
|
"maxCount": 1,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 100
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"underground_water_creature": [],
|
"underground_water_creature": [],
|
||||||
"water_ambient": [],
|
"water_ambient": [],
|
||||||
|
|
|
||||||
|
|
@ -65,10 +65,52 @@
|
||||||
"spawners": {
|
"spawners": {
|
||||||
"ambient": [],
|
"ambient": [],
|
||||||
"axolotls": [],
|
"axolotls": [],
|
||||||
"creature": [],
|
"creature": [
|
||||||
|
{
|
||||||
|
"type": "minecraft:sniffer",
|
||||||
|
"maxCount": 3,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 100
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "species:wraptor",
|
||||||
|
"maxCount": 3,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 100
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "species:goober",
|
||||||
|
"maxCount": 1,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 100
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "species:springling",
|
||||||
|
"maxCount": 1,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 100
|
||||||
|
}
|
||||||
|
],
|
||||||
"misc": [],
|
"misc": [],
|
||||||
"monster": [
|
"monster": [
|
||||||
|
{
|
||||||
|
"type": "endermanoverhaul:crimson_forest_enderman",
|
||||||
|
"maxCount": 1,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 100
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "endermanoverhaul:warped_forest_enderman",
|
||||||
|
"maxCount": 3,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 100
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"type": "endermanoverhaul:badlands_enderman",
|
||||||
|
"maxCount": 1,
|
||||||
|
"minCount": 1,
|
||||||
|
"weight": 100
|
||||||
|
}
|
||||||
],
|
],
|
||||||
"underground_water_creature": [],
|
"underground_water_creature": [],
|
||||||
"water_ambient": [],
|
"water_ambient": [],
|
||||||
|
|
|
||||||
|
|
@ -295,8 +295,8 @@ const registerAdAstraBiomeTags = (event) => {
|
||||||
|
|
||||||
const registerAdAstraEntityTypeTags = (event) => {
|
const registerAdAstraEntityTypeTags = (event) => {
|
||||||
|
|
||||||
// moon
|
const COLD_ENTITIES = [
|
||||||
const MOON_ENTITIES = [
|
// moon
|
||||||
'tfc:rat',
|
'tfc:rat',
|
||||||
'tfg:moon_rabbit',
|
'tfg:moon_rabbit',
|
||||||
'minecraft:enderman',
|
'minecraft:enderman',
|
||||||
|
|
@ -311,16 +311,26 @@ const registerAdAstraEntityTypeTags = (event) => {
|
||||||
'endermanoverhaul:spirit',
|
'endermanoverhaul:spirit',
|
||||||
'endermanoverhaul:end_enderman',
|
'endermanoverhaul:end_enderman',
|
||||||
'endermanoverhaul:end_islands_enderman',
|
'endermanoverhaul:end_islands_enderman',
|
||||||
|
|
||||||
|
'minecraft:sniffer',
|
||||||
|
'species:wraptor',
|
||||||
|
'species:goober',
|
||||||
|
'species:cruncher',
|
||||||
|
'species:springling',
|
||||||
|
'species:quake',
|
||||||
|
'endermanoverhaul:crimson_forest_enderman',
|
||||||
|
'endermanoverhaul:warped_forest_enderman',
|
||||||
|
'endermanoverhaul:badlands_enderman'
|
||||||
]
|
]
|
||||||
|
|
||||||
MOON_ENTITIES.forEach(entity => {
|
COLD_ENTITIES.forEach(entity => {
|
||||||
|
|
||||||
event.add('ad_astra:can_survive_extreme_cold', entity)
|
event.add('ad_astra:can_survive_extreme_cold', entity)
|
||||||
event.add('ad_astra:lives_without_oxygen', entity)
|
event.add('ad_astra:lives_without_oxygen', entity)
|
||||||
})
|
})
|
||||||
|
|
||||||
event.add('tfc:deals_crushing_damage', 'minecraft:enderman')
|
event.add('tfc:deals_crushing_damage', 'minecraft:enderman')
|
||||||
event.add('tfc:deals_crushing_damage', 'minecraft:skeleton')
|
event.add('tfc:deals_crushing_damage', 'minecraft:stray')
|
||||||
event.add('tfc:deals_crushing_damage', 'endermanoverhaul:windswept_hills_enderman')
|
event.add('tfc:deals_crushing_damage', 'endermanoverhaul:windswept_hills_enderman')
|
||||||
event.add('tfc:deals_crushing_damage', 'endermanoverhaul:soulsand_valley_enderman')
|
event.add('tfc:deals_crushing_damage', 'endermanoverhaul:soulsand_valley_enderman')
|
||||||
event.add('tfc:deals_piercing_damage', 'endermanoverhaul:end_enderman')
|
event.add('tfc:deals_piercing_damage', 'endermanoverhaul:end_enderman')
|
||||||
|
|
|
||||||
|
|
@ -152,4 +152,6 @@ const registerMinecraftBlockTags = (event) => {
|
||||||
event.add('tfg:brick_walls', 'minecraft:blackstone_wall')
|
event.add('tfg:brick_walls', 'minecraft:blackstone_wall')
|
||||||
|
|
||||||
//#region
|
//#region
|
||||||
|
|
||||||
|
event.removeAll('minecraft:sniffer_diggable_block')
|
||||||
}
|
}
|
||||||
|
|
@ -5,6 +5,8 @@ const registerSpeciesBlockTags = (event) => {
|
||||||
event.removeAllTagsFrom(block)
|
event.removeAllTagsFrom(block)
|
||||||
event.add('c:hidden_from_recipe_viewers', block)
|
event.add('c:hidden_from_recipe_viewers', block)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
event.removeAll('species:wraptor_nesting_blocks')
|
||||||
}
|
}
|
||||||
|
|
||||||
const registerSpeciesItemTags = (event) => {
|
const registerSpeciesItemTags = (event) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue