I may be stupid #2221

This commit is contained in:
Pyritie 2025-11-23 17:48:28 +00:00
parent 6a8631defd
commit 444ccbbbde
3 changed files with 22 additions and 1 deletions

View file

@ -0,0 +1,20 @@
{
"type": "minecraft:block",
"pools": [
{
"name": "loot_pool",
"rolls": 1,
"entries": [
{
"type": "minecraft:item",
"name": "gtceu:ulv_hermetic_casing"
}
],
"conditions": [
{
"condition": "minecraft:survives_explosion"
}
]
}
]
}

View file

@ -71,6 +71,8 @@ function registerGTCEUBlockTags(event) {
event.add("minecraft:mineable/pickaxe", "#forge:ores");
event.add("minecraft:needs_iron_tool", "#forge:ores");
event.add('gtceu:mineable/pickaxe_or_wrench', 'gtceu:ulv_hermetic_casing');
// Collapse tags
event.add("tfc:can_collapse", "#forge:ores");
event.add("tfc:can_start_collapse", "#forge:ores");

View file

@ -639,7 +639,6 @@ const registerTFGItemTags = (event) => {
const registerTFGBlockTags = (event) => {
event.add('minecraft:mineable/shovel', 'tfg:ash_pile')
event.add('gtceu:ulv_hermetic_casing', 'gtceu:mineable/pickaxe_or_wrench');
//crop stuff
event.add('tfc:crops', 'tfg:rapeseed')
event.add('tfc:mineable_with_sharp_tool', 'tfg:rapeseed')