-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
20 changed files
with
359 additions
and
250 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"replace": false, | ||
"values": [ | ||
"minecraft:creeper" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
61 changes: 61 additions & 0 deletions
61
...ces/data/jafohana/neoforge/biome_modifier/flower_features_in_old_growth_birch_forest.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
{ | ||
"type": "jafohana:add_features", | ||
"biomes": [ | ||
[ | ||
{ | ||
"name": "#jafohana:is_overworld" | ||
}, | ||
{ | ||
"name": "#jafohana:is_birch_forest" | ||
}, | ||
{ | ||
"name": "#jafohana:is_old_growth" | ||
}, | ||
{ | ||
"name": "#jafohana:is_hot", | ||
"negate": true | ||
}, | ||
{ | ||
"name": "#jafohana:is_snowy", | ||
"negate": true | ||
}, | ||
{ | ||
"name": "#jafohana:is_spooky", | ||
"negate": true | ||
}, | ||
{ | ||
"name": "#jafohana:is_dead_or_wasteland", | ||
"negate": true | ||
} | ||
], | ||
[ | ||
{ | ||
"name": "#jafohana:is_overworld" | ||
}, | ||
{ | ||
"name": "#jafohana:is_birch_forest" | ||
}, | ||
{ | ||
"name": "#jafohana:is_dense_vegetation" | ||
}, | ||
{ | ||
"name": "#jafohana:is_hot", | ||
"negate": true | ||
}, | ||
{ | ||
"name": "#jafohana:is_snowy", | ||
"negate": true | ||
}, | ||
{ | ||
"name": "#jafohana:is_spooky", | ||
"negate": true | ||
}, | ||
{ | ||
"name": "#jafohana:is_dead_or_wasteland", | ||
"negate": true | ||
} | ||
] | ||
], | ||
"features": "jafohana:flower_old_growth_birch_forest", | ||
"step": "vegetal_decoration" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
242 changes: 1 addition & 241 deletions
242
src/main/resources/data/jafohana/tags/entity_type/can_convert_to_creepansy.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.