添加mod,配置文件调整,任务增加
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
{
|
||||
"isHoldToAttackEnabled": true,
|
||||
"isMiningWithWeaponsEnabled": true,
|
||||
"isSwingThruGrassEnabled": true,
|
||||
"isAttackInsteadOfMineWhenEnemiesCloseEnabled": true,
|
||||
"isSwingThruGrassEnabled": false,
|
||||
"isAttackInsteadOfMineWhenEnemiesCloseEnabled": false,
|
||||
"isHighlightCrosshairEnabled": true,
|
||||
"hudHighlightColor": 16711680,
|
||||
"isShowingArmsInFirstPerson": false,
|
||||
@@ -10,6 +10,6 @@
|
||||
"isSweepingParticleEnabled": true,
|
||||
"isTooltipAttackRangeEnabled": true,
|
||||
"weaponSwingSoundVolume": 100,
|
||||
"isDebugOBBEnabled": true,
|
||||
"isDebugOBBEnabled": false,
|
||||
"swingThruGrassBlacklist": "farmersdelight"
|
||||
}
|
||||
@@ -75,10 +75,10 @@
|
||||
(The first relation to be found for the target will be applied.)
|
||||
*/
|
||||
"player_relations": {
|
||||
"minecraft:player": "NEUTRAL",
|
||||
"minecraft:iron_golem": "NEUTRAL",
|
||||
"minecraft:villager": "NEUTRAL",
|
||||
"guardvillagers:guard": "NEUTRAL"
|
||||
"guardvillagers:guard": "NEUTRAL",
|
||||
"minecraft:player": "NEUTRAL"
|
||||
},
|
||||
// Relation to unspecified entities those are instance of PassiveEntity(Yarn)
|
||||
"player_relation_to_passives": "HOSTILE",
|
||||
|
||||
Reference in New Issue
Block a user