Skip to content

Commit 7a9c12d

Browse files
committed
1 parent b3a1433 commit 7a9c12d

File tree

259 files changed

+7114
-5019
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

259 files changed

+7114
-5019
lines changed

animations/squid.animation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"anim_time_update": "query.modified_distance_moved",
66
"loop": true,
77
"bones": {
8-
"body": { "position": [ 0.0, "query.is_baby ? 3.2 : 6.4", 0.0 ] },
8+
"body": { "position": [ 0.0, "query.is_baby ? 7.2 : 7.5", 1.8 ] },
99
"tentacle1": { "rotation": [ "variable.squid.tentacle_angle - this", "90.0 - this", 0.0 ] },
1010
"tentacle2": { "rotation": [ "variable.squid.tentacle_angle - this", "45.0 - this", 0.0 ] },
1111
"tentacle3": { "rotation": [ "variable.squid.tentacle_angle - this", "0.0 - this", 0.0 ] },

biomes/roofed_forest.client_biome.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{
2-
"format_version": "1.21.70",
2+
"format_version": "1.21.100",
33
"minecraft:client_biome": {
44
"description": {
5-
"identifier": "roofed_forest"
5+
"identifier": "minecraft:roofed_forest"
66
},
77
"components": {
88
"minecraft:fog_appearance": {
@@ -25,6 +25,9 @@
2525
},
2626
"minecraft:water_identifier": {
2727
"water_identifier": "minecraft:default_water"
28+
},
29+
"minecraft:grass_appearance": {
30+
"grass_is_shaded": true
2831
}
2932
}
3033
}

biomes/swampland.client_biome.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"fog_identifier": "minecraft:fog_swampland"
1010
},
1111
"minecraft:water_appearance": {
12-
"surface_color": "#4c6559",
13-
"surface_opacity": 1.0
12+
"surface_color": "#617b64",
13+
"surface_opacity": 0.65
1414
},
1515
"minecraft:foliage_appearance": {
1616
"color": {

biomes/swampland_mutated.client_biome.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"fog_identifier": "minecraft:fog_swampland_mutated"
1010
},
1111
"minecraft:water_appearance": {
12-
"surface_color": "#4c6156",
13-
"surface_opacity": 1.0
12+
"surface_color": "#617b64",
13+
"surface_opacity": 0.65
1414
},
1515
"minecraft:foliage_appearance": {
1616
"color": {

0 commit comments

Comments
 (0)