Skip to content

Commit

Permalink
Remove mod biome modifier...
Browse files Browse the repository at this point in the history
  • Loading branch information
Mechalopa committed Oct 19, 2024
1 parent 53539f4 commit 3d5de6d
Show file tree
Hide file tree
Showing 36 changed files with 685 additions and 1,155 deletions.
2 changes: 0 additions & 2 deletions src/main/java/com/github/mechalopa/jafohana/JAFOhana.java
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
import org.slf4j.Logger;

import com.github.mechalopa.jafohana.registry.ModBiomeFeatures;
import com.github.mechalopa.jafohana.registry.ModBiomeModifiers;
import com.github.mechalopa.jafohana.registry.ModBlocks;
import com.github.mechalopa.jafohana.registry.ModCreativeModeTabs;
import com.github.mechalopa.jafohana.registry.ModItems;
Expand Down Expand Up @@ -33,6 +32,5 @@ public JAFOhana(IEventBus modEventBus, ModContainer modContainer)
ModBiomeFeatures.register(modEventBus);
ModCreativeModeTabs.register(modEventBus);
ModItems.register(modEventBus);
ModBiomeModifiers.register(modEventBus);
}
}

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,34 +1,25 @@
{
"type": "jafohana:add_features",
"biomes": [
[
"type": "neoforge:add_features",
"biomes": {
"type": "neoforge:and",
"values": [
"#jafohana:is_overworld",
"#jafohana:is_jungle",
"#jafohana:is_sparse_vegetation",
{
"name": "#jafohana:is_overworld"
},
{
"name": "#jafohana:is_snowy",
"negate": true
},
{
"name": "#jafohana:is_hill_or_mountain",
"negate": true
},
{
"name": "#jafohana:is_dead_or_wasteland",
"negate": true
},
{
"name": "#jafohana:is_aquatic",
"negate": true
},
{
"name": "#jafohana:is_jungle"
},
{
"name": "#jafohana:is_sparse_vegetation"
"type": "neoforge:not",
"value": {
"type": "neoforge:or",
"values": [
"#jafohana:is_snowy",
"#jafohana:is_hill_or_mountain",
"#jafohana:is_dead_or_wasteland",
"#jafohana:is_aquatic"
]
}
}
]
],
},
"features": "jafohana:beach_spider_lily_waterside",
"step": "vegetal_decoration"
}
Original file line number Diff line number Diff line change
@@ -1,27 +1,23 @@
{
"type": "jafohana:add_features",
"biomes": [
[
"type": "neoforge:add_features",
"biomes": {
"type": "neoforge:and",
"values": [
"#jafohana:is_overworld",
"#jafohana:is_beach",
{
"name": "#jafohana:is_overworld"
},
{
"name": "#jafohana:is_dry",
"negate": true
},
{
"name": "#jafohana:is_cold",
"negate": true
},
{
"name": "#jafohana:is_dead_or_wasteland",
"negate": true
},
{
"name": "#jafohana:is_beach"
"type": "neoforge:not",
"value": {
"type": "neoforge:or",
"values": [
"#jafohana:is_dry",
"#jafohana:is_cold",
"#jafohana:is_dead_or_wasteland"
]
}
}
]
],
},
"features": "jafohana:beach_spider_lily_beach",
"step": "vegetal_decoration"
}
Original file line number Diff line number Diff line change
@@ -1,50 +1,35 @@
{
"type": "jafohana:add_features",
"biomes": [
[
{
"name": "#jafohana:is_overworld"
},
{
"name": "#jafohana:is_cold",
"negate": true
},
{
"name": "#jafohana:is_dead_or_wasteland",
"negate": true
},
{
"name": "#jafohana:is_beach",
"negate": true
},
{
"name": "#jafohana:is_river"
}
],
[
{
"name": "#jafohana:is_overworld"
},
{
"name": "#jafohana:is_cold",
"negate": true
},
{
"name": "#jafohana:is_dead_or_wasteland",
"negate": true
},
{
"name": "#jafohana:is_beach",
"negate": true
},
{
"name": "#jafohana:is_jungle"
},
{
"name": "#jafohana:is_aquatic"
"type": "neoforge:add_features",
"biomes": {
"type": "neoforge:and",
"values": [
"#jafohana:is_overworld",
{
"type": "neoforge:or",
"values": [
"#jafohana:is_river",
{
"type": "neoforge:and",
"values": [
"#jafohana:is_jungle",
"#jafohana:is_aquatic"
]
}
]
},
{
"type": "neoforge:not",
"value": {
"type": "neoforge:or",
"values": [
"#jafohana:is_cold",
"#jafohana:is_dead_or_wasteland",
"#jafohana:is_beach"
]
}
}
]
],
},
"features": "jafohana:beach_spider_lily_river",
"step": "vegetal_decoration"
}
Original file line number Diff line number Diff line change
@@ -1,43 +1,49 @@
{
"type": "jafohana:add_features",
"biomes": [
[
{
"name": "minecraft:sunflower_plains"
}
],
[
{
"name": "#jafohana:is_overworld"
},
{
"name": "#jafohana:is_hill_or_mountain",
"negate": true
},
{
"name": "#jafohana:is_windswept",
"negate": true
},
{
"name": "#jafohana:is_savanna"
}
],
[
{
"name": "#jafohana:is_overworld"
},
{
"name": "#jafohana:is_dead_or_wasteland",
"negate": true
},
{
"name": "#jafohana:is_dry"
},
{
"name": "#jafohana:is_plains"
"type": "neoforge:add_features",
"biomes": {
"type": "neoforge:or",
"values": [
"minecraft:sunflower_plains",
{
"type": "neoforge:and",
"values": [
"#jafohana:is_overworld",
{
"type": "neoforge:or",
"values": [
{
"type": "neoforge:and",
"values": [
"#jafohana:is_savanna",
{
"type": "neoforge:not",
"value": {
"type": "neoforge:or",
"values": [
"#jafohana:is_hill_or_mountain",
"#jafohana:is_windswept"
]
}
}
]
},
{
"type": "neoforge:and",
"values": [
"#jafohana:is_dry",
"#jafohana:is_plains",
{
"type": "neoforge:not",
"value": "#jafohana:is_dead_or_wasteland"
}
]
}
]
}
]
}
]
],
},
"features": "jafohana:bells_of_ireland",
"step": "vegetal_decoration"
}
Loading

0 comments on commit 3d5de6d

Please sign in to comment.