添加mod,配置文件调整,任务增加

This commit is contained in:
2023-09-15 22:59:38 +08:00
parent dbd3b0b5df
commit 6c5b6a4601
60 changed files with 1585 additions and 680 deletions

View File

@@ -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"
}

View File

@@ -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",