tangled
alpha
login
or
join now
codexarchonic.nekoweb.org
/
ProjectInfinity
0
fork
atom
Inspired by 2020's April Fools' 20w14infinite Snapshot, this mod brings endless randomly generated dimensions into Minecraft.
0
fork
atom
overview
issues
6
pulls
pipelines
Disable structures from Vampirism
cassian.cc
7 months ago
06210c8c
94ee311d
+7
-1
1 changed file
expand all
collapse all
unified
split
common
src
main
resources
config
amendments.json
+7
-1
common/src/main/resources/config/amendments.json
reviewed
···
1
1
{
2
2
-
"amendment_version": 1,
2
2
+
"amendment_version": 2,
3
3
"elements": [
4
4
{
5
5
"area": "fluids",
···
60
60
"mod": "aether",
61
61
"selector": "containing",
62
62
"containing": "dungeon",
63
63
+
"results": "erase"
64
64
+
},
65
65
+
{
66
66
+
"area": "structures",
67
67
+
"mod": "vampirism",
68
68
+
"selector": "all",
63
69
"results": "erase"
64
70
},
65
71
{