Skip to content

Commit

Permalink
Hotfix
Browse files Browse the repository at this point in the history
  • Loading branch information
enjarai committed Aug 30, 2024
1 parent b8a1d19 commit d13485d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
- Added `mahiro`, `lazy mahiro`, and `astolfo bean` plushies as variants. Thank you [Crephan](https://twitter.com/Crephann) for the model and texture!
- Fixed some small issues.
- Fixed mistake in astolfo UVs.
- Added a few more aliases for lazy mahiro.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ deps.yarn=1.21+build.1
deps.fabricloader=0.15.11

# Mod Properties
mod_version=1.5.0
mod_version=1.5.1
maven_group=dev.enjarai.blahajtotem
archives_base_name=blahaj-totem

Expand Down
4 changes: 3 additions & 1 deletion src/main/java/dev/enjarai/blahajtotem/BlahajTotem.java
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ public class BlahajTotem implements ClientModInitializer, DataGeneratorEntrypoin
), BlahajTotem.id("item/basket"), 0x6287c5, 0x8fafde, 0xebc186),
new BlahajType("astolfo_bean", List.of("bean", "astolfo bean"), BlahajTotem.id("item/astolfo_bean"), 0xffbfdc, 0xecf1f6, 0x141616, 0xf2ca7d, 0x91392f),
new BlahajType("mahiro_school", List.of("mahiro", "oyama", "onimai"), BlahajTotem.id("item/mahiro"), 0xeddbd6, 0xffaaa7, 0x79819a),
new BlahajType("mahiro_lazy", List.of("lazy mahiro", "lazy oyama", "lazy onimai"), BlahajTotem.id("item/mahiro"), 0xeddbd6, 0xffaaa7, 0xf38b9a, 0xebf6fa)
new BlahajType("mahiro_lazy", List.of(
"lazy mahiro", "lazy oyama", "lazy onimai", "eepy mahiro", "eepy oyama", "eepy onimai"
), BlahajTotem.id("item/mahiro"), 0xeddbd6, 0xffaaa7, 0xf38b9a, 0xebf6fa)
);

@Override
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
"rotation": {"angle": 0, "axis": "y", "origin": [7.05, -0.5, 7.4]},
"faces": {
"north": {"uv": [15.5, 15.5, 15.5, 15.5], "texture": "#0"},
"east": {"uv": [16, 0, 11, 2.5], "texture": "#0"},
"east": {"uv": [11.5, 0, 11, 2.5], "texture": "#0"},
"south": {"uv": [15.5, 15.5, 15.5, 15.5], "texture": "#0"},
"west": {"uv": [11, 0, 11.5, 2.5], "texture": "#0"},
"up": {"uv": [15.5, 15.5, 15.5, 15.5], "texture": "#0"},
Expand Down

0 comments on commit d13485d

Please sign in to comment.