Skip to content

Commit

Permalink
fix data
Browse files Browse the repository at this point in the history
Signed-off-by: IThundxr <[email protected]>
  • Loading branch information
IThundxr committed Mar 23, 2024
1 parent a63bb1c commit 1150249
Show file tree
Hide file tree
Showing 8 changed files with 67 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"feature": "eco:stone_rocks",
"placement": [
{
"type": "minecraft:count",
"count": 0
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"feature": "eco:underwater_andesite_rocks",
"placement": [
{
"type": "minecraft:count",
"count": 0
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"feature": "eco:underwater_calcite_rocks",
"placement": [
{
"type": "minecraft:count",
"count": 0
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"feature": "eco:underwater_granite_rocks",
"placement": [
{
"type": "minecraft:count",
"count": 0
}
]
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"feature": "eco:underwater_ice_rocks",
"placement": [
{
"type": "minecraft:count",
"count": 0
}
]
}
8 changes: 0 additions & 8 deletions config/paxi/datapacks/RailwaysTweaks/pack.mcmeta
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,6 @@
{
"namespace": "tconstruct",
"path": "worldgen/structure_set/(end|overworld)_.*_island"
},
{
"namespace": "eco",
"path": "worldgen/placed_feature/underwater_noise_.*_rocks"
},
{
"namespace": "eco",
"path": "worldgen/placed_feature/stone_rocks"
}
]
}
Expand Down
22 changes: 21 additions & 1 deletion index.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,33 @@ hash = "99952cb5424105ebdb3b4ac85c17d0312a1b9bfec40bc2096436c55d09f473db"
file = "config/paxi/datapacks/RailwaysTweaks/data/ae2/tags/worldgen/biome/has_meteorites.json"
hash = "c54160d8e8654958f34db2692a16fe5ef4c3f84900d9180b873c54104178ae38"

[[files]]
file = "config/paxi/datapacks/RailwaysTweaks/data/eco/worldgen/placed_feature/stone_rocks.json"
hash = "749847ca8a70e3b729b19f9578b997fe7423dcb174621f12e84ef3673581cfb6"

[[files]]
file = "config/paxi/datapacks/RailwaysTweaks/data/eco/worldgen/placed_feature/underwater_noise_andesite_rocks.json"
hash = "654f7f3d8547dd15007e54c54d91ffc34df802b994c22686e53ef5f997ad404f"

[[files]]
file = "config/paxi/datapacks/RailwaysTweaks/data/eco/worldgen/placed_feature/underwater_noise_calcite_rocks.json"
hash = "f84914a24102237df584c03cad81a51dd7705f42832d7bdb89038844b2364ac7"

[[files]]
file = "config/paxi/datapacks/RailwaysTweaks/data/eco/worldgen/placed_feature/underwater_noise_granite_rocks.json"
hash = "a5309ff2ca730f02bcdb04a2dc92cea3da5d206475d9b808d0a76b10ace906e0"

[[files]]
file = "config/paxi/datapacks/RailwaysTweaks/data/eco/worldgen/placed_feature/underwater_noise_ice_rocks.json"
hash = "23de0573ba02bcc8ce0a14ce4d62b67e3b77490fded523cb537eeb841824cfd8"

[[files]]
file = "config/paxi/datapacks/RailwaysTweaks/data/thundxrsbetterworldgen/structure_set/ocean_monuments.json"
hash = "0ad75986034b0ac45f912db3b9686e914c4a62f5e7b772ee145b11f0902abbd8"

[[files]]
file = "config/paxi/datapacks/RailwaysTweaks/pack.mcmeta"
hash = "6ffdc39a5c58df11b11162b196e6e9ffdc68cd356f6b7d3be5ca4f33ad65bd9f"
hash = "6d52d80df28ef605333b6eb6cb181b23f5cf80a61aab8f4d942957ea1e2d5807"

[[files]]
file = "config/paxi/datapacks/ReTerraForged.zip"
Expand Down
2 changes: 1 addition & 1 deletion pack.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "5f00ec190514cd50e1f8df9e6a6cbde6877441c948b2d8884058a6eef78c58fd"
hash = "ea439d689462507290f4c106a426cc47c9cb80e3de88e4f6ad77806ae121754f"

[versions]
fabric = "0.15.7"
Expand Down

0 comments on commit 1150249

Please sign in to comment.