Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated duck texture #46

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,3 +24,4 @@ bin/

run/
logs/
.lh/.lhignore
398 changes: 398 additions & 0 deletions src/main/resources/assets/ecotones/lang/ba_ru.json

Large diffs are not rendered by default.

398 changes: 398 additions & 0 deletions src/main/resources/assets/ecotones/lang/de_de.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main/resources/assets/ecotones/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -407,4 +407,4 @@
"item.ecotones.cyan_rose": "Cyan Rose",
"tooltip.amelia_rose_1": "Deep within us is the strength to keep moving",
"tooltip.amelia_rose_2": "forward, even when it seems the most difficult."
}
}
46 changes: 37 additions & 9 deletions src/main/resources/assets/ecotones/models/block/nest/nest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
"elements": [
{
"name": "WallN",
"from": [4, 0, 2],
"to": [14, 3, 4],
"from": [3, 0, 2],
"to": [13, 3, 4],
"faces": {
"north": {"uv": [6, 13, 16, 16], "texture": "#0"},
"east": {"uv": [0, 13, 2, 16], "texture": "#0"},
Expand All @@ -19,8 +19,8 @@
},
{
"name": "WallW",
"from": [2, 0, 2],
"to": [4, 3, 12],
"from": [2, 0, 3],
"to": [4, 3, 13],
"faces": {
"north": {"uv": [0, 13, 2, 16], "texture": "#0"},
"east": {"uv": [6, 13, 16, 16], "texture": "#0"},
Expand All @@ -32,8 +32,8 @@
},
{
"name": "WallS",
"from": [2, 0, 12],
"to": [12, 3, 14],
"from": [3, 0, 12],
"to": [13, 3, 14],
"faces": {
"north": {"uv": [6, 13, 16, 16], "texture": "#0"},
"east": {"uv": [0, 13, 2, 16], "texture": "#0"},
Expand All @@ -45,8 +45,8 @@
},
{
"name": "WallE",
"from": [12, 0, 4],
"to": [14, 3, 14],
"from": [12, 0, 3],
"to": [14, 3, 13],
"faces": {
"north": {"uv": [0, 13, 2, 16], "texture": "#0"},
"east": {"uv": [6, 13, 16, 16], "texture": "#0"},
Expand All @@ -69,5 +69,33 @@
"down": {"uv": [8, 0, 16, 8], "texture": "#0"}
}
}
]
],
"display": {
"thirdperson_righthand": {
"rotation": [3, 0, 0],
"translation": [0, 6, 0],
"scale": [0.73, 0.75172, 0.73]
},
"thirdperson_lefthand": {
"rotation": [3, 0, 0],
"translation": [0, 7.75, 0],
"scale": [0.73, 0.73, 0.73]
},
"firstperson_righthand": {
"translation": [6, 4.5, 0],
"scale": [0.72, 0.72, 0.72]
},
"firstperson_lefthand": {
"translation": [6, 4.5, 0],
"scale": [0.72, 0.72, 0.72]
},
"gui": {
"rotation": [40, 0, 0],
"translation": [0, 3.75, 0]
},
"fixed": {
"rotation": [-90, 0, 0],
"translation": [0, 1, -7.5]
}
}
}
20 changes: 17 additions & 3 deletions src/main/resources/assets/ecotones/models/block/surface_rock.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"credit": "Made with Blockbench",
"textures": {
"0": "minecraft:block/stone",
"particle": "minecraft:block/stone"
"0": "block/stone",
"particle": "block/stone"
},
"elements": [
{
Expand All @@ -16,5 +17,18 @@
"down": {"uv": [0, 0, 8, 8], "texture": "#0"}
}
}
]
],
"display": {
"thirdperson_righthand": {
"rotation": [-5, -180, 0],
"translation": [0, 7.5, 0]
},
"firstperson_righthand": {
"rotation": [21, 0, 0],
"translation": [3.25, 9, 4.25]
},
"firstperson_lefthand": {
"translation": [3.25, 9, 4.25]
}
}
}
Binary file modified src/main/resources/assets/ecotones/textures/entity/duck.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.