Skip to content

Commit 037db7e

Browse files
committed
2.1.1
1 parent 418f208 commit 037db7e

4 files changed

Lines changed: 19 additions & 17 deletions

File tree

CHANGELOG-LATEST.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
### Added
2-
3-
- Added more config options to tweak Creepie spawns and Creeper explosions.
4-
51
### Fixed
62

7-
- Fixed hard dependency on No Man's Land.
3+
- Fixed Spore Bomb model.

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ 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.1.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.1.1] - 2026-06-06
9+
10+
### Fixed
11+
12+
- Fixed Spore Bomb model.
13+
814
## [2.1.0] - 2026-06-06
915

1016
### Added

common/src/main/resources/assets/tolerable_creepers/models/entity/bomb.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,23 +6,23 @@
66
"from": [5, 0, 5],
77
"to": [11, 6, 11],
88
"faces": {
9-
"north": {"uv": [3, 13, 6, 16], "texture": "#texture"},
10-
"east": {"uv": [0, 13, 3, 16], "texture": "#texture"},
11-
"south": {"uv": [9, 13, 12, 16], "texture": "#texture"},
12-
"west": {"uv": [6, 13, 9, 16], "texture": "#texture"},
13-
"up": {"uv": [6, 13, 3, 10], "texture": "#texture"},
14-
"down": {"uv": [9, 10, 6, 13], "texture": "#texture"}
9+
"north": {"uv": [4, 12, 8, 16], "texture": "#texture"},
10+
"east": {"uv": [0, 12, 4, 16], "texture": "#texture"},
11+
"south": {"uv": [12, 12, 16, 16], "texture": "#texture"},
12+
"west": {"uv": [8, 12, 12, 16], "texture": "#texture"},
13+
"up": {"uv": [8, 12, 4, 8], "texture": "#texture"},
14+
"down": {"uv": [12, 8, 8, 12], "texture": "#texture"}
1515
}
1616
},
1717
{
1818
"from": [6, 6, 6],
1919
"to": [10, 7, 10],
2020
"faces": {
21-
"north": {"uv": [2, 2, 4, 2.5], "texture": "#texture"},
22-
"east": {"uv": [0, 2, 2, 2.5], "texture": "#texture"},
23-
"south": {"uv": [6, 2, 8, 2.5], "texture": "#texture"},
24-
"west": {"uv": [4, 2, 6, 2.5], "texture": "#texture"},
25-
"up": {"uv": [4, 2, 2, 0], "texture": "#texture"}
21+
"north": {"uv": [2, 7, 4, 8], "texture": "#texture"},
22+
"east": {"uv": [6, 7, 8, 8], "texture": "#texture"},
23+
"south": {"uv": [4, 7, 6, 8], "texture": "#texture"},
24+
"west": {"uv": [0, 7, 2, 8], "texture": "#texture"},
25+
"up": {"uv": [4, 7, 2, 5], "texture": "#texture"}
2626
}
2727
}
2828
]

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Project
2-
version=2.1.0
2+
version=2.1.1
33
group=com.evandev.tolerable_creepers
44
java_version=21
55

0 commit comments

Comments
 (0)