Skip to content

Commit

Permalink
Up saturation in highlands forest n shield
Browse files Browse the repository at this point in the history
  • Loading branch information
MrXBlade committed Nov 10, 2024
1 parent 4992930 commit d3805d5
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public MoaEntity(EntityType<? extends MoaEntity> entityType, World world) {
public static DefaultAttributeContainer.Builder createMoaAttributes() {
return createMobAttributes()
.add(EntityAttributes.GENERIC_MAX_HEALTH, 35.0D)
.add(EntityAttributes.GENERIC_MOVEMENT_SPEED, 1.0D)
.add(EntityAttributes.GENERIC_MOVEMENT_SPEED, 3.0D)
.add(EntityAttributes.GENERIC_STEP_HEIGHT, 1.0);
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"effects": {
"fog_color": 16777215,
"foliage_color": 15859609,
"grass_color": 11131845,
"grass_color": 11066822,
"music": {
"max_delay": 24000,
"min_delay": 12000,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
},
"downfall": 0.8,
"effects": {
"fog_color": 16777215,
"foliage_color": 15859609,
"grass_color": 10673090,
"fog_color": 15134207,
"foliage_color": 15597423,
"grass_color": 9565385,
"music": {
"max_delay": 24000,
"min_delay": 12000,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@
"effects": {
"fog_color": 16777215,
"foliage_color": 16441439,
"grass_color": 13762516,
"grass_color": 9826514,
"music": {
"max_delay": 24000,
"min_delay": 12000,
"replace_current_music": false,
"sound": "paradise_lost:music.paradise"
},
"sky_color": 12632319,
"water_color": 5826047,
"sky_color": 12635902,
"water_color": 4908287,
"water_fog_color": 6547455
},
"features": [
Expand Down

0 comments on commit d3805d5

Please sign in to comment.