0.0.6-alpha

This commit is contained in:
2024-02-17 19:28:09 +08:00
parent 21e05ac442
commit 6c436e20c6
196 changed files with 16183 additions and 619 deletions

View File

@@ -11,5 +11,6 @@
"isTooltipAttackRangeEnabled": true,
"weaponSwingSoundVolume": 100,
"isDebugOBBEnabled": false,
"swingThruGrassBlacklist": "farmersdelight"
"swingThruGrassBlacklist": "farmersdelight",
"mineWithWeaponBlacklist": ""
}

View File

@@ -75,10 +75,10 @@
(The first relation to be found for the target will be applied.)
*/
"player_relations": {
"guardvillagers:guard": "NEUTRAL",
"minecraft:player": "NEUTRAL",
"minecraft:villager": "NEUTRAL",
"minecraft:iron_golem": "NEUTRAL",
"minecraft:player": "NEUTRAL"
"guardvillagers:guard": "NEUTRAL"
},
// Relation to unspecified entities those are instance of PassiveEntity(Yarn)
"player_relation_to_passives": "HOSTILE",