reduce frequency of wolf sounds at night, make crickets etc look for grass plants instead of grass blocks #2680
This commit is contained in:
parent
1cbc81edf3
commit
8026bfed69
8 changed files with 18 additions and 17 deletions
|
|
@ -1,6 +1,3 @@
|
|||
[
|
||||
"tfc:grass/loam",
|
||||
"tfc:grass/silty_loam",
|
||||
"tfc:grass/sandy_loam",
|
||||
"tfc:grass/silt"
|
||||
"#tfc:plants"
|
||||
]
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
]
|
||||
|
|
|
|||
3
kubejs/assets/ambientsounds/basic/blockgroups/rock.json
Normal file
3
kubejs/assets/ambientsounds/basic/blockgroups/rock.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
[
|
||||
"#forge:stone"
|
||||
]
|
||||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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')
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue