Skip to content

Commit

Permalink
Fix Loom Table item model size (#295)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexNijjar committed Apr 17, 2024
1 parent 79712d7 commit 34a1d1c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
5 changes: 1 addition & 4 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
- Updated the workbench models and textures.
- Added storage block conversion recipes.
- The workbench screen is no longer focused on the search box by default.
- The workbench screen no longer has the bottom row cut off.
- Fixed Loom Table item model size (#295).
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@
"rotation": [13, 130, 0],
"translation": [2.75, -2.5, 0],
"scale": [0.4, 0.4, 0.4]
},
"ground": {
"scale": [0.35, 0.35, 0.35]
},
"fixed": {
"translation": [-1.75, -1, -2],
"scale": [0.35, 0.35, 0.35]
}
}
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ org.gradle.jvmargs=-Xmx2G

enabledPlatforms=fabric,forge

version=3.0.5
version=3.0.6
group=earth.terrarium.chipped

minecraftVersion=1.20.1
Expand Down

0 comments on commit 34a1d1c

Please sign in to comment.