reduce frequency of wolf sounds at night, make crickets etc look for grass plants instead of grass blocks #2680

This commit is contained in:
Pyritie 2026-01-12 13:56:51 +00:00
parent 1cbc81edf3
commit 8026bfed69
8 changed files with 18 additions and 17 deletions

View file

@ -1,6 +1,3 @@
[
"tfc:grass/loam",
"tfc:grass/silty_loam",
"tfc:grass/sandy_loam",
"tfc:grass/silt"
"#tfc:plants"
]

View file

@ -3,6 +3,9 @@
"minecraft:packed_ice",
"minecraft:frosted_ice",
"minecraft:blue_ice",
"tfg:dry_ice",
"tfg:mars_ice",
"ad_astra:permafrost",
"tfc:sea_ice",
"tfc:ice_pile"
]

View file

@ -0,0 +1,3 @@
[
"#forge:stone"
]

View file

@ -66,8 +66,8 @@
"ambientsounds:animals.wolf"
],
"pause": {
"min": 100,
"max": 600
"min": 12000,
"max": 72000
},
"day": 0
},
@ -78,7 +78,7 @@
"ambientsounds:animals.long-wolf"
],
"pause": {
"min": 12000,
"min": 56000,
"max": 72000
},
"day": 0

View file

@ -91,8 +91,8 @@
"ambientsounds:animals.wolf"
],
"pause": {
"min": 100,
"max": 600
"min": 12000,
"max": 72000
},
"day": 0
},
@ -103,7 +103,7 @@
"ambientsounds:animals.long-wolf"
],
"pause": {
"min": 12000,
"min": 56000,
"max": 72000
},
"day": 0

View file

@ -52,8 +52,8 @@
"ambientsounds:animals.wolf"
],
"pause": {
"min": 100,
"max": 600
"min": 12000,
"max": 72000
},
"day": 0
},
@ -64,7 +64,7 @@
"ambientsounds:animals.long-wolf"
],
"pause": {
"min": 12000,
"min": 56000,
"max": 72000
},
"day": 0

View file

@ -2,8 +2,6 @@
function registerTFGMarsItemTags(event) {
event.add('c:hidden_from_recipe_viewers', 'tfg:mars_ice')
event.add('tfc:compost_greens', 'ad_astra:aeronos_cap')
event.add('tfc:compost_greens', 'ad_astra:strophar_cap')

View file

@ -131,10 +131,10 @@ const registerTFGBlockTags = (event) => {
event.add('forge:mineable/wrench', 'tfg:machine_casing_power_casing')
event.add('minecraft:mineable/pickaxe', 'tfg:mars_ice')
event.add('minecraft:mineable/pickaxe', 'tfg:dry_ice')
event.add('tfcambiental:cold_stuff', 'tfg:mars_ice')
event.add('tfcambiental:cold_stuff', 'tfg:dry_ice')
event.add('minecraft:ice', 'tfg:mars_ice')
event.add('minecraft:mineable/pickaxe', 'tfg:dry_ice')
event.add('tfcambiental:cold_stuff', 'tfg:dry_ice')
event.add('minecraft:ice', 'tfg:dry_ice')
}
//#endregion