diff --git a/1.20.1-FearFactoryTest/minecraft/config/incontrol/spawn.json b/1.20.1-FearFactoryTest/minecraft/config/incontrol/spawn.json index 0637a08..ea0e9b6 100644 --- a/1.20.1-FearFactoryTest/minecraft/config/incontrol/spawn.json +++ b/1.20.1-FearFactoryTest/minecraft/config/incontrol/spawn.json @@ -1 +1,21 @@ -[] \ No newline at end of file +[ +{ + "mod": "organisorium", + "spawner": false, + "incontrol": false, + "result": "deny" +} +{ + "mod": "os", + "spawner": false, + "dimension": "ihfr:the_carnage", + "maxcount":{ + "amount": 25, + "mod":"organisorium", + "perplayer": true + }, + "seesky": true, + "notcolliding":true, + "result": "allow" +} +] \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/incontrol/spawner.json b/1.20.1-FearFactoryTest/minecraft/config/incontrol/spawner.json index 0637a08..dc9a781 100644 --- a/1.20.1-FearFactoryTest/minecraft/config/incontrol/spawner.json +++ b/1.20.1-FearFactoryTest/minecraft/config/incontrol/spawner.json @@ -1 +1,13 @@ -[] \ No newline at end of file +[ +{ + "mod":"organisorium", + "persecond":0.5, + "conditions":{ + "maxthis":25, + "dimension":"ihfr:the_carnage", + "and":{ + "seesky":true + } + } +} +] \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/incontrol/spawnerjson_parameters.txt b/1.20.1-FearFactoryTest/minecraft/config/incontrol/spawnerjson_parameters.txt new file mode 100644 index 0000000..0580219 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/incontrol/spawnerjson_parameters.txt @@ -0,0 +1,26 @@ +---------------------------params--------------------------- + +mob[](mod) +weights[] +mobsfrombiome[] +addscoreboardtags +attempts +persecond(%) +amount +conditions + +-------------------------conditions------------------------- + +phase +number +mindaycount / maxdaycount +daycount +minheight / maxheight +height +maxthis / maxtotal / maxpeaceful / maxhostile / maxneutral / maxlocal +mindist / maxdist +minverticaldist / maxverticaldist +norestrictions +inliquid / inwater / inlava / inair +dimension +addscoreboardtags diff --git a/1.20.1-FearFactoryTest/minecraft/config/incontrol/spawnjson_conditions.txt b/1.20.1-FearFactoryTest/minecraft/config/incontrol/spawnjson_conditions.txt new file mode 100644 index 0000000..fd71b62 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/incontrol/spawnjson_conditions.txt @@ -0,0 +1,54 @@ +phase +number +when +mindaycount / maxdaycount +daycount +baby +spawner +spawntype +incontrol +eventspawn +area +minheight / maxheight +height +minlight / maxlight +minlight_full / maxlight_full +light +mincount / maxcount +minspawndist / maxspawndist +mintime / maxtime +time +mindifficulty / maxdifficulty +canspawnhere +notcolliding +difficulty +weather +category +biometags +hostile / passive +seesky +cave +slime +structure +structuretags +hasstructure +mob +mod +block +blockoffset +biome +biometype +dimension +dimensionmod +random +playerhelditem / offhanditem / bothhandsitem +helmet / chestplate / leggings / boots +addscoreboardtags +scoreboardtags_all / scoreboardtags_any +nodespawn +incity / instreet / insphere (Lost Cities) +inbuilding / inmultibuilding (Lost Cities) +building / multibuilding (Lost Cities) +gamestage (Gamestages) +winter / summer / spring / autumn (Serene Seasons) +amulet / ring / belt / trinket / charm / body / head (Baubles) \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/mods/phayriosis-1.3.8-RAVENOUS_RAGE-v4-forge-1.20.1.jar.disabled b/1.20.1-FearFactoryTest/minecraft/mods/phayriosis-1.3.8-RAVENOUS_RAGE-v4-forge-1.20.1.jar.disabled new file mode 100644 index 0000000..a2ceefd Binary files /dev/null and b/1.20.1-FearFactoryTest/minecraft/mods/phayriosis-1.3.8-RAVENOUS_RAGE-v4-forge-1.20.1.jar.disabled differ