Skip to content

Commit 4998b09

Browse files
committed
2.2.2
1 parent 181596e commit 4998b09

6 files changed

Lines changed: 15 additions & 12 deletions

File tree

CHANGELOG-LATEST.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
### Fixed
22

3-
- Fixed loot table paths.
4-
- Fixed Creepies being immune to all explosion damage.
3+
- Fixed log warning when No Man's Land isn't installed.

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.2.2] - 2026-06-19
9+
10+
### Fixed
11+
12+
- Fixed log warning when No Man's Land isn't installed.
13+
814
## [2.2.1] - 2026-06-17
915

1016
### Fixed

common/src/main/resources/data/tolerable_creepers/tags/block/fire_bomb_explode.json

Lines changed: 0 additions & 8 deletions
This file was deleted.

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.2.1
2+
version=2.2.2
33
group=com.evandev.tolerable_creepers
44
java_version=21
55

neoforge/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies {
4646

4747
// NML
4848
implementation "maven.modrinth:no-mans-land:1.5.6"
49-
implementation "maven.modrinth:biolith:1ZfKhpFg"
49+
runtimeOnly "maven.modrinth:biolith:1ZfKhpFg"
5050
}
5151

5252
publishMods {

common/src/main/resources/data/tolerable_creepers/recipe/spore_bomb.json renamed to neoforge/src/main/resources/data/tolerable_creepers/recipe/spore_bomb.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
{
2+
"neoforge:conditions": [
3+
{
4+
"type": "neoforge:mod_loaded",
5+
"modid": "nomansland"
6+
}
7+
],
28
"type": "minecraft:crafting_shaped",
39
"group": "bombs",
410
"pattern": [

0 commit comments

Comments
 (0)