Skip to content

Commit 378dcb6

Browse files
committed
fix some visual problems with items
being "handheld" instead of "generated"
1 parent 27bac5c commit 378dcb6

File tree

7 files changed

+15
-6
lines changed

7 files changed

+15
-6
lines changed

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ loader_version=0.14.21
1010

1111

1212
# Mod Properties
13-
mod_version=0.3.0
13+
mod_version=0.3.1
1414
maven_group=barch.mc_extended
1515
archives_base_name=mc-extended
1616

src/main/resources/assets/mc-extended/models/item/bacon_and_mushrooms.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"parent": "minecraft:item/handheld",
2+
"parent": "minecraft:item/generated",
33
"textures": {
44
"layer0": "mc-extended:item/bacon_and_mushrooms"
55
}

src/main/resources/assets/mc-extended/models/item/onion_tomato_sauce.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"parent": "minecraft:item/handheld",
2+
"parent": "minecraft:item/generated",
33
"textures": {
44
"layer0": "mc-extended:item/onion_tomato_sauce"
55
}

src/main/resources/assets/mc-extended/models/item/silver_nugget.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"parent": "minecraft:item/handheld",
2+
"parent": "minecraft:item/generated",
33
"textures": {
44
"layer0": "mc-extended:item/silver_nugget"
55
}

src/main/resources/assets/mc-extended/models/item/tin_nugget.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"parent": "minecraft:item/handheld",
2+
"parent": "minecraft:item/generated",
33
"textures": {
44
"layer0": "mc-extended:item/tin_nugget"
55
}

src/main/resources/assets/mc-extended/models/item/tomato_sauce.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"parent": "minecraft:item/handheld",
2+
"parent": "minecraft:item/generated",
33
"textures": {
44
"layer0": "mc-extended:item/tomato_sauce"
55
}

src/main/resources/changelog.md

+9
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.3.1] - 2023-9-8
9+
### Fixed
10+
- bacon and mushrooms model
11+
- onion tomato sauce model
12+
- silver nugget model
13+
- tin nugget model
14+
- tomato sauce model
15+
816
## [0.3.0] - 2023-8-15
917
### Added
1018
- bacon and mushrooms
@@ -285,6 +293,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
285293
- ruby block
286294

287295
[0.3.0]: https://github.com/BarchamMal/MC-Extended/commit/
296+
[0.3.1]: https://github.com/BarchamMal/MC-Extended/commit/97641cc3b4809d947953fd8fa6c8d16cbb0ba7e4
288297
[0.2.5]: https://github.com/BarchamMal/MC-Extended/commit/97641cc3b4809d947953fd8fa6c8d16cbb0ba7e4
289298
[0.2.4]: https://github.com/BarchamMal/MC-Extended/commit/c7b83a5135e549532c4dd4b6657f140957cfd31f
290299
[0.2.3]: https://github.com/BarchamMal/MC-Extended/commit/747cc0ceb81f4288abf79e40784574a3411c76ac

0 commit comments

Comments
 (0)