diff --git a/config/Mekanism/general.toml b/config/Mekanism/general.toml index 935aefd..ce9b07b 100644 --- a/config/Mekanism/general.toml +++ b/config/Mekanism/general.toml @@ -8,7 +8,7 @@ #How many ticks must pass until a block's active state is synced with the client, if it has been rapidly changing. blockDeactivationDelay = 60 #Any mod ids added to this list will not be able to have any of their blocks, picked up by the cardboard box. For example: ["mekanism"] - cardboardModBlacklist = ["refinedstorage", "tetra", "storagedrawers"] + cardboardModBlacklist = [] #Allow right clicking on Cables/Pipes/Tubes with alloys to upgrade the tier. transmitterAlloyUpgrade = true #Base factor for working out machine performance with upgrades - UpgradeModifier * (UpgradesInstalled/UpgradesPossible). @@ -25,7 +25,7 @@ superheatingHeatTransfer = 1.6E7 #Displayed temperature unit in Mekanism GUIs. #Allowed Values: K, C, R, F, STP - temperatureUnit = "C" + temperatureUnit = "K" #Peak processing rate for the Solar Neutron Activator. Note: It can go higher than this value in some extreme environments. maxSolarNeutronActivatorRate = 64 diff --git a/config/Mekanism/world.toml b/config/Mekanism/world.toml index c1440d4..10e4841 100644 --- a/config/Mekanism/world.toml +++ b/config/Mekanism/world.toml @@ -10,7 +10,7 @@ #Generation Settings for copper ore. [world_generation.copper] #Determines if copper ore should be added to world generation. - shouldGenerate = false + shouldGenerate = true #Chance that copper generates in a chunk. #Range: 1 ~ 128 perChunk = 16 @@ -28,7 +28,7 @@ #Generation Settings for tin ore. [world_generation.tin] #Determines if tin ore should be added to world generation. - shouldGenerate = false + shouldGenerate = true #Chance that tin generates in a chunk. #Range: 1 ~ 128 perChunk = 14 @@ -46,7 +46,7 @@ #Generation Settings for osmium ore. [world_generation.osmium] #Determines if osmium ore should be added to world generation. - shouldGenerate = false + shouldGenerate = true #Chance that osmium generates in a chunk. #Range: 1 ~ 128 perChunk = 12 @@ -64,7 +64,7 @@ #Generation Settings for uranium ore. [world_generation.uranium] #Determines if uranium ore should be added to world generation. - shouldGenerate = false + shouldGenerate = true #Chance that uranium generates in a chunk. #Range: 1 ~ 128 perChunk = 8 @@ -82,7 +82,7 @@ #Generation Settings for fluorite ore. [world_generation.fluorite] #Determines if fluorite ore should be added to world generation. - shouldGenerate = false + shouldGenerate = true #Chance that fluorite generates in a chunk. #Range: 1 ~ 128 perChunk = 6 @@ -100,7 +100,7 @@ #Generation Settings for lead ore. [world_generation.lead] #Determines if lead ore should be added to world generation. - shouldGenerate = false + shouldGenerate = true #Chance that lead generates in a chunk. #Range: 1 ~ 128 perChunk = 8 @@ -118,7 +118,7 @@ #Generation Settings for salt. [world_generation.salt] #Determines if salt should be added to world generation. - shouldGenerate = false + shouldGenerate = true #Chance that salt generates in a chunk. #Range: 1 ~ 128 perChunk = 2 diff --git a/config/apotheosis/apotheosis.cfg b/config/apotheosis/apotheosis.cfg index 7186a02..40dd127 100644 --- a/config/apotheosis/apotheosis.cfg +++ b/config/apotheosis/apotheosis.cfg @@ -1,12 +1,8 @@ # Configuration file -client { - # If apotheosis enchantments have tooltips on books. [default: true] - B:"Enchantment Tooltips"=true -} general { # If the deadly module is loaded. [default: true] - B:"Enable Deadly Module"=false + B:"Enable Deadly Module"=true # If the enchantment module is enabled. [default: true] B:"Enable Enchantment Module"=true @@ -23,3 +19,5 @@ general { # If the village module is loaded. [default: true] B:"Enable Village Module"=true } + + diff --git a/config/apotheosis/enchantments.cfg b/config/apotheosis/enchantments.cfg index 49143fb..9659478 100644 --- a/config/apotheosis/enchantments.cfg +++ b/config/apotheosis/enchantments.cfg @@ -675,21 +675,6 @@ } -"farmersdelight:backstabbing" { - # The max level of this enchantment - normally 3. [range: 1 ~ 127, default: 7] - I:"Max Level"=7 - - # A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples [default: ] - S:"Max Power Function"= - - # The min level of this enchantment. [range: 1 ~ 127, default: 1] - I:"Min Level"=1 - - # A function to determine the min enchanting power. [default: ] - S:"Min Power Function"= -} - - "mana-and-artifice:aura-depths" { # The max level of this enchantment - normally 1. [range: 1 ~ 127, default: 1] I:"Max Level"=1 diff --git a/config/apotheosis/garden.cfg b/config/apotheosis/garden.cfg index b06de49..f2c9cba 100644 --- a/config/apotheosis/garden.cfg +++ b/config/apotheosis/garden.cfg @@ -5,10 +5,10 @@ general { I:"Bamboo Height"=32 # The max height a stack of cacti may grow to. Vanilla is 3. [range: 1 ~ 255, default: 5] - I:"Cactus Height"=32 + I:"Cactus Height"=5 # The max height a stack of reeds may grow to. Vanilla is 3. [range: 1 ~ 255, default: 255] - I:"Reed Height"=32 + I:"Reed Height"=255 } diff --git a/config/apotheosis/names.cfg b/config/apotheosis/names.cfg index 911940c..196a7a9 100644 --- a/config/apotheosis/names.cfg +++ b/config/apotheosis/names.cfg @@ -152,6 +152,27 @@ armors { S:bloodmagic_livinghelmet < > + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: cyclic:crystal_boots, cyclic:crystal_helmet, cyclic:crystal_chestplate, cyclic:crystal_leggings + # Repair Material: cyclic:gem_obsidian + # [default: ] + S:cyclic_crystal_boots < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: cyclic:emerald_boots, cyclic:emerald_helmet, cyclic:emerald_chestplate, cyclic:emerald_leggings + # Repair Material: minecraft:emerald + # [default: ] + S:cyclic_emerald_boots < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: cyclic:glowing_helmet + # Repair Material: cyclic:gem_amber + # [default: ] + S:cyclic_glowing_helmet < + > + # A list of material-based prefix names for this material group. May be empty. # Items in this group: dustrial_decor:cardboard_helmet, dustrial_decor:cardboard_chestplate, dustrial_decor:cardboard_leggings, dustrial_decor:cardboard_boots # Repair Material: dustrial_decor:cardboard @@ -924,7 +945,7 @@ items { tools { # A list of material-based prefix names for this material group. May be empty. - # Items in this group: minecraft:diamond_sword, minecraft:diamond_shovel, minecraft:diamond_pickaxe, minecraft:diamond_axe, minecraft:diamond_hoe, engineerstools:redia_tool, farmersdelight:diamond_knife, integratedtunnels:dummy_pickaxe, mekanismtools:diamond_paxel, rftoolsbuilder:superharvestingtool, minecolonies:chiefsword + # Items in this group: minecraft:diamond_sword, minecraft:diamond_shovel, minecraft:diamond_pickaxe, minecraft:diamond_axe, minecraft:diamond_hoe, engineerstools:redia_tool, integratedtunnels:dummy_pickaxe, mekanismtools:diamond_paxel, cyclic:mattock, rftoolsbuilder:superharvestingtool, minecolonies:chiefsword # Repair Material: minecraft:diamond # [default: [Diamond], [Zircon], [Gemstone], [Jewel], [Crystal]] S:DIAMOND < @@ -943,7 +964,7 @@ tools { > # A list of material-based prefix names for this material group. May be empty. - # Items in this group: minecraft:golden_sword, minecraft:golden_shovel, minecraft:golden_pickaxe, minecraft:golden_axe, minecraft:golden_hoe, xreliquary:mercy_cross, xreliquary:magicbane, farmersdelight:golden_knife, mekanismtools:gold_paxel + # Items in this group: minecraft:golden_sword, minecraft:golden_shovel, minecraft:golden_pickaxe, minecraft:golden_axe, minecraft:golden_hoe, xreliquary:mercy_cross, xreliquary:magicbane, mekanismtools:gold_paxel # Repair Material: minecraft:gold_ingot # [default: [Golden], [Gold], [Gilt], [Auric], [Ornate]] S:GOLD < @@ -962,7 +983,7 @@ tools { > # A list of material-based prefix names for this material group. May be empty. - # Items in this group: minecraft:iron_sword, minecraft:iron_shovel, minecraft:iron_pickaxe, minecraft:iron_axe, minecraft:iron_hoe, extcaves:butcher_knife, extcaves:chef_knife, extcaves:gourmet_fork, extcaves:gourmet_spoon, extcaves:iron_dagger, farmersdelight:iron_knife, mekanismtools:iron_paxel, appliedenergistics2:certus_quartz_axe, appliedenergistics2:certus_quartz_hoe, appliedenergistics2:certus_quartz_shovel, appliedenergistics2:certus_quartz_pickaxe, appliedenergistics2:certus_quartz_sword, appliedenergistics2:nether_quartz_axe, appliedenergistics2:nether_quartz_hoe, appliedenergistics2:nether_quartz_shovel, appliedenergistics2:nether_quartz_pickaxe, appliedenergistics2:nether_quartz_sword, minecolonies:iron_scimitar + # Items in this group: minecraft:iron_sword, minecraft:iron_shovel, minecraft:iron_pickaxe, minecraft:iron_axe, minecraft:iron_hoe, extcaves:butcher_knife, extcaves:chef_knife, extcaves:gourmet_fork, extcaves:gourmet_spoon, extcaves:iron_dagger, mekanismtools:iron_paxel, appliedenergistics2:certus_quartz_axe, appliedenergistics2:certus_quartz_hoe, appliedenergistics2:certus_quartz_shovel, appliedenergistics2:certus_quartz_pickaxe, appliedenergistics2:certus_quartz_sword, appliedenergistics2:nether_quartz_axe, appliedenergistics2:nether_quartz_hoe, appliedenergistics2:nether_quartz_shovel, appliedenergistics2:nether_quartz_pickaxe, appliedenergistics2:nether_quartz_sword, minecolonies:iron_scimitar # Repair Material: minecraft:iron_ingot # [default: [Iron], [Steel], [Ferrous], [Rusty], [Wrought Iron]] S:IRON < @@ -974,7 +995,7 @@ tools { > # A list of material-based prefix names for this material group. May be empty. - # Items in this group: minecraft:netherite_sword, minecraft:netherite_shovel, minecraft:netherite_pickaxe, minecraft:netherite_axe, minecraft:netherite_hoe, farmersdelight:netherite_knife, mekanismtools:netherite_paxel + # Items in this group: minecraft:netherite_sword, minecraft:netherite_shovel, minecraft:netherite_pickaxe, minecraft:netherite_axe, minecraft:netherite_hoe, mekanismtools:netherite_paxel, cyclic:crystal_hoe, cyclic:emerald_hoe, cyclic:sandstone_hoe, cyclic:netherbrick_hoe # Repair Material: minecraft:netherite_ingot # [default: [Burnt], [Embered], [Fiery], [Hellborn], [Flameforged]] S:NETHERITE < @@ -1014,7 +1035,7 @@ tools { > # A list of material-based prefix names for this material group. May be empty. - # Items in this group: minecraft:stone_sword, minecraft:stone_shovel, minecraft:stone_pickaxe, minecraft:stone_axe, minecraft:stone_hoe, farmersdelight:flint_knife, mekanismtools:stone_paxel + # Items in this group: minecraft:stone_sword, minecraft:stone_shovel, minecraft:stone_pickaxe, minecraft:stone_axe, minecraft:stone_hoe, mekanismtools:stone_paxel # Repair Material: null # [default: [Stone], [Rock], [Marble], [Cobblestone]] S:STONE < @@ -1051,6 +1072,34 @@ tools { S:astralsorcery_crystal_sword < > + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: cyclic:crystal_sword, cyclic:crystal_pickaxe, cyclic:crystal_axe, cyclic:crystal_shovel + # Repair Material: cyclic:gem_obsidian + # [default: ] + S:cyclic_crystal_sword < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: cyclic:emerald_sword, cyclic:emerald_pickaxe, cyclic:emerald_axe, cyclic:emerald_shovel + # Repair Material: minecraft:emerald + # [default: ] + S:cyclic_emerald_sword < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: cyclic:netherbrick_sword, cyclic:netherbrick_pickaxe, cyclic:netherbrick_axe, cyclic:netherbrick_shovel + # Repair Material: minecraft:nether_bricks + # [default: ] + S:cyclic_netherbrick_sword < + > + + # A list of material-based prefix names for this material group. May be empty. + # Items in this group: cyclic:sandstone_sword, cyclic:sandstone_pickaxe, cyclic:sandstone_axe, cyclic:sandstone_shovel + # Repair Material: minecraft:sandstone + # [default: ] + S:cyclic_sandstone_sword < + > + # A list of material-based prefix names for this material group. May be empty. # Items in this group: immersiveengineering:pickaxe_steel, immersiveengineering:shovel_steel, immersiveengineering:axe_steel, immersiveengineering:hoe_steel, immersiveengineering:sword_steel # Repair Material: null diff --git a/config/apotheosis/spawner.cfg b/config/apotheosis/spawner.cfg index f382086..ff96cab 100644 --- a/config/apotheosis/spawner.cfg +++ b/config/apotheosis/spawner.cfg @@ -14,20 +14,13 @@ general { ignore_spawn_cap { # The item that applies this modifier. [default: minecraft:chorus_fruit] - S:item=minecraft:bedrock - I:max_value=1 - I:min_value=0 - I:value=0 + S:item=minecraft:chorus_fruit } ignore_spawn_conditions { # The item that applies this modifier. [default: minecraft:dragon_egg] S:item=minecraft:dragon_egg - I:max_value=1 - I:min_value=0 - I:value=0 - } @@ -94,18 +87,12 @@ player_activation_range { redstone_control { # The item that applies this modifier. [default: minecraft:comparator] S:item=minecraft:comparator - I:max_value=1 - I:min_value=0 - I:value=0 } require_players { # The item that applies this modifier. [default: minecraft:nether_star] S:item=minecraft:nether_star - I:max_value=1 - I:min_value=0 - I:value=0 } @@ -127,46 +114,6 @@ spawn_count { spawn_eggs { # A list of entity registry names that cannot be applied to spawners via egg. [default: ] S:"Banned Mobs" < - resourcefulbees:tin_bee - resourcefulbees:terrasteel_bee - resourcefulbees:tainted_gold_bee - resourcefulbees:steel_bee - resourcefulbees:sky_bee - resourcefulbees:silver_bee - resourcefulbees:refined_obsidian_bee - resourcefulbees:refined_glowstone_bee - resourcefulbees:osmium_bee - resourcefulbees:obsidian_bee - resourcefulbees:nickel_bee - resourcefulbees:manasteel_bee - resourcefulbees:lead_bee - resourcefulbees:infused_iron_bee - resourcefulbees:ghast_bee - resourcefulbees:elementium_bee - resourcefulbees:copper_bee - resourcefulbees:clay_bee - resourcefulbees:blaze_bee - resourcefulbees:alf_bee - resourcefulbees:zombie_bee - resourcefulbees:wither_bee - resourcefulbees:slimy_bee - resourcefulbees:skeleton_bee - resourcefulbees:rgbee_bee - resourcefulbees:redstone_bee - resourcefulbees:pigman_bee - resourcefulbees:nether_quartz_bee - resourcefulbees:netherite_bee - resourcefulbees:lapis_bee - resourcefulbees:iron_bee - resourcefulbees:icy_bee - resourcefulbees:gold_bee - resourcefulbees:ender_bee - resourcefulbees:emerald_bee - resourcefulbees:diamond_bee - resourcefulbees:creeper_bee - resourcefulbees:coal_bee - resourcefulbees:oreo_bee - artifacts:mimic > } diff --git a/config/apotheosis/village.cfg b/config/apotheosis/village.cfg index eaccff4..ead9ef8 100644 --- a/config/apotheosis/village.cfg +++ b/config/apotheosis/village.cfg @@ -3,15 +3,6 @@ wanderer { # If new trades are added to the wandering merchant. [default: true] B:"Enable New Trades"=true - - # If the Apotheosis Wanderer Spawner is enabled, instead of the default. [default: true] - B:"Enable Wanderer Spawner"=true - - # The 1/100 chance the wandering trader has to spawn every attempt. This chance is increased by it's own value each failure until successful. [range: 1 ~ 100, default: 10] - I:"Spawn Chance"=5 - - # The number of ticks that must elapse before a wanderer spawn attempt happens. [range: 1 ~ 2147483647, default: 24000] - I:"Spawn Delay"=24000 } diff --git a/config/ars_nouveau-common.toml b/config/ars_nouveau-common.toml index f188bf0..8d52272 100644 --- a/config/ars_nouveau-common.toml +++ b/config/ars_nouveau-common.toml @@ -5,9 +5,9 @@ #Range: 0 ~ 100 sylphWeight = 5 #Spawn Arcane Ore in the world - genOre = false + genOre = true #Spawn a book in the players inventory on login - spawnBook = false + spawnBook = true #Spawn Mana Berry Bushes in the world genBerries = true #Rate of tree spawn per chunk diff --git a/config/astralsorcery-common.toml b/config/astralsorcery-common.toml index 280f133..4599e02 100644 --- a/config/astralsorcery-common.toml +++ b/config/astralsorcery-common.toml @@ -41,18 +41,6 @@ #Set this to true to let this feature generate in any world. (Does NOT work for structures!) everyWorld = true #Set this to false to disable this worldgen feature. - enabled = false - - [worldgen.aquamarine] - #Sets the categories to generate this feature in. Available categories: none,taiga,extreme_hills,jungle,mesa,plains,savanna,icy,the_end,beach,forest,ocean,desert,river,swamp,mushroom,nether - biomeCategoryNames = [] - #Sets the worlds to generate this feature in. (Does NOT work for structures!) - worldNames = ["overworld"] - #Set this to true to let this feature generate in any biome. - everyBiome = true - #Set this to true to let this feature generate in any world. (Does NOT work for structures!) - everyWorld = false - #Set this to false to disable this worldgen feature. enabled = true [worldgen.desert_shrine] @@ -73,6 +61,18 @@ #Set this to false to disable this worldgen feature. enabled = true + [worldgen.aquamarine] + #Sets the categories to generate this feature in. Available categories: none,taiga,extreme_hills,jungle,mesa,plains,savanna,icy,the_end,beach,forest,ocean,desert,river,swamp,mushroom,nether + biomeCategoryNames = [] + #Sets the worlds to generate this feature in. (Does NOT work for structures!) + worldNames = ["overworld"] + #Set this to true to let this feature generate in any biome. + everyBiome = true + #Set this to true to let this feature generate in any world. (Does NOT work for structures!) + everyWorld = false + #Set this to false to disable this worldgen feature. + enabled = true + [worldgen.ancient_shrine] #Sets the categories to generate this feature in. Available categories: none,taiga,extreme_hills,jungle,mesa,plains,savanna,icy,the_end,beach,forest,ocean,desert,river,swamp,mushroom,nether biomeCategoryNames = ["icy", "extreme_hills"] diff --git a/config/biomesoplenty/biomes.json b/config/biomesoplenty/biomes.json index f72db14..775a52e 100644 --- a/config/biomesoplenty/biomes.json +++ b/config/biomesoplenty/biomes.json @@ -4,7 +4,7 @@ "weight": 5 }, "biomesoplenty:bayou": { - "weight": 7 + "weight": 10 }, "biomesoplenty:cherry_blossom_grove": { "weight": 1 @@ -16,19 +16,19 @@ "weight": 5 }, "biomesoplenty:dead_forest": { - "weight": 2 + "weight": 1 }, "biomesoplenty:dryland": { - "weight": 1 + "weight": 3 }, "biomesoplenty:fungal_jungle": { "weight": 1 }, "biomesoplenty:grove": { - "weight": 7 + "weight": 10 }, "biomesoplenty:highland": { - "weight": 3 + "weight": 5 }, "biomesoplenty:jade_cliffs": { "weight": 1 @@ -49,7 +49,7 @@ "weight": 1 }, "biomesoplenty:prairie": { - "weight": 10 + "weight": 7 }, "biomesoplenty:rainforest": { "weight": 7 diff --git a/config/biomesoplenty/client.toml b/config/biomesoplenty/client.toml index f951577..200d85e 100644 --- a/config/biomesoplenty/client.toml +++ b/config/biomesoplenty/client.toml @@ -2,5 +2,5 @@ #Client-related options. [gui] #Select the Biomes O' Plenty world type by default. - use_world_type = false + use_world_type = true diff --git a/config/biomesoplenty/generation.toml b/config/biomesoplenty/generation.toml index bd12612..ee01c5f 100644 --- a/config/biomesoplenty/generation.toml +++ b/config/biomesoplenty/generation.toml @@ -13,7 +13,7 @@ #Allowed Values: LATITUDE, SMALL_ZONES, MEDIUM_ZONES, LARGE_ZONES, RANDOM temperature_variation_scheme = "MEDIUM_ZONES" #Enable nether generation from Biomes O' Plenty. - use_bop_nether = false + use_bop_nether = true #The size of generated rivers. #Allowed Values: TINY, SMALL, MEDIUM, LARGE, HUGE river_size = "MEDIUM" diff --git a/config/cofh_core-client.toml b/config/cofh_core-client.toml index 0361200..d1be862 100644 --- a/config/cofh_core-client.toml +++ b/config/cofh_core-client.toml @@ -1,7 +1,7 @@ [Tooltips] #If TRUE and Advanced Tooltips are enabled (F3+H), Tags will be will be added to item tooltips if possible. - "Show Item Tags" = false + "Show Item Tags" = true #If TRUE, CoFH Items will display a message prompting to hold Shift to see full details (charge state, etc.). This does not change the behavior, only if the informational message should display. "Show 'Hold Shift for Details' Message" = true #If TRUE, CoFH Items will always show full details (charge state, etc.) and will not require Shift to be held down. @@ -9,5 +9,5 @@ #If TRUE, Item descriptions will be added to their tooltips if possible. "Show Item Descriptions" = true #If TRUE, Enchantment descriptions will be added to the tooltip for Enchanted Books containing only a single enchantment. - "Show Enchantment Descriptions" = false + "Show Enchantment Descriptions" = true diff --git a/config/compactcrafting-client.toml b/config/compactcrafting-client.toml deleted file mode 100644 index 7a38b18..0000000 --- a/config/compactcrafting-client.toml +++ /dev/null @@ -1,7 +0,0 @@ - -#Projector Settings -[projectors] - #The color for the projector fields. (HEX format) - #Examples: Orange - #FF6A00, Violet - #32174D, Green - #00A658, Blue - #3A7FE1 - projectorColor = "#FF6A00" - diff --git a/config/compactmachines-common.toml b/config/compactmachines-common.toml deleted file mode 100644 index e2d423b..0000000 --- a/config/compactmachines-common.toml +++ /dev/null @@ -1,6 +0,0 @@ - -#Recipes and Integrations -[recipes] - #Enable vanilla-style recipes. - vanillaRecipes = true - diff --git a/config/computercraft-client.toml b/config/computercraft-client.toml new file mode 100644 index 0000000..698719d --- /dev/null +++ b/config/computercraft-client.toml @@ -0,0 +1,7 @@ +#The renderer to use for monitors. Generally this should be kept at "best" - if monitors have performance issues, you may wish to experiment with alternative renderers. +#Allowed Values: BEST, TBO, VBO +monitor_renderer = "BEST" +#The maximum distance monitors will render at. This defaults to the standard tile entity limit, but may be extended if you wish to build larger monitors. +#Range: 16 ~ 1024 +monitor_distance = 64 + diff --git a/config/create-common.toml b/config/create-common.toml index 070a138..605fc09 100644 --- a/config/create-common.toml +++ b/config/create-common.toml @@ -23,7 +23,7 @@ maxHeight = 86 # #Whether to spawn this in your World - enable = false + enable = true # #Range: > 0 clusterSize = 18 @@ -40,7 +40,7 @@ maxHeight = 30 # #Whether to spawn this in your World - enable = false + enable = true # #Range: > 0 clusterSize = 128 @@ -57,7 +57,7 @@ maxHeight = 70 # #Whether to spawn this in your World - enable = false + enable = true # #Range: > 0 clusterSize = 14 @@ -74,7 +74,7 @@ maxHeight = 85 # #Whether to spawn this in your World - enable = false + enable = true # #Range: > 0 clusterSize = 17 @@ -91,7 +91,7 @@ maxHeight = 70 # #Whether to spawn this in your World - enable = false + enable = true # #Range: > 0 clusterSize = 128 @@ -108,7 +108,7 @@ maxHeight = 70 # #Whether to spawn this in your World - enable = false + enable = true # #Range: > 0 clusterSize = 128 @@ -125,7 +125,7 @@ maxHeight = 55 # #Whether to spawn this in your World - enable = false + enable = true # #Range: > 0 clusterSize = 15 @@ -142,7 +142,7 @@ maxHeight = 70 # #Whether to spawn this in your World - enable = false + enable = true # #Range: > 0 clusterSize = 128 @@ -159,7 +159,7 @@ maxHeight = 10 # #Whether to spawn this in your World - enable = false + enable = true # #Range: > 0 clusterSize = 128 diff --git a/config/cyclopscore-common.toml b/config/cyclopscore-common.toml index c7d7525..b5de06c 100644 --- a/config/cyclopscore-common.toml +++ b/config/cyclopscore-common.toml @@ -5,7 +5,7 @@ #If an anonymous mod startup analytics request may be sent to our analytics service. analytics = true #The anonymous id used by the analytics service. - anonymousAnalyticsID = "1b7d6886-6bfe-4667-a69f-24c154ef8c14" + anonymousAnalyticsID = "8e6a663d-d63a-4d5e-bf31-6c5a17b99ee7" #Set 'true' to enable development debug mode. This will result in a lower performance! debug = false #If the version checker should be enabled. diff --git a/config/defaultoptions/keybindings.txt b/config/defaultoptions/keybindings.txt index 42a31ee..7d40832 100644 --- a/config/defaultoptions/keybindings.txt +++ b/config/defaultoptions/keybindings.txt @@ -35,7 +35,19 @@ key_key.hotbar.9:key.keyboard.9:NONE key_of.key.zoom:key.keyboard.c:NONE key_key.ftbultimine:key.keyboard.grave.accent:NONE key_key.lightoverlay.enable_overlay:key.keyboard.f7:NONE +key_ir_keys.increase_throttle:key.keyboard.keypad.8:NONE +key_ir_keys.zero_throttle:key.keyboard.keypad.5:NONE +key_ir_keys.decrease_throttle:key.keyboard.keypad.2:NONE +key_ir_keys.increase_brake:key.keyboard.keypad.7:NONE +key_ir_keys.zero_brake:key.keyboard.keypad.4:NONE +key_ir_keys.decrease_brake:key.keyboard.keypad.1:NONE +key_ir_keys.horn:key.keyboard.keypad.enter:NONE +key_ir_keys.dead_mans_switch:key.keyboard.keypad.multiply:NONE +key_ir_keys.start_stop_engine:key.keyboard.keypad.add:NONE +key_ir_keys.bell:key.keyboard.keypad.subtract:NONE +key_ir_keys.config:key.keyboard.keypad.divide:NONE key_key.ftbchunks.map:key.keyboard.m:NONE +key_bloodmagic.keybind.open_holding:key.keyboard.unknown:NONE key_keys.simplemagnets.toggle:key.keyboard.h:NONE key_key.immersivepetroleum.projector.flip:key.keyboard.m:NONE key_key.toggleLiquids:key.keyboard.unknown:NONE @@ -46,24 +58,12 @@ key_key.immersiveengineering.chemthrowerSwitch:key.keyboard.unknown:NONE key_tetra.toolbelt.binding.access:key.keyboard.b:NONE key_tetra.toolbelt.binding.restock:key.keyboard.b:SHIFT key_tetra.toolbelt.binding.open:key.keyboard.b:ALT -key_Strip World:key.keyboard.delete:NONE -key_Dress World:key.keyboard.insert:NONE -key_Open Config:key.keyboard.home:NONE -key_Add Block:key.keyboard.page.up:NONE -key_Remove Block:key.keyboard.page.down:NONE -key_Cycle Profile:key.keyboard.end:NONE key_key.integratedterminals.terminal.tab.next:key.keyboard.tab:NONE key_key.integratedterminals.terminal.tab.previous:key.keyboard.tab:SHIFT key_key.integratedterminals.terminal.craftinggrid.clearplayer:key.keyboard.c:SHIFT key_key.integratedterminals.terminal.craftinggrid.clearstorage:key.keyboard.c:NONE key_key.integratedterminals.terminal.craftinggrid.balance:key.keyboard.b:NONE key_key.industrialforegoing.backpack.desc:key.keyboard.unknown:NONE -key_key.refinedstorage.focusSearchBar:key.keyboard.tab:NONE -key_key.refinedstorage.clearGridCraftingMatrix:key.keyboard.x:CONTROL -key_key.refinedstorage.openWirelessGrid:key.keyboard.unknown:NONE -key_key.refinedstorage.openWirelessFluidGrid:key.keyboard.unknown:NONE -key_key.refinedstorage.openWirelessCraftingMonitor:key.keyboard.unknown:NONE -key_key.refinedstorage.openPortableGrid:key.keyboard.unknown:NONE key_key.curios.open.desc:key.keyboard.g:NONE key_keybind.simplyjetpacks.jetpack_gui:key.keyboard.k:NONE key_keybind.simplyjetpacks.jetpack_engine:key.keyboard.j:NONE @@ -73,6 +73,12 @@ key_keybind.simplyjetpacks.jetpack_charger:key.keyboard.unknown:NONE key_key.invtweaks_sort_player.desc:key.keyboard.backslash:NONE key_key.invtweaks_sort_inventory.desc:key.keyboard.grave.accent:NONE key_key.invtweaks_sort_either.desc:key.mouse.middle:NONE +key_key.refinedstorage.focusSearchBar:key.keyboard.tab:NONE +key_key.refinedstorage.clearGridCraftingMatrix:key.keyboard.x:CONTROL +key_key.refinedstorage.openWirelessGrid:key.keyboard.unknown:NONE +key_key.refinedstorage.openWirelessFluidGrid:key.keyboard.unknown:NONE +key_key.refinedstorage.openWirelessCraftingMonitor:key.keyboard.unknown:NONE +key_key.refinedstorage.openPortableGrid:key.keyboard.unknown:NONE key_key.mekanism.mode:key.keyboard.n:NONE key_key.mekanism.head_mode:key.keyboard.v:NONE key_key.mekanism.chest_mode:key.keyboard.g:NONE @@ -82,16 +88,17 @@ key_key.mekanism.description:key.keyboard.n:SHIFT key_key.mekanism.module_tweaker:key.keyboard.backslash:NONE key_key.mekanism.key_boost:key.keyboard.left.control:NONE key_key.mekanism.key_hud:key.keyboard.h:NONE +key_key.integrateddynamics.logic_programmer_focus_search:key.keyboard.f:ALT +key_key.integrateddynamics.logic_programmer_open_rename:key.keyboard.r:ALT key_pneumaticcraft.armor.options:key.keyboard.u:NONE key_pneumaticcraft.helmet.hack:key.keyboard.h:NONE key_pneumaticcraft.helmet.debugging.drone:key.keyboard.y:NONE key_pneumaticcraft.boots.kick:key.keyboard.x:CONTROL key_pneumaticcraft.chestplate.launcher:key.keyboard.c:CONTROL -key_key.integrateddynamics.logic_programmer_focus_search:key.keyboard.f:ALT -key_key.integrateddynamics.logic_programmer_open_rename:key.keyboard.r:ALT key_Open sound muffle screen:key.keyboard.unknown:NONE key_cos.key.opencosarmorinventory:key.keyboard.unknown:NONE key_key.curiousshulkerboxes.open.desc:key.keyboard.x:NONE +key_key.cofh.mode_change_increment:key.keyboard.v:NONE key_key.buildinggadgets.settings_menu:key.keyboard.g:NONE key_key.buildinggadgets.range:key.keyboard.r:NONE key_key.buildinggadgets.undo:key.keyboard.u:NONE @@ -100,39 +107,37 @@ key_key.buildinggadgets.fuzzy:key.keyboard.unknown:NONE key_key.buildinggadgets.connected_area:key.keyboard.unknown:NONE key_key.buildinggadgets.rotate_mirror:key.keyboard.unknown:NONE key_key.buildinggadgets.material_list:key.keyboard.m:NONE -key_key.cofh.mode_change_increment:key.keyboard.v:NONE key_key.plonk.place:key.keyboard.p:NONE key_key.astralsorcery.disable_perk_abilities:key.keyboard.v:NONE -key_key.trinket:key.keyboard.r:NONE key_Open the Crash Utilities Screen:key.keyboard.u:CONTROL key_Copy the class of the current container to the clipboard:key.keyboard.unknown:NONE key_Show/Hide index of container slots as tooltip:key.keyboard.unknown:NONE +key_key.trinket:key.keyboard.r:NONE key_fpsreducer.key.openGui:key.keyboard.end:NONE key_fpsreducer.key.forceIdle:key.keyboard.pause:NONE +key_servertabinfo.keys.show:key.keyboard.tab:CONTROL key_key.ars_nouveau.open_book:key.keyboard.c:NONE key_key.ars_nouveau.selection_hud:key.keyboard.v:NONE key_key.ars_nouveau.previous_slot:key.keyboard.z:NONE key_key.ars_nouveau.next_slot:key.keyboard.x:NONE -key_servertabinfo.keys.show:key.keyboard.tab:CONTROL -key_key.inventorysorter.sort:key.mouse.middle:NONE -key_key.inventorysorter.itemin:key.mouse.100:NONE key_key.inventorysorter.itemout:key.mouse.102:NONE +key_key.inventorysorter.itemin:key.mouse.100:NONE +key_key.inventorysorter.sort:key.mouse.middle:NONE key_key.toggle_focus.desc:key.keyboard.tab:NONE -key_key.openManual:key.keyboard.f1:NONE key_key.nextDestination:key.keyboard.right.bracket:NONE +key_key.openManual:key.keyboard.f1:NONE key_key.prevDestination:key.keyboard.left.bracket:NONE key_key.toastcontrol.clear:key.keyboard.j:NONE key_mininggadgets.text.open_gui:key.keyboard.unknown:NONE -key_quark.keybind.change_hotbar:key.keyboard.z:NONE +key_bloodmagic.keybind.cycle_holding_pos:key.keyboard.unknown:NONE +key_bloodmagic.keybind.cycle_holding_neg:key.keyboard.unknown:NONE +key_quark.keybind.camera_mode:key.keyboard.f12:NONE key_quark.keybind.sort_player:key.keyboard.unknown:NONE key_quark.keybind.sort_container:key.keyboard.unknown:NONE -key_quark.keybind.autorun:key.keyboard.caps.lock:NONE -key_quark.keybind.back:key.mouse.4:NONE key_quark.keybind.transfer_insert:key.keyboard.unknown:NONE key_quark.keybind.transfer_extract:key.keyboard.unknown:NONE key_quark.keybind.shift_lock:key.keyboard.unknown:NONE -key_key.refinedstorageaddons.openWirelessCraftingGrid:key.keyboard.g:CONTROL -key_key.spellbookopen:key.keyboard.z:NONE +key_quark.keybind.change_hotbar:key.keyboard.z:NONE key_quark.emote.no:key.keyboard.unknown:NONE key_quark.emote.yes:key.keyboard.unknown:NONE key_quark.emote.wave:key.keyboard.unknown:NONE @@ -151,8 +156,11 @@ key_quark.keybind.patreon_emote.dab:key.keyboard.unknown:NONE key_quark.keybind.patreon_emote.jet:key.keyboard.unknown:NONE key_quark.keybind.patreon_emote.exorcist:key.keyboard.unknown:NONE key_quark.keybind.patreon_emote.zombie:key.keyboard.unknown:NONE -key_quark.keybind.camera_mode:key.keyboard.f12:NONE key_quark.keybind.lock_rotation:key.keyboard.k:NONE +key_quark.keybind.autorun:key.keyboard.caps.lock:NONE +key_key.refinedstorageaddons.openWirelessCraftingGrid:key.keyboard.g:CONTROL +key_quark.keybind.back:key.mouse.4:NONE +key_key.spellbookopen:key.keyboard.z:NONE key_create.keyinfo.toolmenu:key.keyboard.left.alt:NONE key_keybind.xreliquary.fortune_coin:key.keyboard.unknown:NONE key_pneumaticcraft.armor.upgrade.core_components:key.keyboard.unknown:NONE diff --git a/config/ding.toml b/config/ding.toml index e9b5f4c..8fdc02a 100644 --- a/config/ding.toml +++ b/config/ding.toml @@ -24,7 +24,7 @@ #Look at the "name" config for more details. nameResourcesReload = "entity.experience_orb.pickup" #Play sound when the world loads after connecting to a server. - playOnWorld = true + playOnWorld = false #Pitch of the sound (when Minecraft loads) #Range: 0.0 ~ 10.0 pitch = 1.0 diff --git a/config/environmental/core/components/frames/frames.json b/config/environmental/core/components/frames/frames.json index fa9718b..0ee359e 100644 --- a/config/environmental/core/components/frames/frames.json +++ b/config/environmental/core/components/frames/frames.json @@ -1,58 +1,10 @@ { - "ma:litherite_frame": { - "ma:default_base_color": { - "in:r:[0~255]": 255, - "in:g:[0~255]": 255, - "in:b:[0~255]": 255 - } - }, - "ma:erodium_frame": { - "ma:default_base_color": { - "in:r:[0~255]": 247, - "in:g:[0~255]": 247, - "in:b:[0~255]": 247 - } - }, - "ma:kyronite_frame": { - "ma:default_base_color": { - "in:r:[0~255]": 239, - "in:g:[0~255]": 239, - "in:b:[0~255]": 239 - } - }, - "ma:pladium_frame": { - "ma:default_base_color": { - "in:r:[0~255]": 231, - "in:g:[0~255]": 231, - "in:b:[0~255]": 231 - } - }, - "ma:ionite_frame": { - "ma:default_base_color": { - "in:r:[0~255]": 223, - "in:g:[0~255]": 223, - "in:b:[0~255]": 223 - } - }, - "ma:aethium_frame": { - "ma:default_base_color": { - "in:r:[0~255]": 215, - "in:g:[0~255]": 215, - "in:b:[0~255]": 215 - } - }, - "ma:nanorite_frame": { - "ma:default_base_color": { - "in:r:[0~255]": 207, - "in:g:[0~255]": 207, - "in:b:[0~255]": 207 - } - }, - "ma:xerothium_frame": { - "ma:default_base_color": { - "in:r:[0~255]": 199, - "in:g:[0~255]": 199, - "in:b:[0~255]": 199 - } - } + "ma:litherite_frame": {}, + "ma:erodium_frame": {}, + "ma:kyronite_frame": {}, + "ma:pladium_frame": {}, + "ma:ionite_frame": {}, + "ma:aethium_frame": {}, + "ma:nanorite_frame": {}, + "ma:xerothium_frame": {} } \ No newline at end of file diff --git a/config/environmental/core/components/frames/frames.txt b/config/environmental/core/components/frames/frames.txt index 08109af..e1dc8ad 100644 --- a/config/environmental/core/components/frames/frames.txt +++ b/config/environmental/core/components/frames/frames.txt @@ -4,17 +4,17 @@ ┃┃┃┏╸in:r ┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┣> Default: 255 -┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┗╸ ┃┃┃┏╸in:g ┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┣> Default: 255 -┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┗╸ ┃┃┃┏╸in:b ┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┣> Default: 255 -┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┗╸ ┃┃┗╸ ┃┗╸ @@ -23,17 +23,17 @@ ┃┃┃┏╸in:r ┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┣> Default: 247 -┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┗╸ ┃┃┃┏╸in:g ┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┣> Default: 247 -┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┗╸ ┃┃┃┏╸in:b ┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┣> Default: 247 -┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┗╸ ┃┃┗╸ ┃┗╸ @@ -42,17 +42,17 @@ ┃┃┃┏╸in:r ┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┣> Default: 239 -┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┗╸ ┃┃┃┏╸in:g ┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┣> Default: 239 -┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┗╸ ┃┃┃┏╸in:b ┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┣> Default: 239 -┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┗╸ ┃┃┗╸ ┃┗╸ @@ -61,17 +61,17 @@ ┃┃┃┏╸in:r ┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┣> Default: 231 -┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┗╸ ┃┃┃┏╸in:g ┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┣> Default: 231 -┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┗╸ ┃┃┃┏╸in:b ┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┣> Default: 231 -┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┗╸ ┃┃┗╸ ┃┗╸ @@ -80,17 +80,17 @@ ┃┃┃┏╸in:r ┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┣> Default: 223 -┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┗╸ ┃┃┃┏╸in:g ┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┣> Default: 223 -┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┗╸ ┃┃┃┏╸in:b ┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┣> Default: 223 -┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┗╸ ┃┃┗╸ ┃┗╸ @@ -99,17 +99,17 @@ ┃┃┃┏╸in:r ┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┣> Default: 215 -┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┗╸ ┃┃┃┏╸in:g ┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┣> Default: 215 -┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┗╸ ┃┃┃┏╸in:b ┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┣> Default: 215 -┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┗╸ ┃┃┗╸ ┃┗╸ @@ -118,17 +118,17 @@ ┃┃┃┏╸in:r ┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┣> Default: 207 -┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┗╸ ┃┃┃┏╸in:g ┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┣> Default: 207 -┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┗╸ ┃┃┃┏╸in:b ┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┣> Default: 207 -┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┗╸ ┃┃┗╸ ┃┗╸ @@ -137,17 +137,17 @@ ┃┃┃┏╸in:r ┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┣> Default: 199 -┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┗╸ ┃┃┃┏╸in:g ┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┣> Default: 199 -┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┗╸ ┃┃┃┏╸in:b ┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┣> Default: 199 -┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┗╸ ┃┃┗╸ ┃┗╸ diff --git a/config/environmental/core/components/modifiers/modifiers.json b/config/environmental/core/components/modifiers/modifiers.json index d2310c2..10cc602 100644 --- a/config/environmental/core/components/modifiers/modifiers.json +++ b/config/environmental/core/components/modifiers/modifiers.json @@ -1,58 +1,10 @@ { - "ma:null": { - "ma:default_base_color": { - "in:r:[0~255]": 255, - "in:g:[0~255]": 255, - "in:b:[0~255]": 255 - } - }, - "ma:amplification": { - "ma:default_base_color": { - "in:r:[0~255]": 255, - "in:g:[0~255]": 255, - "in:b:[0~255]": 255 - } - }, - "ma:bandwidth": { - "ma:default_base_color": { - "in:r:[0~255]": 255, - "in:g:[0~255]": 255, - "in:b:[0~255]": 255 - } - }, - "ma:frequency": { - "ma:default_base_color": { - "in:r:[0~255]": 255, - "in:g:[0~255]": 255, - "in:b:[0~255]": 255 - } - }, - "ma:radiant": { - "ma:default_base_color": { - "in:r:[0~255]": 255, - "in:g:[0~255]": 255, - "in:b:[0~255]": 255 - } - }, - "ma:thermal": { - "ma:default_base_color": { - "in:r:[0~255]": 255, - "in:g:[0~255]": 255, - "in:b:[0~255]": 255 - } - }, - "ma:piezo": { - "ma:default_base_color": { - "in:r:[0~255]": 255, - "in:g:[0~255]": 255, - "in:b:[0~255]": 255 - } - }, - "ma:electrostatic": { - "ma:default_base_color": { - "in:r:[0~255]": 255, - "in:g:[0~255]": 255, - "in:b:[0~255]": 255 - } - } + "ma:null": {}, + "ma:amplification": {}, + "ma:bandwidth": {}, + "ma:frequency": {}, + "ma:radiant": {}, + "ma:thermal": {}, + "ma:piezo": {}, + "ma:electrostatic": {} } \ No newline at end of file diff --git a/config/environmental/core/components/modifiers/modifiers.txt b/config/environmental/core/components/modifiers/modifiers.txt index a86685e..262eb4b 100644 --- a/config/environmental/core/components/modifiers/modifiers.txt +++ b/config/environmental/core/components/modifiers/modifiers.txt @@ -4,17 +4,17 @@ ┃┃┃┏╸in:r ┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┣> Default: 255 -┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┗╸ ┃┃┃┏╸in:g ┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┣> Default: 255 -┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┗╸ ┃┃┃┏╸in:b ┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┣> Default: 255 -┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┗╸ ┃┃┗╸ ┃┗╸ @@ -23,17 +23,17 @@ ┃┃┃┏╸in:r ┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┣> Default: 255 -┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┗╸ ┃┃┃┏╸in:g ┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┣> Default: 255 -┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┗╸ ┃┃┃┏╸in:b ┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┣> Default: 255 -┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┗╸ ┃┃┗╸ ┃┗╸ @@ -42,17 +42,17 @@ ┃┃┃┏╸in:r ┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┣> Default: 255 -┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┗╸ ┃┃┃┏╸in:g ┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┣> Default: 255 -┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┗╸ ┃┃┃┏╸in:b ┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┣> Default: 255 -┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┗╸ ┃┃┗╸ ┃┗╸ @@ -61,17 +61,17 @@ ┃┃┃┏╸in:r ┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┣> Default: 255 -┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┗╸ ┃┃┃┏╸in:g ┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┣> Default: 255 -┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┗╸ ┃┃┃┏╸in:b ┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┣> Default: 255 -┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┗╸ ┃┃┗╸ ┃┗╸ @@ -80,17 +80,17 @@ ┃┃┃┏╸in:r ┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┣> Default: 255 -┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┗╸ ┃┃┃┏╸in:g ┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┣> Default: 255 -┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┗╸ ┃┃┃┏╸in:b ┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┣> Default: 255 -┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┗╸ ┃┃┗╸ ┃┗╸ @@ -99,17 +99,17 @@ ┃┃┃┏╸in:r ┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┣> Default: 255 -┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┗╸ ┃┃┃┏╸in:g ┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┣> Default: 255 -┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┗╸ ┃┃┃┏╸in:b ┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┣> Default: 255 -┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┗╸ ┃┃┗╸ ┃┗╸ @@ -118,17 +118,17 @@ ┃┃┃┏╸in:r ┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┣> Default: 255 -┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┗╸ ┃┃┃┏╸in:g ┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┣> Default: 255 -┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┗╸ ┃┃┃┏╸in:b ┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┣> Default: 255 -┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┗╸ ┃┃┗╸ ┃┗╸ @@ -137,17 +137,17 @@ ┃┃┃┏╸in:r ┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┣> Default: 255 -┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┗╸ ┃┃┃┏╸in:g ┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┣> Default: 255 -┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┗╸ ┃┃┃┏╸in:b ┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┣> Default: 255 -┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┗╸ ┃┃┗╸ ┃┗╸ diff --git a/config/environmental/core/components/panels/panels.json b/config/environmental/core/components/panels/panels.json index 87aed16..e1c3410 100644 --- a/config/environmental/core/components/panels/panels.json +++ b/config/environmental/core/components/panels/panels.json @@ -1,16 +1,4 @@ { - "ma:panel": { - "ma:default_base_color": { - "in:r:[0~255]": 255, - "in:g:[0~255]": 255, - "in:b:[0~255]": 255 - } - }, - "ma:clear_panel": { - "ma:default_base_color": { - "in:r:[0~255]": 255, - "in:g:[0~255]": 255, - "in:b:[0~255]": 255 - } - } + "ma:panel": {}, + "ma:clear_panel": {} } \ No newline at end of file diff --git a/config/environmental/core/components/panels/panels.txt b/config/environmental/core/components/panels/panels.txt index a01450b..0fa49c1 100644 --- a/config/environmental/core/components/panels/panels.txt +++ b/config/environmental/core/components/panels/panels.txt @@ -4,17 +4,17 @@ ┃┃┃┏╸in:r ┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┣> Default: 255 -┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┗╸ ┃┃┃┏╸in:g ┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┣> Default: 255 -┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┗╸ ┃┃┃┏╸in:b ┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┣> Default: 255 -┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┗╸ ┃┃┗╸ ┃┗╸ @@ -23,17 +23,17 @@ ┃┃┃┏╸in:r ┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┣> Default: 255 -┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┗╸ ┃┃┃┏╸in:g ┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┣> Default: 255 -┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┗╸ ┃┃┃┏╸in:b ┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┣> Default: 255 -┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┗╸ ┃┃┗╸ ┃┗╸ diff --git a/config/environmental/energy/solar/solar.json b/config/environmental/energy/solar/solar.json index a4c559b..cd25d58 100644 --- a/config/environmental/energy/solar/solar.json +++ b/config/environmental/energy/solar/solar.json @@ -1,169 +1,8 @@ { "bo:enabled": true, - "ma:cells": { - "ma:litherite": { - "ma:default_base_color": { - "in:r:[0~255]": 255, - "in:g:[0~255]": 255, - "in:b:[0~255]": 255 - } - }, - "ma:erodium": { - "ma:default_base_color": { - "in:r:[0~255]": 247, - "in:g:[0~255]": 247, - "in:b:[0~255]": 247 - } - }, - "ma:kyronite": { - "ma:default_base_color": { - "in:r:[0~255]": 239, - "in:g:[0~255]": 239, - "in:b:[0~255]": 239 - } - }, - "ma:pladium": { - "ma:default_base_color": { - "in:r:[0~255]": 231, - "in:g:[0~255]": 231, - "in:b:[0~255]": 231 - } - }, - "ma:ionite": { - "ma:default_base_color": { - "in:r:[0~255]": 223, - "in:g:[0~255]": 223, - "in:b:[0~255]": 223 - } - }, - "ma:aethium": { - "ma:default_base_color": { - "in:r:[0~255]": 215, - "in:g:[0~255]": 215, - "in:b:[0~255]": 215 - } - }, - "ma:nanorite": { - "ma:default_base_color": { - "in:r:[0~255]": 207, - "in:g:[0~255]": 207, - "in:b:[0~255]": 207 - } - }, - "ma:xerothium": { - "ma:default_base_color": { - "in:r:[0~255]": 199, - "in:g:[0~255]": 199, - "in:b:[0~255]": 199 - } - } - }, + "ma:cells": {}, "ma:ccus": { "do:production_power:[4.9E-324~1.7976931348623157E308]": 2.2, - "in:production_rate:[-2147483648~2147483647]": 128, - "ma:litherite": { - "ma:default_base_color": { - "in:r:[0~255]": 255, - "in:g:[0~255]": 255, - "in:b:[0~255]": 255 - }, - "ma:default_core_color": { - "in:r:[0~254]": 40, - "in:g:[0~255]": 180, - "in:b:[0~255]": 232 - }, - "fl:max_efficiency:[0.0~1.0]": 0.56 - }, - "ma:erodium": { - "ma:default_base_color": { - "in:r:[0~255]": 247, - "in:g:[0~255]": 247, - "in:b:[0~255]": 247 - }, - "ma:default_core_color": { - "in:r:[0~254]": 40, - "in:g:[0~255]": 180, - "in:b:[0~255]": 232 - }, - "fl:max_efficiency:[0.0~1.0]": 0.64 - }, - "ma:kyronite": { - "ma:default_base_color": { - "in:r:[0~255]": 239, - "in:g:[0~255]": 239, - "in:b:[0~255]": 239 - }, - "ma:default_core_color": { - "in:r:[0~254]": 40, - "in:g:[0~255]": 180, - "in:b:[0~255]": 232 - }, - "fl:max_efficiency:[0.0~1.0]": 0.64 - }, - "ma:pladium": { - "ma:default_base_color": { - "in:r:[0~255]": 231, - "in:g:[0~255]": 231, - "in:b:[0~255]": 231 - }, - "ma:default_core_color": { - "in:r:[0~254]": 40, - "in:g:[0~255]": 180, - "in:b:[0~255]": 232 - }, - "fl:max_efficiency:[0.0~1.0]": 0.64 - }, - "ma:ionite": { - "ma:default_base_color": { - "in:r:[0~255]": 223, - "in:g:[0~255]": 223, - "in:b:[0~255]": 223 - }, - "ma:default_core_color": { - "in:r:[0~254]": 40, - "in:g:[0~255]": 180, - "in:b:[0~255]": 232 - }, - "fl:max_efficiency:[0.0~1.0]": 0.64 - }, - "ma:aethium": { - "ma:default_base_color": { - "in:r:[0~255]": 215, - "in:g:[0~255]": 215, - "in:b:[0~255]": 215 - }, - "ma:default_core_color": { - "in:r:[0~254]": 40, - "in:g:[0~255]": 180, - "in:b:[0~255]": 232 - }, - "fl:max_efficiency:[0.0~1.0]": 0.64 - }, - "ma:nanorite": { - "ma:default_base_color": { - "in:r:[0~255]": 207, - "in:g:[0~255]": 207, - "in:b:[0~255]": 207 - }, - "ma:default_core_color": { - "in:r:[0~254]": 40, - "in:g:[0~255]": 180, - "in:b:[0~255]": 232 - }, - "fl:max_efficiency:[0.0~1.0]": 0.64 - }, - "ma:xerothium": { - "ma:default_base_color": { - "in:r:[0~255]": 199, - "in:g:[0~255]": 199, - "in:b:[0~255]": 199 - }, - "ma:default_core_color": { - "in:r:[0~254]": 40, - "in:g:[0~255]": 180, - "in:b:[0~255]": 232 - }, - "fl:max_efficiency:[0.0~1.0]": 0.64 - } + "in:production_rate:[-2147483648~2147483647]": 128 } } \ No newline at end of file diff --git a/config/environmental/energy/solar/solar.txt b/config/environmental/energy/solar/solar.txt index 3ef52fb..1060fa9 100644 --- a/config/environmental/energy/solar/solar.txt +++ b/config/environmental/energy/solar/solar.txt @@ -9,17 +9,17 @@ ┃┃┃┃┏╸in:r ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 255 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:g ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 255 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:b ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 255 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┗╸ ┃┃┗╸ @@ -28,17 +28,17 @@ ┃┃┃┃┏╸in:r ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 247 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:g ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 247 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:b ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 247 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┗╸ ┃┃┗╸ @@ -47,17 +47,17 @@ ┃┃┃┃┏╸in:r ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 239 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:g ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 239 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:b ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 239 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┗╸ ┃┃┗╸ @@ -66,17 +66,17 @@ ┃┃┃┃┏╸in:r ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 231 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:g ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 231 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:b ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 231 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┗╸ ┃┃┗╸ @@ -85,17 +85,17 @@ ┃┃┃┃┏╸in:r ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 223 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:g ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 223 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:b ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 223 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┗╸ ┃┃┗╸ @@ -104,17 +104,17 @@ ┃┃┃┃┏╸in:r ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 215 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:g ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 215 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:b ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 215 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┗╸ ┃┃┗╸ @@ -123,17 +123,17 @@ ┃┃┃┃┏╸in:r ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 207 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:g ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 207 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:b ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 207 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┗╸ ┃┃┗╸ @@ -142,17 +142,17 @@ ┃┃┃┃┏╸in:r ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 199 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:g ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 199 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:b ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 199 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┗╸ ┃┃┗╸ @@ -173,336 +173,328 @@ ┃┃┃┃┏╸in:r ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 255 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:g ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 255 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:b ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 255 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┗╸ ┃┃┃┏╸ma:default_core_color ┃┃┃┃┏╸in:r ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 40 -┃┃┃┃┣> label.valkyrielib.requirements: [0~254] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:g ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 180 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:b ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 232 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┗╸ ┃┃┃┏╸fl:max_efficiency ┃┃┃┣> Variable Type: java.lang.Float ┃┃┃┣> Default: 0.56 -┃┃┃┣> label.valkyrielib.requirements: [0.0~1.0] -┃┃┃┣> The maximum efficiency accepted from solar cells. -┃┃┃┗> Anything above this value will not result in more energy. +┃┃┃┣> label.valkyrielib.requirements: [1.4E-45~3.4028235E38] +┃┃┃┗╸ ┃┃┗╸ ┃┃┏╸ma:erodium ┃┃┃┏╸ma:default_base_color ┃┃┃┃┏╸in:r ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 247 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:g ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 247 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:b ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 247 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┗╸ ┃┃┃┏╸ma:default_core_color ┃┃┃┃┏╸in:r ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 40 -┃┃┃┃┣> label.valkyrielib.requirements: [0~254] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:g ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 180 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:b ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 232 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┗╸ ┃┃┃┏╸fl:max_efficiency ┃┃┃┣> Variable Type: java.lang.Float ┃┃┃┣> Default: 0.64 -┃┃┃┣> label.valkyrielib.requirements: [0.0~1.0] -┃┃┃┣> The maximum efficiency accepted from solar cells. -┃┃┃┗> Anything above this value will not result in more energy. +┃┃┃┣> label.valkyrielib.requirements: [1.4E-45~3.4028235E38] +┃┃┃┗╸ ┃┃┗╸ ┃┃┏╸ma:kyronite ┃┃┃┏╸ma:default_base_color ┃┃┃┃┏╸in:r ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 239 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:g ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 239 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:b ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 239 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┗╸ ┃┃┃┏╸ma:default_core_color ┃┃┃┃┏╸in:r ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 40 -┃┃┃┃┣> label.valkyrielib.requirements: [0~254] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:g ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 180 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:b ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 232 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┗╸ ┃┃┃┏╸fl:max_efficiency ┃┃┃┣> Variable Type: java.lang.Float ┃┃┃┣> Default: 0.64 -┃┃┃┣> label.valkyrielib.requirements: [0.0~1.0] -┃┃┃┣> The maximum efficiency accepted from solar cells. -┃┃┃┗> Anything above this value will not result in more energy. +┃┃┃┣> label.valkyrielib.requirements: [1.4E-45~3.4028235E38] +┃┃┃┗╸ ┃┃┗╸ ┃┃┏╸ma:pladium ┃┃┃┏╸ma:default_base_color ┃┃┃┃┏╸in:r ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 231 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:g ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 231 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:b ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 231 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┗╸ ┃┃┃┏╸ma:default_core_color ┃┃┃┃┏╸in:r ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 40 -┃┃┃┃┣> label.valkyrielib.requirements: [0~254] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:g ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 180 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:b ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 232 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┗╸ ┃┃┃┏╸fl:max_efficiency ┃┃┃┣> Variable Type: java.lang.Float ┃┃┃┣> Default: 0.64 -┃┃┃┣> label.valkyrielib.requirements: [0.0~1.0] -┃┃┃┣> The maximum efficiency accepted from solar cells. -┃┃┃┗> Anything above this value will not result in more energy. +┃┃┃┣> label.valkyrielib.requirements: [1.4E-45~3.4028235E38] +┃┃┃┗╸ ┃┃┗╸ ┃┃┏╸ma:ionite ┃┃┃┏╸ma:default_base_color ┃┃┃┃┏╸in:r ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 223 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:g ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 223 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:b ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 223 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┗╸ ┃┃┃┏╸ma:default_core_color ┃┃┃┃┏╸in:r ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 40 -┃┃┃┃┣> label.valkyrielib.requirements: [0~254] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:g ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 180 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:b ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 232 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┗╸ ┃┃┃┏╸fl:max_efficiency ┃┃┃┣> Variable Type: java.lang.Float ┃┃┃┣> Default: 0.64 -┃┃┃┣> label.valkyrielib.requirements: [0.0~1.0] -┃┃┃┣> The maximum efficiency accepted from solar cells. -┃┃┃┗> Anything above this value will not result in more energy. +┃┃┃┣> label.valkyrielib.requirements: [1.4E-45~3.4028235E38] +┃┃┃┗╸ ┃┃┗╸ ┃┃┏╸ma:aethium ┃┃┃┏╸ma:default_base_color ┃┃┃┃┏╸in:r ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 215 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:g ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 215 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:b ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 215 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┗╸ ┃┃┃┏╸ma:default_core_color ┃┃┃┃┏╸in:r ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 40 -┃┃┃┃┣> label.valkyrielib.requirements: [0~254] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:g ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 180 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:b ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 232 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┗╸ ┃┃┃┏╸fl:max_efficiency ┃┃┃┣> Variable Type: java.lang.Float ┃┃┃┣> Default: 0.64 -┃┃┃┣> label.valkyrielib.requirements: [0.0~1.0] -┃┃┃┣> The maximum efficiency accepted from solar cells. -┃┃┃┗> Anything above this value will not result in more energy. +┃┃┃┣> label.valkyrielib.requirements: [1.4E-45~3.4028235E38] +┃┃┃┗╸ ┃┃┗╸ ┃┃┏╸ma:nanorite ┃┃┃┏╸ma:default_base_color ┃┃┃┃┏╸in:r ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 207 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:g ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 207 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:b ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 207 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┗╸ ┃┃┃┏╸ma:default_core_color ┃┃┃┃┏╸in:r ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 40 -┃┃┃┃┣> label.valkyrielib.requirements: [0~254] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:g ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 180 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:b ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 232 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┗╸ ┃┃┃┏╸fl:max_efficiency ┃┃┃┣> Variable Type: java.lang.Float ┃┃┃┣> Default: 0.64 -┃┃┃┣> label.valkyrielib.requirements: [0.0~1.0] -┃┃┃┣> The maximum efficiency accepted from solar cells. -┃┃┃┗> Anything above this value will not result in more energy. +┃┃┃┣> label.valkyrielib.requirements: [1.4E-45~3.4028235E38] +┃┃┃┗╸ ┃┃┗╸ ┃┃┏╸ma:xerothium ┃┃┃┏╸ma:default_base_color ┃┃┃┃┏╸in:r ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 199 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:g ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 199 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:b ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 199 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┗╸ ┃┃┃┏╸ma:default_core_color ┃┃┃┃┏╸in:r ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 40 -┃┃┃┃┣> label.valkyrielib.requirements: [0~254] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:g ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 180 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:b ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 232 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┗╸ ┃┃┃┏╸fl:max_efficiency ┃┃┃┣> Variable Type: java.lang.Float ┃┃┃┣> Default: 0.64 -┃┃┃┣> label.valkyrielib.requirements: [0.0~1.0] -┃┃┃┣> The maximum efficiency accepted from solar cells. -┃┃┃┗> Anything above this value will not result in more energy. +┃┃┃┣> label.valkyrielib.requirements: [1.4E-45~3.4028235E38] +┃┃┃┗╸ ┃┃┗╸ ┃┗╸ ┗╸ diff --git a/config/environmental/tech/void_miner/void_miner.json b/config/environmental/tech/void_miner/void_miner.json index 1302269..bf72466 100644 --- a/config/environmental/tech/void_miner/void_miner.json +++ b/config/environmental/tech/void_miner/void_miner.json @@ -1,101 +1,4 @@ { "bo:enabled": true, - "ma:ccus": { - "ma:litherite": { - "ma:default_base_color": { - "in:r:[0~255]": 255, - "in:g:[0~255]": 255, - "in:b:[0~255]": 255 - }, - "ma:default_core_color": { - "in:r:[0~254]": 120, - "in:g:[0~255]": 232, - "in:b:[0~255]": 255 - } - }, - "ma:erodium": { - "ma:default_base_color": { - "in:r:[0~255]": 247, - "in:g:[0~255]": 247, - "in:b:[0~255]": 247 - }, - "ma:default_core_color": { - "in:r:[0~254]": 120, - "in:g:[0~255]": 232, - "in:b:[0~255]": 255 - } - }, - "ma:kyronite": { - "ma:default_base_color": { - "in:r:[0~255]": 239, - "in:g:[0~255]": 239, - "in:b:[0~255]": 239 - }, - "ma:default_core_color": { - "in:r:[0~254]": 120, - "in:g:[0~255]": 232, - "in:b:[0~255]": 255 - } - }, - "ma:pladium": { - "ma:default_base_color": { - "in:r:[0~255]": 231, - "in:g:[0~255]": 231, - "in:b:[0~255]": 231 - }, - "ma:default_core_color": { - "in:r:[0~254]": 120, - "in:g:[0~255]": 232, - "in:b:[0~255]": 255 - } - }, - "ma:ionite": { - "ma:default_base_color": { - "in:r:[0~255]": 223, - "in:g:[0~255]": 223, - "in:b:[0~255]": 223 - }, - "ma:default_core_color": { - "in:r:[0~254]": 120, - "in:g:[0~255]": 232, - "in:b:[0~255]": 255 - } - }, - "ma:aethium": { - "ma:default_base_color": { - "in:r:[0~255]": 215, - "in:g:[0~255]": 215, - "in:b:[0~255]": 215 - }, - "ma:default_core_color": { - "in:r:[0~254]": 120, - "in:g:[0~255]": 232, - "in:b:[0~255]": 255 - } - }, - "ma:nanorite": { - "ma:default_base_color": { - "in:r:[0~255]": 207, - "in:g:[0~255]": 207, - "in:b:[0~255]": 207 - }, - "ma:default_core_color": { - "in:r:[0~254]": 120, - "in:g:[0~255]": 232, - "in:b:[0~255]": 255 - } - }, - "ma:xerothium": { - "ma:default_base_color": { - "in:r:[0~255]": 199, - "in:g:[0~255]": 199, - "in:b:[0~255]": 199 - }, - "ma:default_core_color": { - "in:r:[0~254]": 120, - "in:g:[0~255]": 232, - "in:b:[0~255]": 255 - } - } - } + "ma:ccus": {} } \ No newline at end of file diff --git a/config/environmental/tech/void_miner/void_miner.txt b/config/environmental/tech/void_miner/void_miner.txt index b899f1c..b654447 100644 --- a/config/environmental/tech/void_miner/void_miner.txt +++ b/config/environmental/tech/void_miner/void_miner.txt @@ -9,34 +9,34 @@ ┃┃┃┃┏╸in:r ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 255 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:g ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 255 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:b ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 255 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┗╸ ┃┃┃┏╸ma:default_core_color ┃┃┃┃┏╸in:r ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 120 -┃┃┃┃┣> label.valkyrielib.requirements: [0~254] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:g ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 232 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:b ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 255 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┗╸ ┃┃┗╸ @@ -45,34 +45,34 @@ ┃┃┃┃┏╸in:r ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 247 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:g ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 247 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:b ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 247 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┗╸ ┃┃┃┏╸ma:default_core_color ┃┃┃┃┏╸in:r ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 120 -┃┃┃┃┣> label.valkyrielib.requirements: [0~254] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:g ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 232 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:b ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 255 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┗╸ ┃┃┗╸ @@ -81,34 +81,34 @@ ┃┃┃┃┏╸in:r ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 239 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:g ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 239 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:b ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 239 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┗╸ ┃┃┃┏╸ma:default_core_color ┃┃┃┃┏╸in:r ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 120 -┃┃┃┃┣> label.valkyrielib.requirements: [0~254] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:g ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 232 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:b ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 255 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┗╸ ┃┃┗╸ @@ -117,34 +117,34 @@ ┃┃┃┃┏╸in:r ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 231 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:g ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 231 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:b ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 231 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┗╸ ┃┃┃┏╸ma:default_core_color ┃┃┃┃┏╸in:r ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 120 -┃┃┃┃┣> label.valkyrielib.requirements: [0~254] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:g ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 232 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:b ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 255 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┗╸ ┃┃┗╸ @@ -153,34 +153,34 @@ ┃┃┃┃┏╸in:r ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 223 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:g ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 223 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:b ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 223 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┗╸ ┃┃┃┏╸ma:default_core_color ┃┃┃┃┏╸in:r ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 120 -┃┃┃┃┣> label.valkyrielib.requirements: [0~254] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:g ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 232 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:b ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 255 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┗╸ ┃┃┗╸ @@ -189,34 +189,34 @@ ┃┃┃┃┏╸in:r ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 215 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:g ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 215 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:b ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 215 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┗╸ ┃┃┃┏╸ma:default_core_color ┃┃┃┃┏╸in:r ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 120 -┃┃┃┃┣> label.valkyrielib.requirements: [0~254] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:g ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 232 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:b ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 255 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┗╸ ┃┃┗╸ @@ -225,34 +225,34 @@ ┃┃┃┃┏╸in:r ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 207 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:g ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 207 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:b ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 207 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┗╸ ┃┃┃┏╸ma:default_core_color ┃┃┃┃┏╸in:r ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 120 -┃┃┃┃┣> label.valkyrielib.requirements: [0~254] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:g ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 232 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:b ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 255 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┗╸ ┃┃┗╸ @@ -261,34 +261,34 @@ ┃┃┃┃┏╸in:r ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 199 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:g ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 199 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:b ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 199 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┗╸ ┃┃┃┏╸ma:default_core_color ┃┃┃┃┏╸in:r ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 120 -┃┃┃┃┣> label.valkyrielib.requirements: [0~254] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:g ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 232 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┃┏╸in:b ┃┃┃┃┣> Variable Type: java.lang.Integer ┃┃┃┃┣> Default: 255 -┃┃┃┃┣> label.valkyrielib.requirements: [0~255] +┃┃┃┃┣> label.valkyrielib.requirements: [-2147483648~2147483647] ┃┃┃┃┗╸ ┃┃┃┗╸ ┃┃┗╸ diff --git a/config/fairylights-client.toml b/config/fairylights-client.toml deleted file mode 100644 index 6a52bd7..0000000 --- a/config/fairylights-client.toml +++ /dev/null @@ -1,7 +0,0 @@ - -[tutorial] - #The hanging lights tutorial progress, once any light item enters the inventory a - # toast appears prompting to craft hanging lights. A finished tutorial progress - # value is 'complete' and an unstarted tutorial is 'none'. - progress = "none" - diff --git a/config/fairylights-common.toml b/config/fairylights-common.toml deleted file mode 100644 index 09cfa4f..0000000 --- a/config/fairylights-common.toml +++ /dev/null @@ -1,8 +0,0 @@ - -[general] - #If true jingles will play during Christmas. - christmas_jingles = true - #The distance that jingles can be heard in blocks. - #Range: > 1 - jingles_amplitude = 40 - diff --git a/config/farmersdelight-client.toml b/config/farmersdelight-client.toml deleted file mode 100644 index 78ba8e9..0000000 --- a/config/farmersdelight-client.toml +++ /dev/null @@ -1,6 +0,0 @@ - -#Client settings -[client] - #Should the hunger bar have a gilded overlay when the player is Nourished? - nourishedHungerOverlay = true - diff --git a/config/farmersdelight-common.toml b/config/farmersdelight-common.toml deleted file mode 100644 index 5f46b1f..0000000 --- a/config/farmersdelight-common.toml +++ /dev/null @@ -1,82 +0,0 @@ - -#Game settings -[settings] - #Farmer's Delight adds crates (3x3) for vanilla crops, similar to Quark and Thermal Cultivation. Should they be craftable? - enableVanillaCropCrates = true - #Should Novice and Apprentice Farmers buy this mod's crops? (May reduce chances of other trades appearing) - farmersBuyFDCrops = true - -#Vanilla item overrides -[overrides] - #Should Rabbit Stew grant users the jumping prowess of a rabbit when eaten? - rabbitStewJumpBoost = true - #Should most vanilla tools register a dispenser behavior when facing a Cutting Board? - dispenserUsesToolsOnCuttingBoard = true - #Should items inside the tag 'farmersdelight:comfort_foods' grant 5 minutes of Comfort when eaten? (defaults to vanilla SoupItems) - comfortFoodTagEffect = true - -#World generation -[world] - #Generate crop items on Village houses (all biomes) - cropsOnVillageHouseLoot = true - #Generate crop items on a Shipwreck's supply chests - cropsOnShipwreckSupplyLoot = true - #Generate Compost Heaps across all village biomes - genVillageCompostHeaps = true - - #Sea Beet generation - [world.wild_beetroots] - #Chance of generating clusters. Smaller value = more frequent. - #Range: > 0 - chance = 10 - #Generate sea beets on beaches - genWildBeetroots = true - - #Tomato Vines generation - [world.wild_tomatoes] - #Chance of generating clusters. Smaller value = more frequent. - #Range: > 0 - chance = 8 - #Generate tomato vines on arid biomes (temperature 1.0 or higher) - genWildTomatoes = true - - #Wild Cabbage generation - [world.wild_cabbages] - #Chance of generating clusters. Smaller value = more frequent. - #Range: > 0 - chance = 10 - #Generate wild cabbages on beaches - genWildCabbages = true - - #Wild Onion generation - [world.wild_onions] - #Generate wild onions on temperate biomes (temperature between 0.4 and 0.9) - genWildOnions = true - #Chance of generating clusters. Smaller value = more frequent. - #Range: > 0 - chance = 8 - - #Wild Potato generation - [world.wild_potatoes] - #Chance of generating clusters. Smaller value = more frequent. - #Range: > 0 - chance = 8 - #Generate wild potatoes on cold biomes (temperature between 0.0 and 0.3) - genWildPotatoes = true - - #Wild Carrot generation - [world.wild_carrots] - #Chance of generating clusters. Smaller value = more frequent. - #Range: > 0 - chance = 8 - #Generate wild carrots on temperate biomes (temperature between 0.4 and 0.9) - genWildCarrots = true - - #Wild Rice generation - [world.wild_rice] - #Chance of generating clusters. Smaller value = more frequent. - #Range: > 0 - chance = 10 - #Generate wild rice on swamps and jungles - genWildRice = true - diff --git a/config/fml.toml b/config/fml.toml index 04055ed..e1ca72d 100644 --- a/config/fml.toml +++ b/config/fml.toml @@ -1,5 +1,5 @@ # Enable forge global version checking -versionCheck = false +versionCheck = true # does the splashscreen run splashscreen = true defaultConfigPath = "defaultconfigs" diff --git a/config/forge-client.toml b/config/forge-client.toml index 3b8f9c0..040c73f 100644 --- a/config/forge-client.toml +++ b/config/forge-client.toml @@ -10,7 +10,7 @@ #Not recommended for computers without a significant number of cores available. alwaysSetupTerrainOffThread = false #EXPERIMENTAL: Enable the Forge block rendering pipeline - fixes the lighting of custom models. - experimentalForgeLightPipelineEnabled = true + experimentalForgeLightPipelineEnabled = false #Enable the Forge block rendering pipeline - fixes the lighting of custom models. forgeLightPipelineEnabled = true #When enabled, Forge will show any warnings that occurred during loading. diff --git a/config/ftbbackups-common.toml b/config/ftbbackups-common.toml index 0bbe7fe..7355406 100644 --- a/config/ftbbackups-common.toml +++ b/config/ftbbackups-common.toml @@ -18,7 +18,7 @@ backup_timer = 120 #1 - Best speed #9 - Smallest file size #Range: 0 ~ 9 -compression_level = 3 +compression_level = 1 #Absolute path to backups folder. folder = "" #Prints (current size | total size) when backup is done. diff --git a/config/ftbchunks-client.toml b/config/ftbchunks-client.toml index bc76175..021c0e1 100644 --- a/config/ftbchunks-client.toml +++ b/config/ftbchunks-client.toml @@ -1,9 +1,9 @@ #Noise added to map to make it look less plastic #Range: 0.0 ~ 0.5 -noise = 0.05000000074505806 +noise = 0.05 #Shadow intensity #Range: 0.0 ~ 0.3 -shadows = 0.10000000149011612 +shadows = 0.1 #Chunk grid overlay in large map chunk_grid = false #Reduces color palette to 256 colors diff --git a/config/ftbultimine-common.toml b/config/ftbultimine-common.toml index 4e78a9c..95424cd 100644 --- a/config/ftbultimine-common.toml +++ b/config/ftbultimine-common.toml @@ -1,13 +1,13 @@ #Max blocks you can mine at once #Range: 1 ~ 32768 -max_blocks = 128 +max_blocks = 64 #Hunger multiplied for each block mined with ultimine #Range: 0.0 ~ 10000.0 -exhaustion_per_block = 25.0 +exhaustion_per_block = 20.0 #Doesn't stop at different types of stones -merge_stone = false +merge_stone = true #Tools that won't let you active ultimine when held -tool_blacklist = ["mininggadgets:mininggadget", "ars_nouveau:wand", "ars_nouveau:novice_spell_book", "ars_nouveau:creative_spell_book", "ars_nouveau:archmage_spell_book", "ars_nouveau:apprentice_spell_book"] +tool_blacklist = ["mininggadgets:mininggadget"] #Required for some modpacks #Range: -1 ~ 8 render_text_manually = -1 diff --git a/config/immersiveengineering-common.toml b/config/immersiveengineering-common.toml index 6c2de25..b6631a4 100644 --- a/config/immersiveengineering-common.toml +++ b/config/immersiveengineering-common.toml @@ -1,6 +1,3 @@ -#A list of preferred Mod IDs that results of IE processes should stem from, aka which mod you want the copper to come from. -#This affects the ores dug by the excavator, as well as those crushing recipes that don't have associated IE items. This list is in oreder of priority. -preferredOres = ["emendatusenigmatica", "minecraft", "immersiveengineering", "thermal", "create", "mekanism", "kubejs", "appliedenergistics2", "pneumaticcraft", "industrialforegoing", "quark"] #IMPORTANT NOTICE: #THIS IS ONLY THE COMMON CONFIG. It does not contain all the values adjustable for IE. #All modifiers for machines, all ore gen, the retrogen features and most other adjustable values have been moved to immersiveengineering-server.toml. @@ -8,12 +5,9 @@ preferredOres = ["emendatusenigmatica", "minecraft", "immersiveengineering", "th #You can then take that config file and put it in the 'defaultconfigs' folder to make it apply automatically to all NEW worlds you generate FROM THERE ON. #This may appear confusing to many of you, but it is a new sensible way to handle configuration, because the server configuration is synced when playing multiplayer. importantInfo = true - -#A list of all mods that IE has integrated compatability for -#Setting any of these to false disables the respective compat -[compat] - crafttweaker = true - computercraft = true +#A list of preferred Mod IDs that results of IE processes should stem from, aka which mod you want the copper to come from. +#This affects the ores dug by the excavator, as well as those crushing recipes that don't have associated IE items. This list is in oreder of priority. +preferredOres = ["immersiveengineering", "minecraft"] [debug] #A config setting to enable debug features. These features may vary between releases, may cause crashes, and are unsupported. Do not enable unless asked to by a developer of IE. @@ -25,3 +19,9 @@ importantInfo = true #Enable detailed logging for the wire network. This can be useful for developers to track down issues related to wires. enableWireLogger = false +#A list of all mods that IE has integrated compatability for +#Setting any of these to false disables the respective compat +[compat] + crafttweaker = true + computercraft = true + diff --git a/config/immersiverailroading.cfg b/config/immersiverailroading.cfg new file mode 100644 index 0000000..963532e --- /dev/null +++ b/config/immersiverailroading.cfg @@ -0,0 +1,194 @@ +# Configuration File +general { + balance { + # Angle Placement Segmentation + I:AnglePlacementSegmentation=4 + + # Cost to place down rail bed + D:BedCostMultiplier=0.25 + + # Prevent stock from being built outside the recommended and model gauges + B:DesignGaugeLock=false + + # All gauges require fuel + B:FuelRequired=true + + # MilliBuckets per Liter + I:MB_PER_LITER=1 + + # Models require fuel + B:ModelFuelRequired=true + + # IEnergy cost (RF) per radio transmission per metre + I:RadioCostPerMetre=0 + + # Only select Locomotives with suitable equipment can be radio-controlled + B:RadioEquipmentRequired=true + + # Range of radio-control, positive integer + I:RadioRange=500 + + # Cost to place down a rail + D:RailCostMultiplier=0.25 + + # Cost to place down a tie + D:TieCostMultiplier=0.25 + + # How heavy is a single block in Kg + I:blockWeight=10 + + # Brake Multiplier: Higher numbers increase slowdown, lower numbers decrease slowdown + D:brakeMultiplier=1.0 + + # Allow diesel locomotive engine overheating + B:canDieselEnginesOverheat=true + + ################################################################################## + # dieselFuels # + # ------------------------------------------------------------------------------ # + # Fuels for diesel Locomotives # + # Note: Naphtha of Thermal Foundation is internally registered as 'refined oil'. # + ################################################################################## + dieselFuels { + I:diesel=200 + I:fuel_mixed_heavy=130 + I:lpg=150 + I:biofuel=170 + I:fuel=180 + I:oil_dense=110 + I:gasoline=100 + I:fuel_light=150 + I:oil_distilled=50 + I:ethanol=170 + I:kerosene=180 + I:refined_fuel=150 + I:refined_oil=100 + I:oil=100 + I:oil_heavy=70 + I:fuel_dense=110 + I:fuel_mixed_light=100 + I:biodiesel=170 + I:olive_oil=40 + } + + # How fast the diesel locomotive should heat up. 1 is real internal (slow), 72 is scaled to minecraft time + I:dieselLocoHeatTimeScale=72 + + # Diesel Fuel Efficiency + I:locoDieselFuelEfficiency=100 + + # How fast the steam locomotive should heat up. 1 is real internal (slow), 72 is scaled to minecraft time + I:locoHeatTimeScale=72 + + # Steam Fuel Efficiency + I:locoSteamFuelEfficiency=100 + + # How much water the locomotive should use + F:locoWaterUsage=10.0 + + # Machine power factor (0 means no power required) + F:machinePowerFactor=1.0 + + # Slope Multiplier: Higher numbers increase slowdown, lower numbers decrease slowdown + D:slopeMultiplier=1.0 + + # If more than X% of the tracks are above non solid block, break the track + D:trackFloatingPercent=0.05 + + # Traction Multiplier: Higher numbers decreases wheel slip, lower numders increase wheel slip + D:tractionMultiplier=1.0 + + # Distance the villagers will hear the conductor's whistle + D:villagerConductorDistance=50.0 + + # Villager payout items (ore dict) + villagerPayoutItems < + gemEmerald + > + + # How much you getContents payed per meter the villager traveled (default 1 emerald per km) + D:villagerPayoutPerMeter=0.001 + + # Water Substitutes + waterTypes < + water + dist_water + hot_spring_water + purified_water + > + + } + + damage { + # Trains should break block + B:TrainsBreakBlocks=true + + # Clear blocsk in creative mode when placing tracks + B:creativePlacementClearsBlocks=true + + # Drop snowballs when the train can't push a block out of the way + B:dropSnowBalls=false + + # Break block around the border of the tracks in creative + B:enableSideBlockClearing=true + + # km/h to damage 1 heart on collision + D:entitySpeedDamage=10.0 + + # Enable environmental damage of Boiler Explosions + B:explosionEnvDamageEnabled=true + + # Enable Boiler Explosions + B:explosionsEnabled=true + + # Requires solid block to be placed under the rails + B:requireSolidBlocks=true + + # Trains getContents destroyed by Mob explosions + B:trainMobExplosionDamage=true + + } + + debug { + # Range between couplers to try coupling + D:couplerRange=0.3 + + # DEBUG: Buckets infinite fill/empty tanks + B:debugInfiniteLiquids=false + + # Print extra chunk loading info + B:debugLog=false + + # Deep Snow on tracks + B:deepSnow=false + + # Keep rolling stock loaded even when it is not moving + B:keepStockLoaded=true + + # DEV ONLY: How much to artifically lag the server (per internal) + I:lagServer=0 + + # Time between open computers poll ticks for augments + I:ocPollDelayTicks=1 + + # Old Narrow track placement (single width instead of 3) + B:oldNarrowWidth=false + + # Speed up IR stock server onTick stepping to compensate for tps lag + B:serverTickCompensation=false + + # How fast snow should accumulate, 0 = disabled, 20 = fast, 400 = slow + I:snowAccumulateRate=400 + + # How fast snow should melt, 0 = disabled, 20 = fast, 400 = slow + I:snowMeltRate=0 + + } + + performance { + # Use multiple threads when loading stock. This is used on Minecraft's initial load or when manually reloading stocks. + B:multithreadedStockLoading=true + + } + +} diff --git a/config/immersiverailroading_graphics.cfg b/config/immersiverailroading_graphics.cfg new file mode 100644 index 0000000..c8a7fe8 --- /dev/null +++ b/config/immersiverailroading_graphics.cfg @@ -0,0 +1,21 @@ +# Configuration File +general { + # Place to draw the Train GUI as a % from the left of the screen + I:GUIPositionHorizontal=2 + + # Place to draw the Train GUI as a % from the top of the screen + I:GUIPositionVertical=95 + + # Enable Particles + B:particlesEnabled=true + + # What unit to use for speedometer. (kmh, mph or ms) + S:speedUnit=kmh + + # How long to keep textures in memory after they have left the screen (higher numbers = smoother game play, lower numbers = less GPU memory used) + I:textureCacheSeconds=30 + + # Self explanatory + B:trainsOnTheBrain=true + +} diff --git a/config/immersiverailroading_sound.cfg b/config/immersiverailroading_sound.cfg new file mode 100644 index 0000000..1232875 --- /dev/null +++ b/config/immersiverailroading_sound.cfg @@ -0,0 +1,15 @@ +# Configuration File +general { + # Re-configure the sound system to use more audo channels (fixes audio cutting out at high speed) + B:overrideSoundChannels=true + + # Sound Distance Multiplier + D:soundDistanceScale=1.0 + + # Enable Sounds + B:soundEnabled=true + + # Enable Pressure Valve Sound + B:soundPressureValve=true + +} diff --git a/config/invtweaks-client.toml b/config/invtweaks-client.toml index 935a61e..63daff3 100644 --- a/config/invtweaks-client.toml +++ b/config/invtweaks-client.toml @@ -56,30 +56,6 @@ containerClass = "appeng.container.implementations.WirelessTermContainer" sortRange = "" - [[sorting.containerOverrides]] - containerClass = "com.refinedmods.refinedstorage.container.GridContainer" - sortRange = "" - - [[sorting.containerOverrides]] - containerClass = "blusunrize.immersiveengineering.common.gui.CraftingTableContainer" - sortRange = "" - - [[sorting.containerOverrides]] - containerClass = "se.mickelus.tetra.blocks.workbench.WorkbenchContainer" - sortRange = "" - - [[sorting.containerOverrides]] - containerClass = "mcjty.rftoolsstorage.modules.scanner.blocks.StorageScannerContainer" - sortRange = "" - - [[sorting.containerOverrides]] - containerClass = "mcjty.rftoolsstorage.modules.modularstorage.blocks.ModularStorageContainer" - sortRange = "" - - [[sorting.containerOverrides]] - containerClass = "mcjty.rftoolsutility.modules.crafter.blocks.CrafterContainer" - sortRange = "" - #Categor(y/ies) for sorting # #name: the name of the category @@ -119,7 +95,7 @@ [[sorting.category]] name = "cheapBlocks" - spec = ["/tag:forge:cobblestone", "/tag:forge:dirt"] + spec = ["/tag:minecraft:cobblestone", "/tag:minecraft:dirt"] [[sorting.category]] name = "blocks" @@ -132,7 +108,7 @@ #2 = buttons for external sorting only #3 = all buttons enabled (default) #Range: 0 ~ 3 - enableButtons = 0 + enableButtons = 3 #Enable auto-refill autoRefill = true #0 = disable sorting diff --git a/config/jei-client.toml b/config/jei-client.toml index 963cc25..b0ae264 100644 --- a/config/jei-client.toml +++ b/config/jei-client.toml @@ -2,7 +2,7 @@ [advanced] #How items should be handed to you #Allowed Values: INVENTORY, MOUSE_PICKUP - GiveMode = "INVENTORY" + GiveMode = "MOUSE_PICKUP" #Debug mode enabled DebugMode = false #Display search bar in the center diff --git a/config/jei/recipe-category-sort-order.ini b/config/jei/recipe-category-sort-order.ini index 97eeee0..2ecc1b0 100644 --- a/config/jei/recipe-category-sort-order.ini +++ b/config/jei/recipe-category-sort-order.ini @@ -30,7 +30,6 @@ bloodmagic:arc bloodmagic:arcfurnace bloodmagic:soulforge botanypots:soil -compactcrafting:miniaturization cookingforblockheads:cow_jar create:automatic_brewing create:automatic_packing @@ -52,11 +51,10 @@ create:pressing create:sandpaper_polishing create:sawing create:spout_filling +cyclic:melter +cyclic:solidifier enchdesc:compatible_items envirocore:assembler -farmersdelight:cooking -farmersdelight:cutting -farmersdelight:decomposition farmingforblockheads:market fluxnetworks:creating_flux immersiveengineering:alloysmelter @@ -160,16 +158,6 @@ powah:energizing powah:heat.sources powah:magmatic powah:solid.coolants -resourcefulbees:apiary -resourcefulbees:bee_pollination_entity_flowers -resourcefulbees:bee_pollination_flowers -resourcefulbees:block_to_block_mutation -resourcefulbees:block_to_fluid_mutation -resourcefulbees:breeding -resourcefulbees:centrifuge -resourcefulbees:fluid_to_block_mutation -resourcefulbees:fluid_to_fluid_mutation -resourcefulbees:hive thermal:bottler thermal:brewer thermal:centrifuge diff --git a/config/losttrinkets/general_common.toml b/config/losttrinkets/general_common.toml index 62cee27..04cdb64 100644 --- a/config/losttrinkets/general_common.toml +++ b/config/losttrinkets/general_common.toml @@ -8,18 +8,18 @@ unlockCooldown = 2400 blackList = [] #List of trinkets that can't be unlocked randomly eg: ["losttrinkets:piggy", "losttrinkets:magical_feathers"] #The trinkets listed in here will not be removed from players that already unlocked them. -nonRandom = ["losttrinkets:rock_candy", "losttrinkets:tha_cloud", "losttrinkets:turtle_shell", "losttrinkets:blaze_heart", "losttrinkets:tha_bat", "losttrinkets:tea_leaf", "losttrinkets:octopick", "losttrinkets:magical_herbs", "losttrinkets:magical_feathers", "losttrinkets:mad_aura"] +nonRandom = [] [Trinket_Slots] #Amount of Xp levels added to the next unlocking cost. #Range: 0 ~ 20 - slotUpFactor = 5 + slotUpFactor = 3 #Numbers of trinket slots the player will start with (Only effect newer players!!). #Range: 0 ~ 40 startSlots = 1 #Levels of xp needed to unlock a trinket slot. #Range: 0 ~ 1000 - slotCost = 20 + slotCost = 15 [Killing_Unlocks] #Set to false to disable unlocking trinkets from killing non-Boss entities. diff --git a/config/moremobgriefingoptions.toml b/config/moremobgriefingoptions.toml index 95359f1..4cd48ec 100644 --- a/config/moremobgriefingoptions.toml +++ b/config/moremobgriefingoptions.toml @@ -1,70 +1,70 @@ #MobGriefing settings [mobGriefing] - #blaze mobGriefing - #Allowed Values: DEFAULT, TRUE, FALSE - blaze = "DEFAULT" - #cow mobGriefing - #Allowed Values: DEFAULT, TRUE, FALSE - cow = "DEFAULT" - #creeper mobGriefing - #Allowed Values: DEFAULT, TRUE, FALSE - creeper = "DEFAULT" - #ender_dragon mobGriefing - #Allowed Values: DEFAULT, TRUE, FALSE - ender_dragon = "DEFAULT" - #enderman mobGriefing - #Allowed Values: DEFAULT, TRUE, FALSE - enderman = "DEFAULT" - #evoker mobGriefing - #Allowed Values: DEFAULT, TRUE, FALSE - evoker = "DEFAULT" - #fox mobGriefing - #Allowed Values: DEFAULT, TRUE, FALSE - fox = "DEFAULT" - #ghast mobGriefing - #Allowed Values: DEFAULT, TRUE, FALSE - ghast = "DEFAULT" - #horse mobGriefing - #Allowed Values: DEFAULT, TRUE, FALSE - horse = "DEFAULT" - #husk mobGriefing - #Allowed Values: DEFAULT, TRUE, FALSE - husk = "DEFAULT" - #pig mobGriefing - #Allowed Values: DEFAULT, TRUE, FALSE - pig = "DEFAULT" - #piglin mobGriefing - #Allowed Values: DEFAULT, TRUE, FALSE - piglin = "DEFAULT" - #piglin_brute mobGriefing - #Allowed Values: DEFAULT, TRUE, FALSE - piglin_brute = "DEFAULT" #ravager mobGriefing #Allowed Values: DEFAULT, TRUE, FALSE ravager = "DEFAULT" - #rabbit mobGriefing - #Allowed Values: DEFAULT, TRUE, FALSE - rabbit = "DEFAULT" - #sheep mobGriefing - #Allowed Values: DEFAULT, TRUE, FALSE - sheep = "DEFAULT" - #silverfish mobGriefing - #Allowed Values: DEFAULT, TRUE, FALSE - silverfish = "DEFAULT" - #snow_golem mobGriefing - #Allowed Values: DEFAULT, TRUE, FALSE - snow_golem = "DEFAULT" - #strider mobGriefing - #Allowed Values: DEFAULT, TRUE, FALSE - strider = "DEFAULT" #villager mobGriefing #Allowed Values: DEFAULT, TRUE, FALSE villager = "DEFAULT" - #wither mobGriefing + #cow mobGriefing #Allowed Values: DEFAULT, TRUE, FALSE - wither = "DEFAULT" + cow = "DEFAULT" + #piglin_brute mobGriefing + #Allowed Values: DEFAULT, TRUE, FALSE + piglin_brute = "DEFAULT" + #fox mobGriefing + #Allowed Values: DEFAULT, TRUE, FALSE + fox = "DEFAULT" + #pig mobGriefing + #Allowed Values: DEFAULT, TRUE, FALSE + pig = "DEFAULT" + #strider mobGriefing + #Allowed Values: DEFAULT, TRUE, FALSE + strider = "DEFAULT" + #horse mobGriefing + #Allowed Values: DEFAULT, TRUE, FALSE + horse = "DEFAULT" + #ender_dragon mobGriefing + #Allowed Values: DEFAULT, TRUE, FALSE + ender_dragon = "DEFAULT" + #husk mobGriefing + #Allowed Values: DEFAULT, TRUE, FALSE + husk = "DEFAULT" + #blaze mobGriefing + #Allowed Values: DEFAULT, TRUE, FALSE + blaze = "DEFAULT" + #piglin mobGriefing + #Allowed Values: DEFAULT, TRUE, FALSE + piglin = "DEFAULT" + #evoker mobGriefing + #Allowed Values: DEFAULT, TRUE, FALSE + evoker = "DEFAULT" + #rabbit mobGriefing + #Allowed Values: DEFAULT, TRUE, FALSE + rabbit = "DEFAULT" + #silverfish mobGriefing + #Allowed Values: DEFAULT, TRUE, FALSE + silverfish = "DEFAULT" #zombie mobGriefing #Allowed Values: DEFAULT, TRUE, FALSE zombie = "DEFAULT" + #snow_golem mobGriefing + #Allowed Values: DEFAULT, TRUE, FALSE + snow_golem = "DEFAULT" + #ghast mobGriefing + #Allowed Values: DEFAULT, TRUE, FALSE + ghast = "DEFAULT" + #wither mobGriefing + #Allowed Values: DEFAULT, TRUE, FALSE + wither = "DEFAULT" + #creeper mobGriefing + #Allowed Values: DEFAULT, TRUE, FALSE + creeper = "DEFAULT" + #sheep mobGriefing + #Allowed Values: DEFAULT, TRUE, FALSE + sheep = "DEFAULT" + #enderman mobGriefing + #Allowed Values: DEFAULT, TRUE, FALSE + enderman = "DEFAULT" diff --git a/config/naturesaura-common.toml b/config/naturesaura-common.toml index 737173a..4b4c5e8 100644 --- a/config/naturesaura-common.toml +++ b/config/naturesaura-common.toml @@ -7,9 +7,9 @@ #The Aura to RF ratio used by the RF converter, read as aura*ratio = rf auraToRFRatio = 0.05 #Blocks that are exempt from being recognized as generatable ores for the passive ore generation effect. Each entry needs to be formatted as modid:block[prop1=value1,...] where block state properties are optional - oreExceptions = ["create:copper_ore", "create:zinc_ore", "immersiveengineering:ore_aluminum", "immersiveengineering:ore_copper", "immersiveengineering:ore_lead", "immersiveengineering:ore_nickel", "immersiveengineering:ore_silver", "immersiveengineering:ore_uranium", "mekanism:copper_ore", "mekanism:fluorite_ore", "mekanism:lead_ore", "mekanism:osmium_ore", "mekanism:tin_ore", "mekanism:uranium_ore", "thermal:apatite_ore", "thermal:copper_ore", "thermal:nickel_ore", "thermal:lead_ore", "thermal:ruby_ore", "thermal:sapphire_ore", "thermal:silver_ore", "thermal:sulfur_ore", "thermal:tin_ore"] + oreExceptions = [] #Additional blocks that are recognized as generatable ores for the passive ore generation effect. Each entry needs to be formatted as tag_name->oreWeight->dimension where a higher weight makes the ore more likely to spawn with 5000 being the weight of coal, the default ore with the highest weight, and dimension being any of overworld and nether - additionalOres = ["forge:ores/nether/gold->1000->nether", "forge:ores/netherite_scrap->1->nether", "forge:ores/bitumen->1000->overworld", "forge:ores/fluorite->50->overworld", "forge:ores/potassium_nitrate->500->overworld", "forge:ores/mana->500->overworld", "forge:ores/sulfur->300->overworld"] + additionalOres = [] #Additional dimensions that map to Aura types that should be present in them. This is useful if you have a modpack with custom dimensions that should have Aura act similarly to an existing dimension in them. Each entry needs to be formatted as dimension_name->aura_type, where aura_type can be any of naturesaura:overworld, naturesaura:nether and naturesaura:end. auraTypeOverrides = [] #The amount of blocks that can be between two Aura Field Creators for them to be connectable and work together diff --git a/config/pneumaticcraft-common.toml b/config/pneumaticcraft-common.toml index 0f906fc..9917e7c 100644 --- a/config/pneumaticcraft-common.toml +++ b/config/pneumaticcraft-common.toml @@ -4,6 +4,8 @@ drones_render_held_item = true #Enable Drone Suffocation Damage enable_drone_suffocation = true + #Show particle trail indicating the currently-debugged drone's planned path + drone_debugger_path_particles = true #Maximum number of blocks in the area defined in an Area Programming Puzzle Piece #Range: > 1 max_programming_area = 250000 diff --git a/config/powah/general_common.toml b/config/powah/general_common.toml index c7f84f4..a1dd03c 100644 --- a/config/powah/general_common.toml +++ b/config/powah/general_common.toml @@ -10,19 +10,19 @@ lens_of_ender = true ["World Gen"] #Enable/Disable ore generation. [default:true] - oreGen = false + oreGen = true #Dry Ice Ore generation chance #Range: 1 ~ 64 - dryIceGenChance = 1 + dryIceGenChance = 9 #Poor Uraninite Ore generation chance #Range: 1 ~ 64 - poorUraniniteGenChance = 1 + poorUraniniteGenChance = 8 #Dense Uraninite Ore generation chance #Range: 1 ~ 64 - denseUraniniteGenChance = 1 + denseUraniniteGenChance = 3 #Uraninite Ore generation chance #Range: 1 ~ 64 - uraniniteGenChance = 1 + uraniniteGenChance = 6 [Materials] # @@ -34,7 +34,7 @@ lens_of_ender = true #List of heat source blocks used under Thermo Generator. #Block registry name = heat, eg: ["minecraft:lava=1000", "minecraft:magma_block=800"] #Min = 1, max = 900000000 - heatSources = ["minecraft:lava=1000", "minecraft:magma_block=1200", "minecraft:fire_coral=1800", "powah:nitro_crystal_block=8000", "powah:blazing_crystal_block=2800", "quark:brimstone=1200"] + heatSources = ["minecraft:lava=1000", "minecraft:magma_block=800", "powah:blazing_crystal_block=2800"] #Energy per solid fuel tick. [default: 30] #Eg: Coal has 1600 fuel tick, so will generate 48000 FE. #Range: 1 ~ 1000000 diff --git a/config/quark-common.toml b/config/quark-common.toml index 503fb40..0d84278 100644 --- a/config/quark-common.toml +++ b/config/quark-common.toml @@ -118,6 +118,7 @@ Thatch = true "Variant Chests" = true "Variant Ladders" = true + Hedges = true "Vertical Slabs" = true Shingles = true "Nether Brick Fence Gate" = true @@ -148,9 +149,6 @@ #Set to true to allow ropes to move Tile Entities even if Pistons Push TEs is disabled. #Note that ropes will still use the same blacklist. "Force Enable Move Tile Entities" = false - #This also includes Red Sandstone Bricks and Soul Sandstone Bricks - "Enable Sandstone Bricks" = true - "Enable Blackstone Variant Bricks" = true [building.more_stone_variants] "Enable Bricks" = true @@ -244,6 +242,9 @@ "Easy Transfering" = true [management.inventory_sorting] + # + #Play a click when sorting inventories using keybindings + "Satisfying Click" = true "Enable Chests" = true "Enable Player Inventory In Chests" = true "Enable Player Inventory" = true @@ -475,7 +476,7 @@ "Afk Time" = 2400 # #Allowed values: (0,1] - "Percent Req" = 0.2 + "Percent Req" = 1.0 [tweaks.emotes] # diff --git a/config/resourcefulbees/bees/Aluminum.json b/config/resourcefulbees/bees/Aluminum.json deleted file mode 100644 index fce6466..0000000 --- a/config/resourcefulbees/bees/Aluminum.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 3600, - "sizeModifier": 1, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "ores/aluminum/aluminum_bee", - "ColorData": { - "honeycombColor": "#dce6f7", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false, - "modelType": "ORE" - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:stone", - "mutationOutput": "emendatusenigmatica:aluminum_ore", - "mutationType": "BLOCK_TO_BLOCK" - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "emendatusenigmatica:aluminum_ingot", - "mainOutputWeight": 0.1, - "mainOutputCount": 2, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": true, - "biomeWhitelist": "tag:OVERWORLD", - "biomeBlacklist": "tag:OCEAN", - "minGroupSize": 1, - "maxGroupSize": 2, - "spawnWeight": 2, - "lightLevel": "DAY" - }, - "BreedData": { - "isBreedable": true, - "feedItem": "tag:forge:storage_blocks/aluminum", - "feedAmount": 4, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": false - } -} diff --git a/config/resourcefulbees/bees/Blaze.json b/config/resourcefulbees/bees/Blaze.json deleted file mode 100644 index cca7479..0000000 --- a/config/resourcefulbees/bees/Blaze.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "flower": "minecraft:nether_wart", - "maxTimeInHive": 4800, - "sizeModifier": 1.0, - "traits": ["blaze", "nether"], - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "other/blaze", - "ColorData": { - "honeycombColor": "#fff32d", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": false, - "inflictsPoison": true, - "attackDamage": 2 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "entity:resourcefulbees:creeper_bee", - "mutationOutput": "entity:resourcefulbees:ghast_bee", - "mutationType": "ENTITY_TO_ENTITY" - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "minecraft:blaze_rod", - "mainOutputWeight": 0.05, - "mainOutputCount": 2, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": true, - "spawnWeight": 4, - "biomeWhitelist": "tag:NETHER", - "biomeBlacklist": "tag:OVERWORLD,END", - "minGroupSize": 1, - "maxGroupSize": 2, - "lightLevel": "NIGHT" - }, - "BreedData": { - "isBreedable": true, - "feedItem": "tag:forge:rods/blaze", - "feedAmount": 16, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": true - } -} diff --git a/config/resourcefulbees/bees/Brass.json b/config/resourcefulbees/bees/Brass.json deleted file mode 100644 index 5797bf7..0000000 --- a/config/resourcefulbees/bees/Brass.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 3600, - "sizeModifier": 0.75, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "metals/brass", - "ColorData": { - "honeycombColor": "#998d38", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:storage_blocks/diamond", - "mutationOutput": "emendatusenigmatica:brass_block", - "mutationType": "BLOCK_TO_BLOCK", - "mutationCount": 1 - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "emendatusenigmatica:brass_ingot", - "mainOutputWeight": 0.2, - "mainOutputCount": 2, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": false, - "biomeWhitelist": "tag:OVERWORLD", - "biomeBlacklist": "tag:OCEAN" - }, - "BreedData": { - "isBreedable": true, - "parent1": "copper", - "parent2": "zinc", - "feedItem": "tag:forge:storage_blocks/brass", - "feedAmount": 2, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": false - } -} diff --git a/config/resourcefulbees/bees/Bronze.json b/config/resourcefulbees/bees/Bronze.json deleted file mode 100644 index 1514a48..0000000 --- a/config/resourcefulbees/bees/Bronze.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 3600, - "sizeModifier": 0.75, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "metals/bronze", - "ColorData": { - "honeycombColor": "#d38c53", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:storage_blocks/diamond", - "mutationOutput": "emendatusenigmatica:bronze_block", - "mutationType": "BLOCK_TO_BLOCK", - "mutationCount": 1 - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "emendatusenigmatica:bronze_ingot", - "mainOutputWeight": 0.2, - "mainOutputCount": 2, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": false, - "biomeWhitelist": "tag:OVERWORLD", - "biomeBlacklist": "tag:OCEAN" - }, - "BreedData": { - "isBreedable": true, - "parent1": "copper", - "parent2": "tin", - "feedItem": "tag:forge:storage_blocks/bronze", - "feedAmount": 2, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": false - } -} diff --git a/config/resourcefulbees/bees/Clay.json b/config/resourcefulbees/bees/Clay.json deleted file mode 100644 index e2c0b86..0000000 --- a/config/resourcefulbees/bees/Clay.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 2400, - "sizeModifier": 0.75, - "traits": ["can_swim"], - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "other/clay", - "ColorData": { - "honeycombColor": "#acaebd", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:minecraft:sand", - "mutationOutput": "minecraft:clay", - "mutationType": "BLOCK_TO_BLOCK" - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "minecraft:clay", - "mainOutputWeight": 0.3, - "mainOutputCount": 2, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": true, - "spawnWeight": 4, - "biomeWhitelist": "tag:BEACH,OCEAN", - "biomeBlacklist": "tag:NETHER,END", - "minGroupSize": 2, - "maxGroupSize": 4, - "lightLevel": "DAY" - }, - "BreedData": { - "isBreedable": true, - "feedItem": "tag:forge:storage_blocks/clay", - "feedAmount": 8, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": true - } -} diff --git a/config/resourcefulbees/bees/Coal.json b/config/resourcefulbees/bees/Coal.json deleted file mode 100644 index 0747691..0000000 --- a/config/resourcefulbees/bees/Coal.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 2400, - "sizeModifier": 1, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "ores/coal/coal_bee", - "ColorData": { - "honeycombColor": "#303030", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false, - "modelType": "ORE" - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:stone", - "mutationOutput": "emendatusenigmatica:coal_ore", - "mutationType": "BLOCK_TO_BLOCK" - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "minecraft:coal", - "mainOutputWeight": 0.4, - "mainOutputCount": 9, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": true, - "biomeWhitelist": "tag:OVERWORLD", - "biomeBlacklist": "tag:OCEAN", - "minGroupSize": 0, - "maxGroupSize": 1, - "spawnWeight": 2, - "lightLevel": "DAY" - }, - "BreedData": { - "isBreedable": true, - "feedItem": "tag:forge:storage_blocks/coal", - "feedAmount": 8, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": false - } -} diff --git a/config/resourcefulbees/bees/Constantan.json b/config/resourcefulbees/bees/Constantan.json deleted file mode 100644 index 1a9d456..0000000 --- a/config/resourcefulbees/bees/Constantan.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 3600, - "sizeModifier": 0.75, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "metals/constantan", - "ColorData": { - "honeycombColor": "#d8876b", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:storage_blocks/diamond", - "mutationOutput": "emendatusenigmatica:constantan_block", - "mutationType": "BLOCK_TO_BLOCK", - "mutationCount": 1 - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "emendatusenigmatica:constantan_ingot", - "mainOutputWeight": 0.2, - "mainOutputCount": 2, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": false, - "biomeWhitelist": "tag:OVERWORLD", - "biomeBlacklist": "tag:OCEAN" - }, - "BreedData": { - "isBreedable": true, - "parent1": "copper", - "parent2": "nickel", - "feedItem": "tag:forge:storage_blocks/constantan", - "feedAmount": 2, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": false - } -} diff --git a/config/resourcefulbees/bees/Copper.json b/config/resourcefulbees/bees/Copper.json deleted file mode 100644 index cd026e5..0000000 --- a/config/resourcefulbees/bees/Copper.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 3600, - "sizeModifier": 1, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "ores/copper/copper_bee", - "ColorData": { - "honeycombColor": "#bb5b30", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false, - "modelType": "ORE" - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:stone", - "mutationOutput": "emendatusenigmatica:copper_ore", - "mutationType": "BLOCK_TO_BLOCK" - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "emendatusenigmatica:copper_ingot", - "mainOutputWeight": 0.1, - "mainOutputCount": 2, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": true, - "biomeWhitelist": "tag:OVERWORLD", - "biomeBlacklist": "tag:OCEAN", - "minGroupSize": 1, - "maxGroupSize": 2, - "spawnWeight": 2, - "lightLevel": "DAY" - }, - "BreedData": { - "isBreedable": true, - "feedItem": "tag:forge:storage_blocks/copper", - "feedAmount": 4, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": false - } -} diff --git a/config/resourcefulbees/bees/Creeper.json b/config/resourcefulbees/bees/Creeper.json deleted file mode 100644 index 34edb25..0000000 --- a/config/resourcefulbees/bees/Creeper.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 2400, - "sizeModifier": 1, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "/creeper/creeper_bee", - "traits": ["creeper"], - "ColorData": { - "honeycombColor": "#0c9f0a", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": true, - "isEnchanted": false, - "glowColor": "#e2d3d3", - "glowingPulse": 2, - "emissiveLayerTexture": "/creeper/creeper_bee_emissive" - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": false, - "inflictsPoison": true, - "attackDamage": 2 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:minecraft:lava", - "mutationOutput": "minecraft:mossy_cobblestone", - "mutationType": "FLUID_TO_BLOCK" - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "minecraft:gunpowder", - "mainOutputWeight": 0.6, - "mainOutputCount": 3, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": true, - "biomeWhitelist": "tag:OVERWORLD", - "biomeBlacklist": "tag:OCEAN", - "lightLevel": "NIGHT", - "minGroupSize": 1, - "maxGroupSize": 4, - "spawnWeight": 8 - }, - "BreedData": { - "isBreedable": true, - "feedItem": "tag:forge:gravel", - "feedAmount": 8, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": true - } -} diff --git a/config/resourcefulbees/bees/Diamond.json b/config/resourcefulbees/bees/Diamond.json deleted file mode 100644 index 02f5172..0000000 --- a/config/resourcefulbees/bees/Diamond.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 4800, - "sizeModifier": 1, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "ores/diamond/diamond_bee", - "ColorData": { - "honeycombColor": "#00ffff", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false, - "modelType": "ORE" - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:stone", - "mutationOutput": "emendatusenigmatica:diamond_ore", - "mutationType": "BLOCK_TO_BLOCK", - "mutationCount": 1 - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "minecraft:diamond", - "mainOutputWeight": 0.08, - "mainOutputCount": 2, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": true, - "biomeWhitelist": "tag:OVERWORLD", - "biomeBlacklist": "tag:OCEAN", - "minGroupSize": 0, - "maxGroupSize": 1, - "spawnWeight": 2, - "lightLevel": "DAY" - }, - "BreedData": { - "isBreedable": true, - "parent1": "gold", - "parent2": "lapis", - "feedItem": "tag:forge:storage_blocks/diamond", - "feedAmount": 8, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": false - } -} diff --git a/config/resourcefulbees/bees/Electrum.json b/config/resourcefulbees/bees/Electrum.json deleted file mode 100644 index 7b23387..0000000 --- a/config/resourcefulbees/bees/Electrum.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 3600, - "sizeModifier": 0.75, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "metals/electrum", - "ColorData": { - "honeycombColor": "#e5b840", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:storage_blocks/diamond", - "mutationOutput": "emendatusenigmatica:electrum_block", - "mutationType": "BLOCK_TO_BLOCK", - "mutationCount": 1 - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "emendatusenigmatica:electrum_ingot", - "mainOutputWeight": 0.2, - "mainOutputCount": 2, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": false, - "biomeWhitelist": "tag:OVERWORLD", - "biomeBlacklist": "tag:OCEAN" - }, - "BreedData": { - "isBreedable": true, - "parent1": "silver", - "parent2": "gold", - "feedItem": "tag:forge:storage_blocks/electrum", - "feedAmount": 2, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": false - } -} diff --git a/config/resourcefulbees/bees/Emerald.json b/config/resourcefulbees/bees/Emerald.json deleted file mode 100644 index e1688e4..0000000 --- a/config/resourcefulbees/bees/Emerald.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 4800, - "sizeModifier": 1, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "ores/emerald/emerald_bee", - "ColorData": { - "honeycombColor": "#18eb09", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false, - "modelType": "ORE" - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:stone", - "mutationOutput": "emendatusenigmatica:emerald_ore", - "mutationType": "BLOCK_TO_BLOCK", - "mutationCount": 1 - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "minecraft:emerald", - "mainOutputWeight": 0.02, - "mainOutputCount": 2, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": true, - "biomeWhitelist": "tag:OVERWORLD", - "biomeBlacklist": "tag:OCEAN", - "minGroupSize": 0, - "maxGroupSize": 1, - "spawnWeight": 2, - "lightLevel": "DAY" - }, - "BreedData": { - "isBreedable": true, - "parent1": "redstone", - "parent2": "iron", - "feedItem": "tag:forge:storage_blocks/emerald", - "feedAmount": 8, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": false - } -} diff --git a/config/resourcefulbees/bees/Ender.json b/config/resourcefulbees/bees/Ender.json deleted file mode 100644 index 9ee1df8..0000000 --- a/config/resourcefulbees/bees/Ender.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "flower": "minecraft:chorus_flower", - "maxTimeInHive": 4800, - "sizeModifier": 1, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "traits": ["ender"], - "baseLayerTexture": "other/ender", - "ColorData": { - "honeycombColor": "#339786", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": false, - "inflictsPoison": true, - "attackDamage": 2 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:stone", - "mutationOutput": "minecraft:end_stone", - "mutationType": "BLOCK_TO_BLOCK" - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "minecraft:ender_pearl", - "mainOutputWeight": 0.2, - "mainOutputCount": 2, - "mainInputCount": 1, - "bottleOutput": "minecraft:dragon_breath" - }, - "SpawnData": { - "canSpawnInWorld": true, - "biomeWhitelist": "tag:END", - "biomeBlacklist": "tag:OVERWORLD,NETHER", - "lightLevel": "NIGHT", - "minGroupSize": 0, - "maxGroupSize": 1, - "spawnWeight": 10 - }, - "BreedData": { - "isBreedable": true, - "feedItem": "tag:forge:gems/ender", - "feedAmount": 4, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": true - } -} diff --git a/config/resourcefulbees/bees/Enderium.json b/config/resourcefulbees/bees/Enderium.json deleted file mode 100644 index a82a650..0000000 --- a/config/resourcefulbees/bees/Enderium.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 3600, - "sizeModifier": 0.75, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "metals/enderium", - "ColorData": { - "honeycombColor": "#0a4a4a", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:storage_blocks/netherite", - "mutationOutput": "emendatusenigmatica:enderium_block", - "mutationType": "BLOCK_TO_BLOCK", - "mutationCount": 1 - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "emendatusenigmatica:enderium_ingot", - "mainOutputWeight": 0.05, - "mainOutputCount": 2, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": false, - "biomeWhitelist": "tag:OVERWORLD", - "biomeBlacklist": "tag:OCEAN" - }, - "BreedData": { - "isBreedable": true, - "parent1": "lead", - "parent2": "diamond", - "feedItem": "tag:forge:storage_blocks/enderium", - "feedAmount": 2, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": false - } -} diff --git a/config/resourcefulbees/bees/Ghast.json b/config/resourcefulbees/bees/Ghast.json deleted file mode 100644 index 64377d9..0000000 --- a/config/resourcefulbees/bees/Ghast.json +++ /dev/null @@ -1,51 +0,0 @@ -{ - "flower": "minecraft:crimson_fungus", - "maxTimeInHive": 4800, - "sizeModifier": 2, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "traits": ["nether"], - "baseLayerTexture": "other/ghast", - "ColorData": { - "honeycombColor": "#faebd7", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": false, - "inflictsPoison": true, - "attackDamage": 3 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:netherrack", - "mutationOutput": "minecraft:tnt", - "mutationType": "BLOCK_TO_BLOCK" - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "minecraft:ghast_tear", - "mainOutputWeight": 0.15, - "mainOutputCount": 2, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": false, - "biomeWhitelist": "tag:NETHER", - "biomeBlacklist": "tag:OVERWORLD,END", - "lightLevel": "NIGHT" - }, - "BreedData": { - "isBreedable": true, - "feedItem": "minecraft:ghast_tear", - "feedAmount": 24, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": true - } -} diff --git a/config/resourcefulbees/bees/Glowstone.json b/config/resourcefulbees/bees/Glowstone.json deleted file mode 100644 index 8f1af56..0000000 --- a/config/resourcefulbees/bees/Glowstone.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 2400, - "sizeModifier": 0.75, - "traits": ["nether"], - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "other/glowstone", - "ColorData": { - "honeycombColor": "#ffbc5e", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:netherrack", - "mutationOutput": "minecraft:glowstone", - "mutationType": "BLOCK_TO_BLOCK" - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "minecraft:glowstone_dust", - "mainOutputWeight": 0.3, - "mainOutputCount": 12, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": true, - "spawnWeight": 4, - "biomeWhitelist": "tag:NETHER", - "biomeBlacklist": "tag:OVERWORLD,END", - "minGroupSize": 1, - "maxGroupSize": 2, - "lightLevel": "NIGHT" - }, - "BreedData": { - "isBreedable": true, - "feedItem": "tag:forge:storage_blocks/glowstone", - "feedAmount": 8, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": true - } -} diff --git a/config/resourcefulbees/bees/Gold.json b/config/resourcefulbees/bees/Gold.json deleted file mode 100644 index 79fba0f..0000000 --- a/config/resourcefulbees/bees/Gold.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 3600, - "sizeModifier": 1, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "ores/gold/gold_bee", - "ColorData": { - "honeycombColor": "#ffdc00", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false, - "modelType": "ORE" - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:stone", - "mutationOutput": "emendatusenigmatica:gold_ore", - "mutationType": "BLOCK_TO_BLOCK" - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "minecraft:gold_ingot", - "mainOutputWeight": 0.1, - "mainOutputCount": 2, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": true, - "biomeWhitelist": "tag:OVERWORLD", - "biomeBlacklist": "tag:OCEAN", - "minGroupSize": 0, - "maxGroupSize": 1, - "spawnWeight": 2, - "lightLevel": "DAY" - }, - "BreedData": { - "isBreedable": true, - "parent1": "iron", - "parent2": "copper", - "feedItem": "tag:forge:storage_blocks/gold", - "feedAmount": 8, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": false - } -} diff --git a/config/resourcefulbees/bees/Gravel.json b/config/resourcefulbees/bees/Gravel.json deleted file mode 100644 index 0f424d3..0000000 --- a/config/resourcefulbees/bees/Gravel.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 2400, - "sizeModifier": 0.75, - "traits": ["can_swim"], - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "other/gravel", - "ColorData": { - "honeycombColor": "#968e8e", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:stone", - "mutationOutput": "minecraft:gravel", - "mutationType": "BLOCK_TO_BLOCK" - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "minecraft:gravel", - "mainOutputWeight": 0.3, - "mainOutputCount": 6, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": true, - "spawnWeight": 4, - "biomeWhitelist": "tag:BEACH,OCEAN,NETHER,OVERWORLD", - "biomeBlacklist": "tag:END", - "minGroupSize": 2, - "maxGroupSize": 4, - "lightLevel": "DAY" - }, - "BreedData": { - "isBreedable": true, - "feedItem": "tag:forge:gravel", - "feedAmount": 8, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": true - } -} diff --git a/config/resourcefulbees/bees/Icy.json b/config/resourcefulbees/bees/Icy.json deleted file mode 100644 index c6dbbbb..0000000 --- a/config/resourcefulbees/bees/Icy.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 3600, - "sizeModifier": 0.75, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "traits": ["can_swim"], - "baseLayerTexture": "other/icy", - "ColorData": { - "honeycombColor": "#92b9fe", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "minecraft:water", - "mutationOutput": "minecraft:ice", - "mutationType": "FLUID_TO_BLOCK", - "mutationCount": 20 - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "minecraft:snowball", - "mainOutputWeight": 0.5, - "mainOutputCount": 8, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": true, - "biomeWhitelist": "tag:COLD", - "biomeBlacklist": "tag:HOT,NETHER,END", - "minGroupSize": 2, - "maxGroupSize": 4, - "spawnWeight": 4 - }, - "BreedData": { - "isBreedable": true, - "feedItem": "minecraft:snow_block", - "feedAmount": 2, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": true - } -} diff --git a/config/resourcefulbees/bees/Invar.json b/config/resourcefulbees/bees/Invar.json deleted file mode 100644 index eaafa21..0000000 --- a/config/resourcefulbees/bees/Invar.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 3600, - "sizeModifier": 0.75, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "metals/invar", - "ColorData": { - "honeycombColor": "#dfe5e2", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:storage_blocks/iron", - "mutationOutput": "emendatusenigmatica:invar_block", - "mutationType": "BLOCK_TO_BLOCK", - "mutationCount": 1 - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "emendatusenigmatica:invar_ingot", - "mainOutputWeight": 0.2, - "mainOutputCount": 2, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": false, - "biomeWhitelist": "tag:OVERWORLD", - "biomeBlacklist": "tag:OCEAN" - }, - "BreedData": { - "isBreedable": true, - "parent1": "nickel", - "parent2": "iron", - "feedItem": "tag:forge:storage_blocks/invar", - "feedAmount": 2, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": false - } -} diff --git a/config/resourcefulbees/bees/Iron.json b/config/resourcefulbees/bees/Iron.json deleted file mode 100644 index 9976668..0000000 --- a/config/resourcefulbees/bees/Iron.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 3600, - "sizeModifier": 1, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "ores/iron/iron_bee", - "ColorData": { - "honeycombColor": "#ffcc99", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false, - "modelType": "ORE" - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:stone", - "mutationOutput": "emendatusenigmatica:iron_ore", - "mutationType": "BLOCK_TO_BLOCK" - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "minecraft:iron_ingot", - "mainOutputWeight": 0.1, - "mainOutputCount": 2, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": true, - "biomeWhitelist": "tag:OVERWORLD", - "biomeBlacklist": "tag:OCEAN", - "minGroupSize": 0, - "maxGroupSize": 1, - "spawnWeight": 2, - "lightLevel": "DAY" - }, - "BreedData": { - "isBreedable": true, - "parent1": "coal", - "parent2": "aluminum", - "feedItem": "tag:forge:storage_blocks/iron", - "feedAmount": 8, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": false - } -} diff --git a/config/resourcefulbees/bees/Lapis.json b/config/resourcefulbees/bees/Lapis.json deleted file mode 100644 index 783f816..0000000 --- a/config/resourcefulbees/bees/Lapis.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 4800, - "sizeModifier": 1, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "ores/lapis/lapis_bee", - "ColorData": { - "honeycombColor": "#345ec3", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false, - "modelType": "ORE" - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:stone", - "mutationOutput": "emendatusenigmatica:lapis_ore", - "mutationType": "BLOCK_TO_BLOCK", - "mutationCount": 1 - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "minecraft:lapis_lazuli", - "mainOutputWeight": 0.3, - "mainOutputCount": 9, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": true, - "biomeWhitelist": "tag:OVERWORLD", - "biomeBlacklist": "tag:OCEAN", - "minGroupSize": 0, - "maxGroupSize": 1, - "spawnWeight": 2, - "lightLevel": "DAY" - }, - "BreedData": { - "isBreedable": true, - "parent1": "silver", - "parent2": "tin", - "feedItem": "tag:forge:storage_blocks/lapis", - "feedAmount": 8, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": false - } -} diff --git a/config/resourcefulbees/bees/Lead.json b/config/resourcefulbees/bees/Lead.json deleted file mode 100644 index 597eb46..0000000 --- a/config/resourcefulbees/bees/Lead.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 3600, - "sizeModifier": 1, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "ores/lead/lead_bee", - "ColorData": { - "honeycombColor": "#333952", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false, - "modelType": "ORE" - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:stone", - "mutationOutput": "emendatusenigmatica:lead_ore", - "mutationType": "BLOCK_TO_BLOCK" - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "emendatusenigmatica:lead_ingot", - "mainOutputWeight": 0.1, - "mainOutputCount": 2, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": true, - "biomeWhitelist": "tag:OVERWORLD", - "biomeBlacklist": "tag:OCEAN", - "minGroupSize": 1, - "maxGroupSize": 2, - "spawnWeight": 2, - "lightLevel": "DAY" - }, - "BreedData": { - "isBreedable": true, - "feedItem": "tag:forge:storage_blocks/lead", - "feedAmount": 4, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": false - } -} diff --git a/config/resourcefulbees/bees/Lumium.json b/config/resourcefulbees/bees/Lumium.json deleted file mode 100644 index 8a8908f..0000000 --- a/config/resourcefulbees/bees/Lumium.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 3600, - "sizeModifier": 0.75, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "metals/lumium", - "ColorData": { - "honeycombColor": "#e5f3b5", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:storage_blocks/gold", - "mutationOutput": "emendatusenigmatica:lumium_block", - "mutationType": "BLOCK_TO_BLOCK", - "mutationCount": 1 - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "emendatusenigmatica:lumium_ingot", - "mainOutputWeight": 0.2, - "mainOutputCount": 2, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": false, - "biomeWhitelist": "tag:OVERWORLD", - "biomeBlacklist": "tag:OCEAN" - }, - "BreedData": { - "isBreedable": true, - "parent1": "tin", - "parent2": "silver", - "feedItem": "tag:forge:storage_blocks/lumium", - "feedAmount": 2, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": false - } -} diff --git a/config/resourcefulbees/bees/Nether_Quartz.json b/config/resourcefulbees/bees/Nether_Quartz.json deleted file mode 100644 index d988ec2..0000000 --- a/config/resourcefulbees/bees/Nether_Quartz.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "flower": "minecraft:warped_fungus", - "maxTimeInHive": 4800, - "sizeModifier": 0.75, - "hasHoneycomb": true, - "traits": ["nether"], - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "other/quartz", - "ColorData": { - "honeycombColor": "#d4caba", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:netherrack", - "mutationOutput": "minecraft:nether_quartz_ore", - "mutationType": "BLOCK_TO_BLOCK", - "mutationCount": 1 - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "minecraft:quartz", - "mainOutputWeight": 0.15, - "mainOutputCount": 8, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": true, - "biomeWhitelist": "tag:NETHER", - "biomeBlacklist": "tag:OVERWORLD,END", - "lightLevel": "NIGHT", - "spawnWeight": 8, - "minGroupSize": 2, - "maxGroupSize": 4 - }, - "BreedData": { - "isBreedable": true, - "feedItem": "tag:forge:storage_blocks/quartz", - "feedAmount": 8, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": true - } -} diff --git a/config/resourcefulbees/bees/Netherite.json b/config/resourcefulbees/bees/Netherite.json deleted file mode 100644 index 8104a72..0000000 --- a/config/resourcefulbees/bees/Netherite.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "flower": "minecraft:wither_rose", - "maxTimeInHive": 7200, - "sizeModifier": 1, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "traits": ["nether", "wither"], - "baseLayerTexture": "ores/netherite/netherite_bee", - "ColorData": { - "honeycombColor": "#654740", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": false, - "inflictsPoison": true, - "attackDamage": 3 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:netherrack", - "mutationOutput": "minecraft:blackstone", - "mutationType": "BLOCK_TO_BLOCK", - "mutationCount": 1 - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "minecraft:netherite_scrap", - "mainOutputWeight": 0.1, - "mainOutputCount": 2, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": false, - "biomeWhitelist": "tag:NETHER", - "biomeBlacklist": "tag:OVERWORLD,END", - "lightLevel": "NIGHT", - "spawnWeight": 4 - }, - "BreedData": { - "isBreedable": true, - "parent1": "wither", - "parent2": "diamond", - "feedItem": "tag:forge:ingots/netherite", - "feedAmount": 4, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": true - } -} diff --git a/config/resourcefulbees/bees/Nickel.json b/config/resourcefulbees/bees/Nickel.json deleted file mode 100644 index dfb459f..0000000 --- a/config/resourcefulbees/bees/Nickel.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 3600, - "sizeModifier": 1, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "ores/nickel/nickel_bee", - "ColorData": { - "honeycombColor": "#8c8f86", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false, - "modelType": "ORE" - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:stone", - "mutationOutput": "emendatusenigmatica:nickel_ore", - "mutationType": "BLOCK_TO_BLOCK" - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "emendatusenigmatica:nickel_ingot", - "mainOutputWeight": 0.1, - "mainOutputCount": 2, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": true, - "biomeWhitelist": "tag:OVERWORLD", - "biomeBlacklist": "tag:OCEAN", - "minGroupSize": 1, - "maxGroupSize": 2, - "spawnWeight": 2, - "lightLevel": "DAY" - }, - "BreedData": { - "isBreedable": true, - "feedItem": "tag:forge:storage_blocks/nickel", - "feedAmount": 4, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": false - } -} diff --git a/config/resourcefulbees/bees/Obsidian.json b/config/resourcefulbees/bees/Obsidian.json deleted file mode 100644 index 72007b7..0000000 --- a/config/resourcefulbees/bees/Obsidian.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "flower": "minecraft:wither_rose", - "maxTimeInHive": 4800, - "sizeModifier": 1, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "traits": ["nether", "wither"], - "baseLayerTexture": "other/obsidian", - "ColorData": { - "honeycombColor": "#663399", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": false, - "inflictsPoison": true, - "attackDamage": 2 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:netherrack", - "mutationOutput": "minecraft:obsidian", - "mutationType": "BLOCK_TO_BLOCK", - "mutationCount": 4 - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "minecraft:obsidian", - "mainOutputWeight": 0.1, - "mainOutputCount": 3, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": true, - "biomeWhitelist": "tag:NETHER,OVERWORLD,END", - "minGroupSize": 1, - "maxGroupSize": 2, - "spawnWeight": 8 - }, - "BreedData": { - "isBreedable": true, - "parent1": "water", - "parent2": "blaze", - "feedItem": "tag:forge:obsidian", - "feedAmount": 8, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": true - } -} diff --git a/config/resourcefulbees/bees/Osmium.json b/config/resourcefulbees/bees/Osmium.json deleted file mode 100644 index d59324a..0000000 --- a/config/resourcefulbees/bees/Osmium.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 3600, - "sizeModifier": 1, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "ores/osmium/osmium_bee", - "ColorData": { - "honeycombColor": "#c1e0e7", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false, - "modelType": "ORE" - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:stone", - "mutationOutput": "emendatusenigmatica:osmium_ore", - "mutationType": "BLOCK_TO_BLOCK" - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "emendatusenigmatica:osmium_ingot", - "mainOutputWeight": 0.1, - "mainOutputCount": 2, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": true, - "biomeWhitelist": "tag:OVERWORLD", - "biomeBlacklist": "tag:OCEAN", - "minGroupSize": 1, - "maxGroupSize": 2, - "spawnWeight": 2, - "lightLevel": "DAY" - }, - "BreedData": { - "isBreedable": true, - "feedItem": "tag:forge:storage_blocks/osmium", - "feedAmount": 4, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": false - } -} diff --git a/config/resourcefulbees/bees/Pigman.json b/config/resourcefulbees/bees/Pigman.json deleted file mode 100644 index 63e2829..0000000 --- a/config/resourcefulbees/bees/Pigman.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "flower": "tag:forge:mushrooms", - "maxTimeInHive": 4800, - "sizeModifier": 1, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "traits": ["nether", "pigman"], - "baseLayerTexture": "pigman/pigman_bee", - "ColorData": { - "honeycombColor": "#885956", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": false, - "inflictsPoison": true, - "attackDamage": 2 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:blackstone", - "mutationOutput": "minecraft:gilded_blackstone", - "mutationType": "BLOCK_TO_BLOCK", - "mutationCount": 2 - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "minecraft:gold_nugget", - "mainOutputWeight": 0.2, - "mainOutputCount": 6, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": false, - "biomeWhitelist": "tag:NETHER", - "biomeBlacklist": "tag:OVERWORLD,END", - "lightLevel": "NIGHT", - "spawnWeight": 16 - }, - "BreedData": { - "isBreedable": true, - "parent1": "zombie", - "parent2": "gold", - "feedItem": "tag:forge:storage_blocks/gold", - "feedAmount": 2, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": true - } -} diff --git a/config/resourcefulbees/bees/RGBee.json b/config/resourcefulbees/bees/RGBee.json deleted file mode 100644 index 3f1fb38..0000000 --- a/config/resourcefulbees/bees/RGBee.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 2400, - "sizeModifier": 0.5, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "ColorData": { - "honeycombColor": "#ffffff", - "isBeeColored": false, - "isRainbowBee": true, - "isGlowing": true, - "isEnchanted": false - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": false - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "minecraft:red_dye", - "secondaryOutput": "minecraft:green_dye", - "bottleOutput": "resourcefulbees:rainbow_honey_bottle", - "bottleOutputWeight": 0.3, - "mainOutputWeight": 0.3, - "secondaryOutputWeight": 0.3, - "mainInputCount": 1, - "mainOutputCount": 3 - }, - "SpawnData": { - "canSpawnInWorld": true, - "biomeWhitelist": "tag:OVERWORLD", - "biomeBlacklist": "tag:OCEAN", - "minGroupSize": 2, - "maxGroupSize": 3, - "spawnWeight": 8 - }, - "BreedData": { - "isBreedable": true, - "feedItem": "tag:minecraft:flowers", - "feedAmount": 1, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": false - } -} diff --git a/config/resourcefulbees/bees/Redstone.json b/config/resourcefulbees/bees/Redstone.json deleted file mode 100644 index 76e106b..0000000 --- a/config/resourcefulbees/bees/Redstone.json +++ /dev/null @@ -1,57 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 4800, - "sizeModifier": 1, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "ores/redstone/redstone_bee", - "ColorData": { - "honeycombColor": "#aa0f01", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false, - "modelType": "ORE" - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:stone", - "mutationOutput": "emendatusenigmatica:redstone_ore", - "mutationType": "BLOCK_TO_BLOCK", - "mutationCount": 1 - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "minecraft:redstone", - "mainOutputWeight": 0.3, - "mainOutputCount": 6, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": true, - "biomeWhitelist": "tag:OVERWORLD", - "biomeBlacklist": "tag:OCEAN", - "minGroupSize": 0, - "maxGroupSize": 1, - "spawnWeight": 2, - "lightLevel": "DAY" - }, - "BreedData": { - "isBreedable": true, - "parent1": "lead", - "parent2": "copper", - "feedItem": "tag:forge:storage_blocks/redstone", - "feedAmount": 8, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": false - } -} diff --git a/config/resourcefulbees/bees/Sand.json b/config/resourcefulbees/bees/Sand.json deleted file mode 100644 index 8714029..0000000 --- a/config/resourcefulbees/bees/Sand.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 2400, - "sizeModifier": 0.75, - "traits": ["can_swim"], - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "other/sand", - "ColorData": { - "honeycombColor": "#e7e4bb", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "minecraft:gravel", - "mutationOutput": "minecraft:sand", - "mutationType": "BLOCK_TO_BLOCK" - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "minecraft:sand", - "mainOutputWeight": 0.3, - "mainOutputCount": 6, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": true, - "spawnWeight": 4, - "biomeWhitelist": "tag:BEACH,OCEAN", - "biomeBlacklist": "tag:NETHER,END", - "minGroupSize": 2, - "maxGroupSize": 4, - "lightLevel": "DAY" - }, - "BreedData": { - "isBreedable": true, - "feedItem": "tag:minecraft:sand", - "feedAmount": 8, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": true - } -} diff --git a/config/resourcefulbees/bees/Signalum.json b/config/resourcefulbees/bees/Signalum.json deleted file mode 100644 index d7a1696..0000000 --- a/config/resourcefulbees/bees/Signalum.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 3600, - "sizeModifier": 0.75, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "metals/signalum", - "ColorData": { - "honeycombColor": "#fd641a", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:storage_blocks/diamond", - "mutationOutput": "emendatusenigmatica:signalum_block", - "mutationType": "BLOCK_TO_BLOCK", - "mutationCount": 1 - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "emendatusenigmatica:signalum_ingot", - "mainOutputWeight": 0.2, - "mainOutputCount": 2, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": false, - "biomeWhitelist": "tag:OVERWORLD", - "biomeBlacklist": "tag:OCEAN" - }, - "BreedData": { - "isBreedable": true, - "parent1": "copper", - "parent2": "silver", - "feedItem": "tag:forge:storage_blocks/signalum", - "feedAmount": 2, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": false - } -} diff --git a/config/resourcefulbees/bees/Silver.json b/config/resourcefulbees/bees/Silver.json deleted file mode 100644 index 923d2e7..0000000 --- a/config/resourcefulbees/bees/Silver.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 3600, - "sizeModifier": 1, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "ores/silver/silver_bee", - "ColorData": { - "honeycombColor": "#c5d1fe", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false, - "modelType": "ORE" - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:stone", - "mutationOutput": "emendatusenigmatica:silver_ore", - "mutationType": "BLOCK_TO_BLOCK" - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "emendatusenigmatica:silver_ingot", - "mainOutputWeight": 0.1, - "mainOutputCount": 2, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": true, - "biomeWhitelist": "tag:OVERWORLD", - "biomeBlacklist": "tag:OCEAN", - "minGroupSize": 1, - "maxGroupSize": 2, - "spawnWeight": 2, - "lightLevel": "DAY" - }, - "BreedData": { - "isBreedable": true, - "feedItem": "tag:forge:storage_blocks/silver", - "feedAmount": 4, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": false - } -} diff --git a/config/resourcefulbees/bees/Skeleton.json b/config/resourcefulbees/bees/Skeleton.json deleted file mode 100644 index 1b5b116..0000000 --- a/config/resourcefulbees/bees/Skeleton.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 4800, - "sizeModifier": 1, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "skeleton/skeleton_bee", - "ColorData": { - "honeycombColor": "#f6f2e6", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": false, - "inflictsPoison": true, - "attackDamage": 2 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:stone", - "mutationOutput": "minecraft:bone_block", - "mutationType": "BLOCK_TO_BLOCK", - "mutationCount": 1 - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "minecraft:bone_meal", - "mainOutputWeight": 0.5, - "mainOutputCount": 18, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": true, - "biomeWhitelist": "tag:OVERWORLD,NETHER", - "biomeBlacklist": "tag:END", - "lightLevel": "NIGHT", - "minGroupSize": 2, - "maxGroupSize": 3, - "spawnWeight": 14 - }, - "BreedData": { - "isBreedable": true, - "feedItem": "tag:forge:bone_block", - "feedAmount": 2, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": false - } -} diff --git a/config/resourcefulbees/bees/Slimy.json b/config/resourcefulbees/bees/Slimy.json deleted file mode 100644 index c2d8c6a..0000000 --- a/config/resourcefulbees/bees/Slimy.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 4800, - "sizeModifier": 1, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "traits": ["slimy"], - "baseLayerTexture": "slime/slime_bee", - "ColorData": { - "honeycombColor": "#73c262", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false, - "modelType": "GELATINOUS" - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": false, - "inflictsPoison": true, - "attackDamage": 2 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "minecraft:honey_block", - "mutationOutput": "minecraft:slime_block", - "mutationType": "BLOCK_TO_BLOCK", - "mutationCount": 1 - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "minecraft:slime_ball", - "mainOutputWeight": 0.25, - "mainOutputCount": 8, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": false, - "biomeWhitelist": "tag:OVERWORLD", - "biomeBlacklist": "tag:NETHER,END", - "lightLevel": "NIGHT", - "spawnWeight": 12 - }, - "BreedData": { - "isBreedable": true, - "parent1": "zombie", - "parent2": "clay", - "feedItem": "tag:forge:slime_block", - "feedAmount": 2, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": true - } -} diff --git a/config/resourcefulbees/bees/Steel.json b/config/resourcefulbees/bees/Steel.json deleted file mode 100644 index 52935fb..0000000 --- a/config/resourcefulbees/bees/Steel.json +++ /dev/null @@ -1,52 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 3600, - "sizeModifier": 0.75, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "metals/steel", - "ColorData": { - "honeycombColor": "#858585", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:storage_blocks/diamond", - "mutationOutput": "emendatusenigmatica:steel_block", - "mutationType": "BLOCK_TO_BLOCK", - "mutationCount": 1 - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "emendatusenigmatica:steel_ingot", - "mainOutputWeight": 0.2, - "mainOutputCount": 2, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": false, - "biomeWhitelist": "tag:OVERWORLD", - "biomeBlacklist": "tag:OCEAN" - }, - "BreedData": { - "isBreedable": true, - "parent1": "coal", - "parent2": "iron", - "feedItem": "tag:forge:storage_blocks/steel", - "feedAmount": 2, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": false - } -} diff --git a/config/resourcefulbees/bees/Tin.json b/config/resourcefulbees/bees/Tin.json deleted file mode 100644 index 5230371..0000000 --- a/config/resourcefulbees/bees/Tin.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 3600, - "sizeModifier": 1, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "ores/tin/tin_bee", - "ColorData": { - "honeycombColor": "#7d81a4", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false, - "modelType": "ORE" - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:stone", - "mutationOutput": "emendatusenigmatica:tin_ore", - "mutationType": "BLOCK_TO_BLOCK" - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "emendatusenigmatica:tin_ingot", - "mainOutputWeight": 0.1, - "mainOutputCount": 2, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": true, - "biomeWhitelist": "tag:OVERWORLD", - "biomeBlacklist": "tag:OCEAN", - "minGroupSize": 1, - "maxGroupSize": 2, - "spawnWeight": 2, - "lightLevel": "DAY" - }, - "BreedData": { - "isBreedable": true, - "feedItem": "tag:forge:storage_blocks/tin", - "feedAmount": 4, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": false - } -} diff --git a/config/resourcefulbees/bees/Uranium.json b/config/resourcefulbees/bees/Uranium.json deleted file mode 100644 index d6bd04b..0000000 --- a/config/resourcefulbees/bees/Uranium.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 3600, - "sizeModifier": 1, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "ores/uranium/uranium_bee", - "ColorData": { - "honeycombColor": "#333c2f", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false, - "modelType": "ORE" - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:stone", - "mutationOutput": "emendatusenigmatica:uranium_ore", - "mutationType": "BLOCK_TO_BLOCK" - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "emendatusenigmatica:uranium_ingot", - "mainOutputWeight": 0.1, - "mainOutputCount": 2, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": true, - "biomeWhitelist": "tag:OVERWORLD", - "biomeBlacklist": "tag:OCEAN", - "minGroupSize": 1, - "maxGroupSize": 2, - "spawnWeight": 2, - "lightLevel": "DAY" - }, - "BreedData": { - "isBreedable": true, - "feedItem": "tag:forge:storage_blocks/uranium", - "feedAmount": 4, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": false - } -} diff --git a/config/resourcefulbees/bees/Water.json b/config/resourcefulbees/bees/Water.json deleted file mode 100644 index 8650751..0000000 --- a/config/resourcefulbees/bees/Water.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 4800, - "sizeModifier": 0.75, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "traits": ["can_swim"], - "baseLayerTexture": "other/water", - "ColorData": { - "honeycombColor": "#5979ef", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "minecraft:lava", - "mutationOutput": "minecraft:obsidian", - "mutationType": "FLUID_TO_BLOCK", - "mutationCount": 20 - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "minecraft:kelp", - "secondaryOutput": "minecraft:seagrass", - "bottleOutput": "minecraft:sea_pickle", - "mainOutputWeight": 0.5, - "mainOutputCount": 16, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": true, - "biomeWhitelist": "tag:OCEAN,BEACH", - "biomeBlacklist": "tag:NETHER,END", - "minGroupSize": 4, - "maxGroupSize": 6, - "spawnWeight": 6 - }, - "BreedData": { - "isBreedable": true, - "feedItem": "minecraft:seagrass", - "feedAmount": 16, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": true - } -} diff --git a/config/resourcefulbees/bees/Wither.json b/config/resourcefulbees/bees/Wither.json deleted file mode 100644 index ef8546b..0000000 --- a/config/resourcefulbees/bees/Wither.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "flower": "minecraft:wither_rose", - "maxTimeInHive": 4800, - "sizeModifier": 1.5, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "traits": ["nether", "wither"], - "baseLayerTexture": "wither/wither_bee", - "ColorData": { - "honeycombColor": "#444444", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": false, - "inflictsPoison": true, - "attackDamage": 3 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "minecraft:water", - "mutationOutput": "minecraft:lava", - "mutationType": "FLUID_TO_FLUID", - "mutationCount": 1 - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "wstweaks:fragment", - "mainOutputWeight": 0.05, - "mainOutputCount": 3, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": false, - "biomeWhitelist": "tag:OVERWORLD", - "biomeBlacklist": "tag:NETHER,END", - "lightLevel": "NIGHT", - "spawnWeight": 12 - }, - "BreedData": { - "isBreedable": true, - "parent1": "diamond", - "parent2": "obsidian", - "feedItem": "minecraft:nether_star", - "feedAmount": 1, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": true - } -} diff --git a/config/resourcefulbees/bees/Zinc.json b/config/resourcefulbees/bees/Zinc.json deleted file mode 100644 index 5bac229..0000000 --- a/config/resourcefulbees/bees/Zinc.json +++ /dev/null @@ -1,54 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 3600, - "sizeModifier": 1, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "baseLayerTexture": "ores/zinc/zinc_bee", - "ColorData": { - "honeycombColor": "#818653", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false, - "modelType": "ORE" - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": true, - "inflictsPoison": true, - "attackDamage": 1 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "tag:forge:stone", - "mutationOutput": "emendatusenigmatica:zinc_ore", - "mutationType": "BLOCK_TO_BLOCK" - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "emendatusenigmatica:zinc_ingot", - "mainOutputWeight": 0.1, - "mainOutputCount": 2, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": true, - "biomeWhitelist": "tag:OVERWORLD", - "biomeBlacklist": "tag:OCEAN", - "minGroupSize": 1, - "maxGroupSize": 2, - "spawnWeight": 2, - "lightLevel": "DAY" - }, - "BreedData": { - "isBreedable": true, - "feedItem": "tag:forge:storage_blocks/zinc", - "feedAmount": 4, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": false - } -} diff --git a/config/resourcefulbees/bees/Zombie.json b/config/resourcefulbees/bees/Zombie.json deleted file mode 100644 index dda5c9d..0000000 --- a/config/resourcefulbees/bees/Zombie.json +++ /dev/null @@ -1,55 +0,0 @@ -{ - "flower": "ALL", - "maxTimeInHive": 4800, - "sizeModifier": 1, - "hasHoneycomb": true, - "apiaryOutputAmounts": [3, 6, 1, 2], - "traits": ["zombie"], - "baseLayerTexture": "zombie/zombie_bee", - "ColorData": { - "honeycombColor": "#2f4e32", - "isBeeColored": false, - "isRainbowBee": false, - "isGlowing": false, - "isEnchanted": false - }, - "CombatData": { - "isPassive": false, - "removeStingerOnAttack": false, - "inflictsPoison": true, - "attackDamage": 2 - }, - "MutationData": { - "hasMutation": true, - "mutationInput": "minecraft:stone", - "mutationOutput": "minecraft:cobblestone", - "mutationType": "BLOCK_TO_BLOCK", - "mutationCount": 1 - }, - "CentrifugeData": { - "hasCentrifugeOutput": true, - "mainOutput": "minecraft:rotten_flesh", - "mainOutputWeight": 0.5, - "mainOutputCount": 9, - "mainInputCount": 1 - }, - "SpawnData": { - "canSpawnInWorld": true, - "biomeWhitelist": "tag:OVERWORLD", - "biomeBlacklist": "tag:NETHER,END", - "lightLevel": "NIGHT", - "spawnWeight": 6, - "minGroupSize": 4, - "maxGroupSize": 6 - }, - "BreedData": { - "isBreedable": true, - "feedItem": "minecraft:rotten_flesh", - "feedAmount": 4, - "childGrowthDelay": -24000, - "breedDelay": 6000 - }, - "TraitData": { - "hasTraits": true - } -} diff --git a/config/resourcefulbees/biome_dictionary/beach.json b/config/resourcefulbees/biome_dictionary/beach.json deleted file mode 100644 index 9429dc3..0000000 --- a/config/resourcefulbees/biome_dictionary/beach.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "biomes": [ - "minecraft:mushroom_field_shore", - "minecraft:beach", - "minecraft:stone_shore", - "minecraft:snowy_beach" - ] -} diff --git a/config/resourcefulbees/biome_dictionary/cold.json b/config/resourcefulbees/biome_dictionary/cold.json deleted file mode 100644 index ac47f99..0000000 --- a/config/resourcefulbees/biome_dictionary/cold.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "biomes": [ - "minecraft:taiga", - "minecraft:the_end", - "minecraft:frozen_ocean", - "minecraft:frozen_river", - "minecraft:snowy_tundra", - "minecraft:snowy_mountains", - "minecraft:taiga_hills", - "minecraft:snowy_beach", - "minecraft:snowy_taiga", - "minecraft:snowy_taiga_hills", - "minecraft:giant_tree_taiga", - "minecraft:giant_tree_taiga_hills", - "minecraft:cold_ocean", - "minecraft:deep_cold_ocean", - "minecraft:deep_frozen_ocean", - "minecraft:taiga_mountains", - "minecraft:ice_spikes", - "minecraft:snowy_taiga_mountains" - ] -} diff --git a/config/resourcefulbees/biome_dictionary/coniferous.json b/config/resourcefulbees/biome_dictionary/coniferous.json deleted file mode 100644 index 82d75d9..0000000 --- a/config/resourcefulbees/biome_dictionary/coniferous.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "biomes": [ - "minecraft:taiga", - "minecraft:taiga_hills", - "minecraft:snowy_taiga", - "minecraft:snowy_taiga_hills", - "minecraft:giant_tree_taiga", - "minecraft:giant_tree_taiga_hills", - "minecraft:taiga_mountains", - "minecraft:snowy_taiga_mountains" - ] -} diff --git a/config/resourcefulbees/biome_dictionary/dense.json b/config/resourcefulbees/biome_dictionary/dense.json deleted file mode 100644 index cbdbe28..0000000 --- a/config/resourcefulbees/biome_dictionary/dense.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "biomes": [ - "minecraft:jungle", - "minecraft:jungle_hills", - "minecraft:dark_forest", - "minecraft:modified_jungle", - "minecraft:tall_birch_forest", - "minecraft:tall_birch_hills", - "minecraft:dark_forest_hills", - "minecraft:giant_spruce_taiga", - "minecraft:giant_spruce_taiga_hills" - ] -} diff --git a/config/resourcefulbees/biome_dictionary/dry.json b/config/resourcefulbees/biome_dictionary/dry.json deleted file mode 100644 index fabd3d7..0000000 --- a/config/resourcefulbees/biome_dictionary/dry.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "biomes": [ - "minecraft:desert", - "minecraft:nether_wastes", - "minecraft:the_end", - "minecraft:desert_hills", - "minecraft:badlands", - "minecraft:wooded_badlands_plateau", - "minecraft:badlands_plateau", - "minecraft:desert_lakes", - "minecraft:shattered_savanna", - "minecraft:shattered_savanna_plateau", - "minecraft:eroded_badlands", - "minecraft:modified_wooded_badlands_plateau", - "minecraft:modified_badlands_plateau" - ] -} diff --git a/config/resourcefulbees/biome_dictionary/end.json b/config/resourcefulbees/biome_dictionary/end.json deleted file mode 100644 index b546802..0000000 --- a/config/resourcefulbees/biome_dictionary/end.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "biomes": [ - "minecraft:the_end", - "minecraft:small_end_islands", - "minecraft:end_midlands", - "minecraft:end_highlands", - "minecraft:end_barrens" - ] -} diff --git a/config/resourcefulbees/biome_dictionary/forest.json b/config/resourcefulbees/biome_dictionary/forest.json deleted file mode 100644 index 50ca107..0000000 --- a/config/resourcefulbees/biome_dictionary/forest.json +++ /dev/null @@ -1,27 +0,0 @@ -{ - "biomes": [ - "minecraft:forest", - "minecraft:taiga", - "minecraft:wooded_hills", - "minecraft:taiga_hills", - "minecraft:jungle_edge", - "minecraft:birch_forest", - "minecraft:birch_forest_hills", - "minecraft:dark_forest", - "minecraft:snowy_taiga", - "minecraft:snowy_taiga_hills", - "minecraft:giant_tree_taiga", - "minecraft:giant_tree_taiga_hills", - "minecraft:wooded_mountains", - "minecraft:flower_forest", - "minecraft:taiga_mountains", - "minecraft:tall_birch_forest", - "minecraft:tall_birch_hills", - "minecraft:dark_forest_hills", - "minecraft:giant_spruce_taiga", - "minecraft:giant_spruce_taiga_hills", - "minecraft:snowy_taiga_mountains", - "minecraft:crimson_forest", - "minecraft:warped_forest" - ] -} diff --git a/config/resourcefulbees/biome_dictionary/hills.json b/config/resourcefulbees/biome_dictionary/hills.json deleted file mode 100644 index 7d261f1..0000000 --- a/config/resourcefulbees/biome_dictionary/hills.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "biomes": [ - "minecraft:mountains", - "minecraft:desert_hills", - "minecraft:wooded_hills", - "minecraft:taiga_hills", - "minecraft:jungle_hills", - "minecraft:birch_forest_hills", - "minecraft:snowy_taiga_hills", - "minecraft:giant_tree_taiga_hills", - "minecraft:flower_forest", - "minecraft:swamp_hills", - "minecraft:ice_spikes", - "minecraft:modified_jungle_edge", - "minecraft:tall_birch_forest", - "minecraft:tall_birch_hills", - "minecraft:dark_forest_hills", - "minecraft:giant_spruce_taiga_hills", - "minecraft:shattered_savanna_plateau", - "minecraft:modified_wooded_badlands_plateau" - ] -} diff --git a/config/resourcefulbees/biome_dictionary/hot.json b/config/resourcefulbees/biome_dictionary/hot.json deleted file mode 100644 index bf89135..0000000 --- a/config/resourcefulbees/biome_dictionary/hot.json +++ /dev/null @@ -1,22 +0,0 @@ -{ - "biomes": [ - "minecraft:desert", - "minecraft:nether_wastes", - "minecraft:desert_hills", - "minecraft:jungle", - "minecraft:jungle_hills", - "minecraft:jungle_edge", - "minecraft:savanna", - "minecraft:savanna_plateau", - "minecraft:warm_ocean", - "minecraft:deep_warm_ocean", - "minecraft:desert_lakes", - "minecraft:modified_jungle", - "minecraft:modified_jungle_edge", - "minecraft:shattered_savanna", - "minecraft:shattered_savanna_plateau", - "minecraft:eroded_badlands", - "minecraft:modified_wooded_badlands_plateau", - "minecraft:modified_badlands_plateau" - ] -} diff --git a/config/resourcefulbees/biome_dictionary/jungle.json b/config/resourcefulbees/biome_dictionary/jungle.json deleted file mode 100644 index b85dc85..0000000 --- a/config/resourcefulbees/biome_dictionary/jungle.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "biomes": [ - "minecraft:jungle", - "minecraft:jungle_hills", - "minecraft:jungle_edge", - "minecraft:modified_jungle", - "minecraft:modified_jungle_edge" - ] -} diff --git a/config/resourcefulbees/biome_dictionary/mesa.json b/config/resourcefulbees/biome_dictionary/mesa.json deleted file mode 100644 index 198c87e..0000000 --- a/config/resourcefulbees/biome_dictionary/mesa.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "biomes": [ - "minecraft:badlands", - "minecraft:wooded_badlands_plateau", - "minecraft:badlands_plateau" - ] -} diff --git a/config/resourcefulbees/biome_dictionary/modified.json b/config/resourcefulbees/biome_dictionary/modified.json deleted file mode 100644 index 0185d89..0000000 --- a/config/resourcefulbees/biome_dictionary/modified.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "biomes": [ - "minecraft:modified_jungle", - "minecraft:modified_jungle_edge", - "minecraft:modified_wooded_badlands_plateau", - "minecraft:modified_badlands_plateau", - "minecraft:modified_gravelly_mountains" - ] -} diff --git a/config/resourcefulbees/biome_dictionary/mountain.json b/config/resourcefulbees/biome_dictionary/mountain.json deleted file mode 100644 index b6c3afb..0000000 --- a/config/resourcefulbees/biome_dictionary/mountain.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "biomes": [ - "minecraft:mountains", - "minecraft:mountain_edge", - "minecraft:snowy_mountains", - "minecraft:wooded_mountains", - "minecraft:gravelly_mountains", - "minecraft:taiga_mountains", - "minecraft:snowy_taiga_mountains", - "minecraft:modified_jungle", - "minecraft:tall_birch_hills", - "minecraft:dark_forest_hills", - "minecraft:shattered_savanna", - "minecraft:eroded_badlands", - "minecraft:modified_badlands_plateau" - ] -} diff --git a/config/resourcefulbees/biome_dictionary/mushroom.json b/config/resourcefulbees/biome_dictionary/mushroom.json deleted file mode 100644 index 6ae94f6..0000000 --- a/config/resourcefulbees/biome_dictionary/mushroom.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "biomes": ["minecraft:mushroom_fields", "minecraft:mushroom_field_shore"] -} diff --git a/config/resourcefulbees/biome_dictionary/nether.json b/config/resourcefulbees/biome_dictionary/nether.json deleted file mode 100644 index 46e35c5..0000000 --- a/config/resourcefulbees/biome_dictionary/nether.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "biomes": [ - "minecraft:nether_wastes", - "minecraft:soul_sand_valley", - "minecraft:crimson_forest", - "minecraft:warped_forest", - "minecraft:basalt_deltas" - ] -} diff --git a/config/resourcefulbees/biome_dictionary/ocean.json b/config/resourcefulbees/biome_dictionary/ocean.json deleted file mode 100644 index ed83164..0000000 --- a/config/resourcefulbees/biome_dictionary/ocean.json +++ /dev/null @@ -1,14 +0,0 @@ -{ - "biomes": [ - "minecraft:ocean", - "minecraft:frozen_ocean", - "minecraft:deep_ocean", - "minecraft:cold_ocean", - "minecraft:deep_cold_ocean", - "minecraft:deep_frozen_ocean", - "minecraft:warm_ocean", - "minecraft:deep_warm_ocean", - "minecraft:lukewarm_ocean", - "minecraft:deep_lukewarm_ocean" - ] -} diff --git a/config/resourcefulbees/biome_dictionary/overworld.json b/config/resourcefulbees/biome_dictionary/overworld.json deleted file mode 100644 index af6550a..0000000 --- a/config/resourcefulbees/biome_dictionary/overworld.json +++ /dev/null @@ -1,72 +0,0 @@ -{ - "biomes": [ - "minecraft:ocean", - "minecraft:plains", - "minecraft:desert", - "minecraft:mountains", - "minecraft:forest", - "minecraft:taiga", - "minecraft:swamp", - "minecraft:river", - "minecraft:frozen_ocean", - "minecraft:frozen_river", - "minecraft:snowy_tundra", - "minecraft:snowy_mountains", - "minecraft:mushroom_fields", - "minecraft:mushroom_field_shore", - "minecraft:beach", - "minecraft:desert_hills", - "minecraft:wooded_hills", - "minecraft:taiga_hills", - "minecraft:mountain_edge", - "minecraft:jungle", - "minecraft:jungle_hills", - "minecraft:jungle_edge", - "minecraft:deep_ocean", - "minecraft:stone_shore", - "minecraft:snowy_beach", - "minecraft:birch_forest", - "minecraft:birch_forest_hills", - "minecraft:dark_forest", - "minecraft:snowy_taiga", - "minecraft:snowy_taiga_hills", - "minecraft:giant_tree_taiga", - "minecraft:giant_tree_taiga_hills", - "minecraft:wooded_mountains", - "minecraft:savanna", - "minecraft:savanna_plateau", - "minecraft:badlands", - "minecraft:wooded_badlands_plateau", - "minecraft:badlands_plateau", - "minecraft:warm_ocean", - "minecraft:lukewarm_ocean", - "minecraft:cold_ocean", - "minecraft:deep_warm_ocean", - "minecraft:deep_lukewarm_ocean", - "minecraft:deep_cold_ocean", - "minecraft:deep_frozen_ocean", - "minecraft:sunflower_plains", - "minecraft:desert_lakes", - "minecraft:gravelly_mountains", - "minecraft:flower_forest", - "minecraft:taiga_mountains", - "minecraft:swamp_hills", - "minecraft:ice_spikes", - "minecraft:modified_jungle", - "minecraft:modified_jungle_edge", - "minecraft:tall_birch_forest", - "minecraft:tall_birch_hills", - "minecraft:dark_forest_hills", - "minecraft:snowy_taiga_mountains", - "minecraft:giant_spruce_taiga", - "minecraft:giant_spruce_taiga_hills", - "minecraft:modified_gravelly_mountains", - "minecraft:shattered_savanna", - "minecraft:shattered_savanna_plateau", - "minecraft:eroded_badlands", - "minecraft:modified_wooded_badlands_plateau", - "minecraft:modified_badlands_plateau", - "minecraft:bamboo_jungle", - "minecraft:bamboo_jungle_hills" - ] -} diff --git a/config/resourcefulbees/biome_dictionary/plains.json b/config/resourcefulbees/biome_dictionary/plains.json deleted file mode 100644 index 7f8d9fe..0000000 --- a/config/resourcefulbees/biome_dictionary/plains.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "biomes": [ - "minecraft:plains", - "minecraft:savanna", - "minecraft:savanna_plateau", - "minecraft:sunflower_plains" - ] -} diff --git a/config/resourcefulbees/biome_dictionary/plateau.json b/config/resourcefulbees/biome_dictionary/plateau.json deleted file mode 100644 index 14244c4..0000000 --- a/config/resourcefulbees/biome_dictionary/plateau.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "biomes": [ - "minecraft:savanna_plateau", - "minecraft:wooded_badlands_plateau", - "minecraft:badlands_plateau", - "minecraft:shattered_savanna_plateau", - "minecraft:modified_wooded_badlands_plateau", - "minecraft:modified_badlands_plateau" - ] -} diff --git a/config/resourcefulbees/biome_dictionary/rare.json b/config/resourcefulbees/biome_dictionary/rare.json deleted file mode 100644 index 472b4d4..0000000 --- a/config/resourcefulbees/biome_dictionary/rare.json +++ /dev/null @@ -1,29 +0,0 @@ -{ - "biomes": [ - "minecraft:mushroom_fields", - "minecraft:mushroom_field_shore", - "minecraft:jungle_edge", - "minecraft:savanna_plateau", - "minecraft:sunflower_plains", - "minecraft:desert_lakes", - "minecraft:gravelly_mountains", - "minecraft:flower_forest", - "minecraft:taiga_mountains", - "minecraft:swamp_hills", - "minecraft:ice_spikes", - "minecraft:modified_jungle", - "minecraft:modified_jungle_edge", - "minecraft:tall_birch_forest", - "minecraft:tall_birch_hills", - "minecraft:dark_forest_hills", - "minecraft:snowy_taiga_mountains", - "minecraft:giant_spruce_taiga", - "minecraft:giant_spruce_taiga_hills", - "minecraft:modified_gravelly_mountains", - "minecraft:shattered_savanna", - "minecraft:shattered_savanna_plateau", - "minecraft:eroded_badlands", - "minecraft:modified_wooded_badlands_plateau", - "minecraft:modified_badlands_plateau" - ] -} diff --git a/config/resourcefulbees/biome_dictionary/river.json b/config/resourcefulbees/biome_dictionary/river.json deleted file mode 100644 index 40181d0..0000000 --- a/config/resourcefulbees/biome_dictionary/river.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "biomes": ["minecraft:river", "minecraft:frozen_river"] -} diff --git a/config/resourcefulbees/biome_dictionary/sandy.json b/config/resourcefulbees/biome_dictionary/sandy.json deleted file mode 100644 index 0d4d453..0000000 --- a/config/resourcefulbees/biome_dictionary/sandy.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "biomes": [ - "minecraft:desert", - "minecraft:desert_hills", - "minecraft:badlands", - "minecraft:wooded_badlands_plateau", - "minecraft:badlands_plateau", - "minecraft:desert_lakes" - ] -} diff --git a/config/resourcefulbees/biome_dictionary/savanna.json b/config/resourcefulbees/biome_dictionary/savanna.json deleted file mode 100644 index e6a3128..0000000 --- a/config/resourcefulbees/biome_dictionary/savanna.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "biomes": [ - "minecraft:savanna", - "minecraft:savanna_plateau", - "minecraft:shattered_savanna", - "minecraft:shattered_savanna_plateau" - ] -} diff --git a/config/resourcefulbees/biome_dictionary/snowy.json b/config/resourcefulbees/biome_dictionary/snowy.json deleted file mode 100644 index e28dfa0..0000000 --- a/config/resourcefulbees/biome_dictionary/snowy.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "biomes": [ - "minecraft:frozen_ocean", - "minecraft:frozen_river", - "minecraft:snowy_tundra", - "minecraft:snowy_mountains", - "minecraft:snowy_taiga", - "minecraft:snowy_taiga_hills", - "minecraft:ice_spikes", - "minecraft:snowy_taiga_mountains" - ] -} diff --git a/config/resourcefulbees/biome_dictionary/sparse.json b/config/resourcefulbees/biome_dictionary/sparse.json deleted file mode 100644 index aa69d24..0000000 --- a/config/resourcefulbees/biome_dictionary/sparse.json +++ /dev/null @@ -1,16 +0,0 @@ -{ - "biomes": [ - "minecraft:wooded_mountains", - "minecraft:savanna", - "minecraft:savanna_plateau", - "minecraft:wooded_badlands_plateau", - "minecraft:gravelly_mountains", - "minecraft:modified_jungle_edge", - "minecraft:modified_gravelly_mountains", - "minecraft:shattered_savanna", - "minecraft:shattered_savanna_plateau", - "minecraft:eroded_badlands", - "minecraft:modified_wooded_badlands_plateau", - "minecraft:modified_badlands_plateau" - ] -} diff --git a/config/resourcefulbees/biome_dictionary/spooky.json b/config/resourcefulbees/biome_dictionary/spooky.json deleted file mode 100644 index 8e38080..0000000 --- a/config/resourcefulbees/biome_dictionary/spooky.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "biomes": ["minecraft:dark_forest", "minecraft:dark_forest_hills"] -} diff --git a/config/resourcefulbees/biome_dictionary/swamp.json b/config/resourcefulbees/biome_dictionary/swamp.json deleted file mode 100644 index 9e54c02..0000000 --- a/config/resourcefulbees/biome_dictionary/swamp.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "biomes": ["minecraft:swamp", "minecraft:swamp_hills"] -} diff --git a/config/resourcefulbees/biome_dictionary/void.json b/config/resourcefulbees/biome_dictionary/void.json deleted file mode 100644 index e67ed1f..0000000 --- a/config/resourcefulbees/biome_dictionary/void.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "biomes": ["minecraft:the_void"] -} diff --git a/config/resourcefulbees/biome_dictionary/wasteland.json b/config/resourcefulbees/biome_dictionary/wasteland.json deleted file mode 100644 index b15cc56..0000000 --- a/config/resourcefulbees/biome_dictionary/wasteland.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "biomes": ["minecraft:snowy_tundra"] -} diff --git a/config/resourcefulbees/biome_dictionary/water.json b/config/resourcefulbees/biome_dictionary/water.json deleted file mode 100644 index aa56345..0000000 --- a/config/resourcefulbees/biome_dictionary/water.json +++ /dev/null @@ -1,15 +0,0 @@ -{ - "biomes": [ - "minecraft:river", - "minecraft:frozen_river", - "minecraft:ocean", - "minecraft:frozen_ocean", - "minecraft:cold_ocean", - "minecraft:deep_cold_ocean", - "minecraft:deep_frozen_ocean", - "minecraft:warm_ocean", - "minecraft:deep_warm_ocean", - "minecraft:lukewarm_ocean", - "minecraft:deep_lukewarm_ocean" - ] -} diff --git a/config/resourcefulbees/biome_dictionary/wet.json b/config/resourcefulbees/biome_dictionary/wet.json deleted file mode 100644 index 58b73e8..0000000 --- a/config/resourcefulbees/biome_dictionary/wet.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "biomes": [ - "minecraft:swamp", - "minecraft:jungle", - "minecraft:jungle_hills", - "minecraft:jungle_edge", - "minecraft:swamp_hills", - "minecraft:modified_jungle" - ] -} diff --git a/config/resourcefulbees/client.toml b/config/resourcefulbees/client.toml deleted file mode 100644 index b7dcb04..0000000 --- a/config/resourcefulbees/client.toml +++ /dev/null @@ -1,12 +0,0 @@ - -["General Options"] - # - #When set to true will display some debug info in console. [true/false] - showDebugInfo = false - # - #When set to true an en_us.json file will be generated for the bees. [true/false] - # This file will be overwritten every time the mod loads. - # The generated names are based on the bee jsons. - #This is best used by pack devs as a one-time run. - generateEnglishLang = false - diff --git a/config/resourcefulbees/common.toml b/config/resourcefulbees/common.toml deleted file mode 100644 index 277f7b7..0000000 --- a/config/resourcefulbees/common.toml +++ /dev/null @@ -1,213 +0,0 @@ - -["Bee Options"] - # - #Should bees die from stinging? - #Note: Bees will continue to attack until they are no longer angry! - beeDiesFromSting = true - # - #Should bees die when their Y-level is below 0? - #Note: If false, bees will get stuck just below y-0 and not move. **May not be useful with new AI** - beeDiesInVoid = true - # - #This value scales the child size for all Resource Bees. - #Range: 1.0 ~ 2.0 - global_child_size_modifier = 1.0 - # - #This value scales the bee size for all Resource Bees. - #Note: Setting the value in bee JSON overrides this value. - #Range: 0.5 ~ 2.0 - global_bee_size_modifier = 1.0 - # - #Should bees inflict poison damage? - #Note: Poison is only inflicted if a bee has not been given a trait with a special damage output. - #Set to false if you want to configure bees individually. - beesInflictPoison = true - -["Apiary Options"] - # - #Maximum number of UNIQUE bees allowed in the Apiary. - #Range: 1 ~ 16 - apiaryMaxBees = 9 - # - #Tier 3 Apiary Output - #Allowed Values: COMB, BLOCK - tierThreeApiaryOutput = "BLOCK" - # - #Tier 4 Apiary Output Quantity - #Range: > 1 - tierFourApiaryQuantity = 2 - # - #Tier 2 Apiary Output - #Allowed Values: COMB, BLOCK - tierTwoApiaryOutput = "COMB" - # - #Tier 2 Apiary Output Quantity - #Range: > 1 - tierTwoApiaryQuantity = 6 - # - #Tier 3 Apiary Output Quantity - #Range: > 1 - tierThreeApiaryQuantity = 1 - # - #Tier 1 Apiary Output Quantity - #Range: > 1 - tierOneApiaryQuantity = 3 - # - #Tier 4 Apiary Output - #Allowed Values: COMB, BLOCK - tierFourApiaryOutput = "BLOCK" - # - #Maximum breed time before upgrades are applied. - #Range: 1200 ~ 4800 - apiaryMaxBreedTime = 3200 - # - #Tier 1 Apiary Output - #Allowed Values: COMB, BLOCK - tierOneApiaryOutput = "COMB" - -["Honey Options"] - # - #Should honey block recipies be generated? [true/false] - honeyBlockRecipies = true - # - #Set to false if you don't want the custom honey blocks to be generated [true/false] - generateHoneyBlocks = true - # - #Set to false if you don't want the custom honey fluids to be generated [true/false] - generateHoneyFluids = true - -["Centrifuge Options"] - # - #Amount of hunger the player uses per click on mechanical centrifuge. - #Range: 0.0 ~ 1.0 - mechanicalCentrifugePlayerExhaustion = 0.1 - # - #Global recipe time for generated centrifuge recipes - #This does not affect recipes that are not auto generated by us. - #Time is in ticks. - #Range: 100 ~ 2400 - globalCentrifugeRecipeTime = 200 - # - #Tick reduction applied to centrifuge recipes - #This does not affect recipes that are not auto generated by us. - #NOTE: Lowest recipe time allowed is 5 ticks regardless of values provided. - #Range: 10 ~ 1200 - multiblockRecipeTimeReduction = 150 - # - #Centrifuge Max energy storage. - #The Centrifuge Multiblocks max energy storage is 5x this amount - #Range: 1000 ~ 1000000 - maxCentrifugeRf = 10000 - # - # Makes it so multiblock centrifuge can only do multiblock recipes. [true/false] - multiblockRecipesOnly = false - # - #RF/t consumed by the centrifuge when processing recipes. Mutliblock Centrifuge cuts this value in half. - #Range: 2 ~ 1000 - centrifugeRfPerTick = 2 - -["Beehive Options"] - # - #Base honeycomb harvest amount - #(THIS * TIER_MODIFIER = MAX_COMBS) for a range of 5 -> 64 - #Range: 5 ~ 16 - hiveMaxCombs = 5 - # - #Set to false if you want the player to only be able to get honeycombs from the beehive using the scraper [true/false] - allowShears = true - # - #Maximum number of bees in the base tier hive. - #(THIS * TIER_MODIFIER = MAX_BEES) for a range of 4 -> 16 - #Range: 1 ~ 4 - hiveMaxBees = 4 - -["General Options"] - # - #Sets the max durability for the smoker - #Range: 100 ~ 5000 - smokerDurability = 1000 - # - #Set this to false when you want to overwrite the default provided Biome Dictionary files. [true/false] - #This should be run at least once for initial generation. - generateBiomeDictionaries = false - # - #Set this to false when you want to use our custom Biome Dictionary system. [true/false] - #At a later time we will look into either combining with the Forge system or making the Forge system data pack capable. - useForgeBiomeDictionaries = true - # - #Set to true if you want easter egg bees to generate (WIP) [true/false] - #The only easter egg bee currently available is the Oreo bee - enableEasterEggBees = true - # - #Set this to false when you want to overwrite the default bee files. [true/false] - #This should be run at least once for initial generation. - generateDefaults = false - -["Honey Generator Options"] - # - #Amount of honey consumed in mb/t. - #Range: 1 ~ 50 - honeyDrainAmount = 5 - # - #Amount of energy transferred out of the generator in rf/t. - #Range: 50 ~ 500 - energyTransferAmount = 100 - # - #Maximum internal honey capacity. - #Range: 1000 ~ 100000 - maxTankCapacity = 10000 - # - #Amount of rf/t generated. - #Range: 0 ~ 500 - energyFillAmount = 125 - # - #Amount of honey generated in mb/t. 1 bottle = 250mb honey - #Range: 1 ~ 50 - honeyFillAmount = 10 - # - #Maximum internal energy buffer. - #Range: 10000 ~ 1000000 - maxEnergyCapacity = 100000 - -["Spawning Options"] - # - #Chance for nest to spawn when generating chunks in nether category biomes. [1/x] - #A higher value means the nest is less likely to spawn. - #Range: 4 ~ 100 - nether_nest_generation_chance = 8 - #The value added to weight for bees in a flower forests - #Range: 0 ~ 9 - beesMoreCommonInFlowerForests = 4 - # - #Chance for nest to spawn when generating chunks in overworld category biomes. [1/x] - #A higher value means the nest is less likely to spawn. - #Range: 4 ~ 100 - overworld_nest_generation_chance = 64 - # - #Chance for nest to spawn when generating chunks in end category biomes. [1/x] - #A higher value means the nest is less likely to spawn. - #Range: 4 ~ 100 - end_nest_generation_chance = 32 - # - #Should bee nests generate in world? - #Note: They will only generate in biomes where bees can spawn - generateBeeNests = true - -["Recipe Options"] - # - #Set to false if you don't want the honeycomb block recipes to be auto generated [true/false] - honeycombBlockRecipes = true - # - #Set to false if you don't want the centrifuge recipes to be auto generated [true/false] - centrifugeRecipes = true - -["Honeycomb Options"] - # - #The amount of hunger restored when eating a honeycomb. - #Range: 0 ~ 8 - honeycombHunger = 1 - # - #The amount of saturation restored when eating a honeycomb. - #Range: 0.0 ~ 8.0 - honeycombSaturation = 0.6 - diff --git a/config/resourcefulbees/resources/assets/resourcefulbees/lang/en_us.json b/config/resourcefulbees/resources/assets/resourcefulbees/lang/en_us.json deleted file mode 100644 index f1efc15..0000000 --- a/config/resourcefulbees/resources/assets/resourcefulbees/lang/en_us.json +++ /dev/null @@ -1,136 +0,0 @@ -{ - "block.resourcefulbees.blaze_honeycomb_block": "Blaze Honeycomb Block", - "item.resourcefulbees.blaze_honeycomb": "Blaze Honeycomb", - "item.resourcefulbees.blaze_bee_spawn_egg": "Blaze Bee Spawn Egg", - "entity.resourcefulbees.blaze_bee": "Blaze Bee", - - "block.resourcefulbees.clay_honeycomb_block": "Clay Honeycomb Block", - "item.resourcefulbees.clay_honeycomb": "Clay Honeycomb", - "item.resourcefulbees.clay_bee_spawn_egg": "Clay Bee Spawn Egg", - "entity.resourcefulbees.clay_bee": "Clay Bee", - - "block.resourcefulbees.ghast_honeycomb_block": "Ghast Honeycomb Block", - "item.resourcefulbees.ghast_honeycomb": "Ghast Honeycomb", - "item.resourcefulbees.ghast_bee_spawn_egg": "Ghast Bee Spawn Egg", - "entity.resourcefulbees.ghast_bee": "Ghast Bee", - - "block.resourcefulbees.glowstone_honeycomb_block": "Glowstone Honeycomb Block", - "item.resourcefulbees.glowstone_honeycomb": "Glowstone Honeycomb", - "item.resourcefulbees.glowstone_bee_spawn_egg": "Glowstone Bee Spawn Egg", - "entity.resourcefulbees.glowstone_bee": "Glowstone Bee", - - "block.resourcefulbees.gravel_honeycomb_block": "Gravel Honeycomb Block", - "item.resourcefulbees.gravel_honeycomb": "Gravel Honeycomb", - "item.resourcefulbees.gravel_bee_spawn_egg": "Gravel Bee Spawn Egg", - "entity.resourcefulbees.gravel_bee": "Gravel Bee", - - "block.resourcefulbees.obsidian_honeycomb_block": "Obsidian Honeycomb Block", - "item.resourcefulbees.obsidian_honeycomb": "Obsidian Honeycomb", - "item.resourcefulbees.obsidian_bee_spawn_egg": "Obsidian Bee Spawn Egg", - "entity.resourcefulbees.obsidian_bee": "Obsidian Bee", - - "block.resourcefulbees.sand_honeycomb_block": "Sand Honeycomb Block", - "item.resourcefulbees.sand_honeycomb": "Sand Honeycomb", - "item.resourcefulbees.sand_bee_spawn_egg": "Sand Bee Spawn Egg", - "entity.resourcefulbees.sand_bee": "Sand Bee", - - "block.resourcefulbees.slimy_honeycomb_block": "Slimy Honeycomb Block", - "item.resourcefulbees.slimy_honeycomb": "Slimy Honeycomb", - "item.resourcefulbees.slimy_bee_spawn_egg": "Slimy Bee Spawn Egg", - "entity.resourcefulbees.slimy_bee": "Slimy Bee", - - "block.resourcefulbees.water_honeycomb_block": "Water Honeycomb Block", - "item.resourcefulbees.water_honeycomb": "Water Honeycomb", - "item.resourcefulbees.water_bee_spawn_egg": "Water Bee Spawn Egg", - "entity.resourcefulbees.water_bee": "Water Bee", - - "block.resourcefulbees.copper_honeycomb_block": "Copper Honeycomb Block", - "item.resourcefulbees.copper_honeycomb": "Copper Honeycomb", - "item.resourcefulbees.copper_bee_spawn_egg": "Copper Bee Spawn Egg", - "entity.resourcefulbees.copper_bee": "Copper Bee", - - "block.resourcefulbees.aluminum_honeycomb_block": "Aluminum Honeycomb Block", - "item.resourcefulbees.aluminum_honeycomb": "Aluminum Honeycomb", - "item.resourcefulbees.aluminum_bee_spawn_egg": "Aluminum Bee Spawn Egg", - "entity.resourcefulbees.aluminum_bee": "Aluminum Bee", - - "block.resourcefulbees.silver_honeycomb_block": "Silver Honeycomb Block", - "item.resourcefulbees.silver_honeycomb": "Silver Honeycomb", - "item.resourcefulbees.silver_bee_spawn_egg": "Silver Bee Spawn Egg", - "entity.resourcefulbees.silver_bee": "Silver Bee", - - "block.resourcefulbees.lead_honeycomb_block": "Lead Honeycomb Block", - "item.resourcefulbees.lead_honeycomb": "Lead Honeycomb", - "item.resourcefulbees.lead_bee_spawn_egg": "Lead Bee Spawn Egg", - "entity.resourcefulbees.lead_bee": "Lead Bee", - - "block.resourcefulbees.nickel_honeycomb_block": "Nickel Honeycomb Block", - "item.resourcefulbees.nickel_honeycomb": "Nickel Honeycomb", - "item.resourcefulbees.nickel_bee_spawn_egg": "Nickel Bee Spawn Egg", - "entity.resourcefulbees.nickel_bee": "Nickel Bee", - - "block.resourcefulbees.uranium_honeycomb_block": "Uranium Honeycomb Block", - "item.resourcefulbees.uranium_honeycomb": "Uranium Honeycomb", - "item.resourcefulbees.uranium_bee_spawn_egg": "Uranium Bee Spawn Egg", - "entity.resourcefulbees.uranium_bee": "Uranium Bee", - - "block.resourcefulbees.tin_honeycomb_block": "Tin Honeycomb Block", - "item.resourcefulbees.tin_honeycomb": "Tin Honeycomb", - "item.resourcefulbees.tin_bee_spawn_egg": "Tin Bee Spawn Egg", - "entity.resourcefulbees.tin_bee": "Tin Bee", - - "block.resourcefulbees.osmium_honeycomb_block": "Osmium Honeycomb Block", - "item.resourcefulbees.osmium_honeycomb": "Osmium Honeycomb", - "item.resourcefulbees.osmium_bee_spawn_egg": "Osmium Bee Spawn Egg", - "entity.resourcefulbees.osmium_bee": "Osmium Bee", - - "block.resourcefulbees.zinc_honeycomb_block": "Zinc Honeycomb Block", - "item.resourcefulbees.zinc_honeycomb": "Zinc Honeycomb", - "item.resourcefulbees.zinc_bee_spawn_egg": "Zinc Bee Spawn Egg", - "entity.resourcefulbees.zinc_bee": "Zinc Bee", - - "block.resourcefulbees.bronze_honeycomb_block": "Bronze Honeycomb Block", - "item.resourcefulbees.bronze_honeycomb": "Bronze Honeycomb", - "item.resourcefulbees.bronze_bee_spawn_egg": "Bronze Bee Spawn Egg", - "entity.resourcefulbees.bronze_bee": "Bronze Bee", - - "block.resourcefulbees.brass_honeycomb_block": "Brass Honeycomb Block", - "item.resourcefulbees.brass_honeycomb": "Brass Honeycomb", - "item.resourcefulbees.brass_bee_spawn_egg": "Brass Bee Spawn Egg", - "entity.resourcefulbees.brass_bee": "Brass Bee", - - "block.resourcefulbees.electrum_honeycomb_block": "Electrum Honeycomb Block", - "item.resourcefulbees.electrum_honeycomb": "Electrum Honeycomb", - "item.resourcefulbees.electrum_bee_spawn_egg": "Electrum Bee Spawn Egg", - "entity.resourcefulbees.electrum_bee": "Electrum Bee", - - "block.resourcefulbees.constantan_honeycomb_block": "Constantan Honeycomb Block", - "item.resourcefulbees.constantan_honeycomb": "Constantan Honeycomb", - "item.resourcefulbees.constantan_bee_spawn_egg": "Constantan Bee Spawn Egg", - "entity.resourcefulbees.constantan_bee": "Constantan Bee", - - "block.resourcefulbees.steel_honeycomb_block": "Steel Honeycomb Block", - "item.resourcefulbees.steel_honeycomb": "Steel Honeycomb", - "item.resourcefulbees.steel_bee_spawn_egg": "Steel Bee Spawn Egg", - "entity.resourcefulbees.steel_bee": "Steel Bee", - - "block.resourcefulbees.invar_honeycomb_block": "Invar Honeycomb Block", - "item.resourcefulbees.invar_honeycomb": "Invar Honeycomb", - "item.resourcefulbees.invar_bee_spawn_egg": "Invar Bee Spawn Egg", - "entity.resourcefulbees.invar_bee": "Invar Bee", - - "block.resourcefulbees.lumium_honeycomb_block": "Lumium Honeycomb Block", - "item.resourcefulbees.lumium_honeycomb": "Lumium Honeycomb", - "item.resourcefulbees.lumium_bee_spawn_egg": "Lumium Bee Spawn Egg", - "entity.resourcefulbees.lumium_bee": "Lumium Bee", - - "block.resourcefulbees.signalum_honeycomb_block": "Signalum Honeycomb Block", - "item.resourcefulbees.signalum_honeycomb": "Signalum Honeycomb", - "item.resourcefulbees.signalum_bee_spawn_egg": "Signalum Bee Spawn Egg", - "entity.resourcefulbees.signalum_bee": "Signalum Bee", - - "block.resourcefulbees.enderium_honeycomb_block": "Enderium Honeycomb Block", - "item.resourcefulbees.enderium_honeycomb": "Enderium Honeycomb", - "item.resourcefulbees.enderium_bee_spawn_egg": "Enderium Bee Spawn Egg", - "entity.resourcefulbees.enderium_bee": "Enderium Bee" -} diff --git a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/metals/brass.png b/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/metals/brass.png deleted file mode 100644 index 912cf27..0000000 Binary files a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/metals/brass.png and /dev/null differ diff --git a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/metals/bronze.png b/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/metals/bronze.png deleted file mode 100644 index 5dd1a80..0000000 Binary files a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/metals/bronze.png and /dev/null differ diff --git a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/metals/constantan.png b/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/metals/constantan.png deleted file mode 100644 index 70c1c07..0000000 Binary files a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/metals/constantan.png and /dev/null differ diff --git a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/metals/electrum.png b/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/metals/electrum.png deleted file mode 100644 index 394d5eb..0000000 Binary files a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/metals/electrum.png and /dev/null differ diff --git a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/metals/enderium.png b/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/metals/enderium.png deleted file mode 100644 index 38ce2b8..0000000 Binary files a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/metals/enderium.png and /dev/null differ diff --git a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/metals/invar.png b/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/metals/invar.png deleted file mode 100644 index 7e77224..0000000 Binary files a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/metals/invar.png and /dev/null differ diff --git a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/metals/lumium.png b/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/metals/lumium.png deleted file mode 100644 index 81e015b..0000000 Binary files a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/metals/lumium.png and /dev/null differ diff --git a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/metals/signalum.png b/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/metals/signalum.png deleted file mode 100644 index a4fc06b..0000000 Binary files a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/metals/signalum.png and /dev/null differ diff --git a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/metals/steel.png b/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/metals/steel.png deleted file mode 100644 index 889bd2e..0000000 Binary files a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/metals/steel.png and /dev/null differ diff --git a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/aluminum/aluminum_bee.png b/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/aluminum/aluminum_bee.png deleted file mode 100644 index 711fb0e..0000000 Binary files a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/aluminum/aluminum_bee.png and /dev/null differ diff --git a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/aluminum/aluminum_bee_angry.png b/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/aluminum/aluminum_bee_angry.png deleted file mode 100644 index 214b4a6..0000000 Binary files a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/aluminum/aluminum_bee_angry.png and /dev/null differ diff --git a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/copper/copper_bee.png b/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/copper/copper_bee.png deleted file mode 100644 index b350d17..0000000 Binary files a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/copper/copper_bee.png and /dev/null differ diff --git a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/copper/copper_bee_angry.png b/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/copper/copper_bee_angry.png deleted file mode 100644 index 0b9ab0a..0000000 Binary files a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/copper/copper_bee_angry.png and /dev/null differ diff --git a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/lead/lead_bee.png b/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/lead/lead_bee.png deleted file mode 100644 index b076880..0000000 Binary files a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/lead/lead_bee.png and /dev/null differ diff --git a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/lead/lead_bee_angry.png b/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/lead/lead_bee_angry.png deleted file mode 100644 index e6cbfd5..0000000 Binary files a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/lead/lead_bee_angry.png and /dev/null differ diff --git a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/nickel/nickel_bee.png b/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/nickel/nickel_bee.png deleted file mode 100644 index bf47aac..0000000 Binary files a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/nickel/nickel_bee.png and /dev/null differ diff --git a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/nickel/nickel_bee_angry.png b/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/nickel/nickel_bee_angry.png deleted file mode 100644 index 8cacce7..0000000 Binary files a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/nickel/nickel_bee_angry.png and /dev/null differ diff --git a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/osmium/osmium_bee.png b/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/osmium/osmium_bee.png deleted file mode 100644 index fea7f49..0000000 Binary files a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/osmium/osmium_bee.png and /dev/null differ diff --git a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/osmium/osmium_bee_angry.png b/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/osmium/osmium_bee_angry.png deleted file mode 100644 index f36ec7c..0000000 Binary files a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/osmium/osmium_bee_angry.png and /dev/null differ diff --git a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/silver/silver_bee.png b/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/silver/silver_bee.png deleted file mode 100644 index 5abdbbf..0000000 Binary files a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/silver/silver_bee.png and /dev/null differ diff --git a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/silver/silver_bee_angry.png b/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/silver/silver_bee_angry.png deleted file mode 100644 index 2215618..0000000 Binary files a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/silver/silver_bee_angry.png and /dev/null differ diff --git a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/tin/tin_bee.png b/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/tin/tin_bee.png deleted file mode 100644 index 16ef094..0000000 Binary files a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/tin/tin_bee.png and /dev/null differ diff --git a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/tin/tin_bee_angry.png b/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/tin/tin_bee_angry.png deleted file mode 100644 index 8b669b0..0000000 Binary files a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/tin/tin_bee_angry.png and /dev/null differ diff --git a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/uranium/uranium_bee.png b/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/uranium/uranium_bee.png deleted file mode 100644 index 2177a8a..0000000 Binary files a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/uranium/uranium_bee.png and /dev/null differ diff --git a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/uranium/uranium_bee_angry.png b/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/uranium/uranium_bee_angry.png deleted file mode 100644 index 90aba5c..0000000 Binary files a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/uranium/uranium_bee_angry.png and /dev/null differ diff --git a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/zinc/zinc_bee.png b/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/zinc/zinc_bee.png deleted file mode 100644 index 0305482..0000000 Binary files a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/zinc/zinc_bee.png and /dev/null differ diff --git a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/zinc/zinc_bee_angry.png b/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/zinc/zinc_bee_angry.png deleted file mode 100644 index 01640aa..0000000 Binary files a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/ores/zinc/zinc_bee_angry.png and /dev/null differ diff --git a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/blaze.png b/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/blaze.png deleted file mode 100644 index 9a56420..0000000 Binary files a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/blaze.png and /dev/null differ diff --git a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/clay.png b/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/clay.png deleted file mode 100644 index 6af5593..0000000 Binary files a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/clay.png and /dev/null differ diff --git a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/ender.png b/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/ender.png deleted file mode 100644 index d35cf92..0000000 Binary files a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/ender.png and /dev/null differ diff --git a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/ghast.png b/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/ghast.png deleted file mode 100644 index f8a018b..0000000 Binary files a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/ghast.png and /dev/null differ diff --git a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/glowstone.png b/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/glowstone.png deleted file mode 100644 index ddd259d..0000000 Binary files a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/glowstone.png and /dev/null differ diff --git a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/gravel.png b/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/gravel.png deleted file mode 100644 index 3eefc1f..0000000 Binary files a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/gravel.png and /dev/null differ diff --git a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/icy.png b/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/icy.png deleted file mode 100644 index 0761738..0000000 Binary files a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/icy.png and /dev/null differ diff --git a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/obsidian.png b/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/obsidian.png deleted file mode 100644 index 7af5bd3..0000000 Binary files a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/obsidian.png and /dev/null differ diff --git a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/quartz.png b/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/quartz.png deleted file mode 100644 index 366c643..0000000 Binary files a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/quartz.png and /dev/null differ diff --git a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/sand.png b/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/sand.png deleted file mode 100644 index d71ba02..0000000 Binary files a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/sand.png and /dev/null differ diff --git a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/water.png b/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/water.png deleted file mode 100644 index 86ed34f..0000000 Binary files a/config/resourcefulbees/resources/assets/resourcefulbees/textures/entity/other/water.png and /dev/null differ diff --git a/config/resourcefulbees/resources/data/forge/tags/fluids/honey.json b/config/resourcefulbees/resources/data/forge/tags/fluids/honey.json deleted file mode 100644 index eb2cd0d..0000000 --- a/config/resourcefulbees/resources/data/forge/tags/fluids/honey.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "replace": false, - "values": [ - ] -} \ No newline at end of file diff --git a/config/resourcefulbees/resources/data/minecraft/tags/entity_types/beehive_inhabitors.json b/config/resourcefulbees/resources/data/minecraft/tags/entity_types/beehive_inhabitors.json deleted file mode 100644 index 55ba6df..0000000 --- a/config/resourcefulbees/resources/data/minecraft/tags/entity_types/beehive_inhabitors.json +++ /dev/null @@ -1,51 +0,0 @@ -{ -"replace": false, -"values": [ -"resourcefulbees:steel_bee", -"resourcefulbees:ender_bee", -"resourcefulbees:aluminum_bee", -"resourcefulbees:glowstone_bee", -"resourcefulbees:clay_bee", -"resourcefulbees:netherite_bee", -"resourcefulbees:gold_bee", -"resourcefulbees:skeleton_bee", -"resourcefulbees:lumium_bee", -"resourcefulbees:kitten_bee", -"resourcefulbees:enderium_bee", -"resourcefulbees:signalum_bee", -"resourcefulbees:blaze_bee", -"resourcefulbees:tin_bee", -"resourcefulbees:zombie_bee", -"resourcefulbees:copper_bee", -"resourcefulbees:invar_bee", -"resourcefulbees:lapis_bee", -"resourcefulbees:pigman_bee", -"resourcefulbees:rgbee_bee", -"resourcefulbees:slimy_bee", -"resourcefulbees:ghast_bee", -"resourcefulbees:zinc_bee", -"resourcefulbees:icy_bee", -"resourcefulbees:electrum_bee", -"resourcefulbees:nickel_bee", -"resourcefulbees:obsidian_bee", -"resourcefulbees:nether_quartz_bee", -"resourcefulbees:osmium_bee", -"resourcefulbees:brass_bee", -"resourcefulbees:constantan_bee", -"resourcefulbees:water_bee", -"resourcefulbees:lead_bee", -"resourcefulbees:bronze_bee", -"resourcefulbees:gravel_bee", -"resourcefulbees:sand_bee", -"resourcefulbees:diamond_bee", -"resourcefulbees:oreo_bee", -"resourcefulbees:coal_bee", -"resourcefulbees:iron_bee", -"resourcefulbees:silver_bee", -"resourcefulbees:uranium_bee", -"resourcefulbees:wither_bee", -"resourcefulbees:creeper_bee", -"resourcefulbees:emerald_bee", -"resourcefulbees:redstone_bee" -] -} \ No newline at end of file diff --git a/config/resourcefulbees/resources/data/resourcefulbees/tags/blocks/resourceful_honey_block.json b/config/resourcefulbees/resources/data/resourcefulbees/tags/blocks/resourceful_honey_block.json deleted file mode 100644 index f6b4104..0000000 --- a/config/resourcefulbees/resources/data/resourcefulbees/tags/blocks/resourceful_honey_block.json +++ /dev/null @@ -1,5 +0,0 @@ -{ -"replace": false, -"values": [ -] -} \ No newline at end of file diff --git a/config/resourcefulbees/resources/data/resourcefulbees/tags/blocks/resourceful_honeycomb_block.json b/config/resourcefulbees/resources/data/resourcefulbees/tags/blocks/resourceful_honeycomb_block.json deleted file mode 100644 index 5c4b00d..0000000 --- a/config/resourcefulbees/resources/data/resourcefulbees/tags/blocks/resourceful_honeycomb_block.json +++ /dev/null @@ -1,49 +0,0 @@ -{ -"replace": false, -"values": [ -"resourcefulbees:aluminum_honeycomb_block", -"resourcefulbees:blaze_honeycomb_block", -"resourcefulbees:brass_honeycomb_block", -"resourcefulbees:bronze_honeycomb_block", -"resourcefulbees:clay_honeycomb_block", -"resourcefulbees:coal_honeycomb_block", -"resourcefulbees:constantan_honeycomb_block", -"resourcefulbees:copper_honeycomb_block", -"resourcefulbees:creeper_honeycomb_block", -"resourcefulbees:diamond_honeycomb_block", -"resourcefulbees:electrum_honeycomb_block", -"resourcefulbees:emerald_honeycomb_block", -"resourcefulbees:ender_honeycomb_block", -"resourcefulbees:enderium_honeycomb_block", -"resourcefulbees:ghast_honeycomb_block", -"resourcefulbees:glowstone_honeycomb_block", -"resourcefulbees:gold_honeycomb_block", -"resourcefulbees:gravel_honeycomb_block", -"resourcefulbees:icy_honeycomb_block", -"resourcefulbees:invar_honeycomb_block", -"resourcefulbees:iron_honeycomb_block", -"resourcefulbees:lapis_honeycomb_block", -"resourcefulbees:lead_honeycomb_block", -"resourcefulbees:lumium_honeycomb_block", -"resourcefulbees:netherite_honeycomb_block", -"resourcefulbees:nether_quartz_honeycomb_block", -"resourcefulbees:nickel_honeycomb_block", -"resourcefulbees:obsidian_honeycomb_block", -"resourcefulbees:osmium_honeycomb_block", -"resourcefulbees:pigman_honeycomb_block", -"resourcefulbees:redstone_honeycomb_block", -"resourcefulbees:rgbee_honeycomb_block", -"resourcefulbees:sand_honeycomb_block", -"resourcefulbees:signalum_honeycomb_block", -"resourcefulbees:silver_honeycomb_block", -"resourcefulbees:skeleton_honeycomb_block", -"resourcefulbees:slimy_honeycomb_block", -"resourcefulbees:steel_honeycomb_block", -"resourcefulbees:tin_honeycomb_block", -"resourcefulbees:uranium_honeycomb_block", -"resourcefulbees:water_honeycomb_block", -"resourcefulbees:wither_honeycomb_block", -"resourcefulbees:zinc_honeycomb_block", -"resourcefulbees:zombie_honeycomb_block" -] -} \ No newline at end of file diff --git a/config/resourcefulbees/resources/data/resourcefulbees/tags/items/resourceful_honey_block.json b/config/resourcefulbees/resources/data/resourcefulbees/tags/items/resourceful_honey_block.json deleted file mode 100644 index f6b4104..0000000 --- a/config/resourcefulbees/resources/data/resourcefulbees/tags/items/resourceful_honey_block.json +++ /dev/null @@ -1,5 +0,0 @@ -{ -"replace": false, -"values": [ -] -} \ No newline at end of file diff --git a/config/resourcefulbees/resources/data/resourcefulbees/tags/items/resourceful_honey_bottle.json b/config/resourcefulbees/resources/data/resourcefulbees/tags/items/resourceful_honey_bottle.json deleted file mode 100644 index f6b4104..0000000 --- a/config/resourcefulbees/resources/data/resourcefulbees/tags/items/resourceful_honey_bottle.json +++ /dev/null @@ -1,5 +0,0 @@ -{ -"replace": false, -"values": [ -] -} \ No newline at end of file diff --git a/config/resourcefulbees/resources/data/resourcefulbees/tags/items/resourceful_honeycomb.json b/config/resourcefulbees/resources/data/resourcefulbees/tags/items/resourceful_honeycomb.json deleted file mode 100644 index 192dc8f..0000000 --- a/config/resourcefulbees/resources/data/resourcefulbees/tags/items/resourceful_honeycomb.json +++ /dev/null @@ -1,49 +0,0 @@ -{ -"replace": false, -"values": [ -"resourcefulbees:aluminum_honeycomb", -"resourcefulbees:blaze_honeycomb", -"resourcefulbees:brass_honeycomb", -"resourcefulbees:bronze_honeycomb", -"resourcefulbees:clay_honeycomb", -"resourcefulbees:coal_honeycomb", -"resourcefulbees:constantan_honeycomb", -"resourcefulbees:copper_honeycomb", -"resourcefulbees:creeper_honeycomb", -"resourcefulbees:diamond_honeycomb", -"resourcefulbees:electrum_honeycomb", -"resourcefulbees:emerald_honeycomb", -"resourcefulbees:ender_honeycomb", -"resourcefulbees:enderium_honeycomb", -"resourcefulbees:ghast_honeycomb", -"resourcefulbees:glowstone_honeycomb", -"resourcefulbees:gold_honeycomb", -"resourcefulbees:gravel_honeycomb", -"resourcefulbees:icy_honeycomb", -"resourcefulbees:invar_honeycomb", -"resourcefulbees:iron_honeycomb", -"resourcefulbees:lapis_honeycomb", -"resourcefulbees:lead_honeycomb", -"resourcefulbees:lumium_honeycomb", -"resourcefulbees:netherite_honeycomb", -"resourcefulbees:nether_quartz_honeycomb", -"resourcefulbees:nickel_honeycomb", -"resourcefulbees:obsidian_honeycomb", -"resourcefulbees:osmium_honeycomb", -"resourcefulbees:pigman_honeycomb", -"resourcefulbees:redstone_honeycomb", -"resourcefulbees:rgbee_honeycomb", -"resourcefulbees:sand_honeycomb", -"resourcefulbees:signalum_honeycomb", -"resourcefulbees:silver_honeycomb", -"resourcefulbees:skeleton_honeycomb", -"resourcefulbees:slimy_honeycomb", -"resourcefulbees:steel_honeycomb", -"resourcefulbees:tin_honeycomb", -"resourcefulbees:uranium_honeycomb", -"resourcefulbees:water_honeycomb", -"resourcefulbees:wither_honeycomb", -"resourcefulbees:zinc_honeycomb", -"resourcefulbees:zombie_honeycomb" -] -} \ No newline at end of file diff --git a/config/resourcefulbees/resources/data/resourcefulbees/tags/items/resourceful_honeycomb_block.json b/config/resourcefulbees/resources/data/resourcefulbees/tags/items/resourceful_honeycomb_block.json deleted file mode 100644 index 5c4b00d..0000000 --- a/config/resourcefulbees/resources/data/resourcefulbees/tags/items/resourceful_honeycomb_block.json +++ /dev/null @@ -1,49 +0,0 @@ -{ -"replace": false, -"values": [ -"resourcefulbees:aluminum_honeycomb_block", -"resourcefulbees:blaze_honeycomb_block", -"resourcefulbees:brass_honeycomb_block", -"resourcefulbees:bronze_honeycomb_block", -"resourcefulbees:clay_honeycomb_block", -"resourcefulbees:coal_honeycomb_block", -"resourcefulbees:constantan_honeycomb_block", -"resourcefulbees:copper_honeycomb_block", -"resourcefulbees:creeper_honeycomb_block", -"resourcefulbees:diamond_honeycomb_block", -"resourcefulbees:electrum_honeycomb_block", -"resourcefulbees:emerald_honeycomb_block", -"resourcefulbees:ender_honeycomb_block", -"resourcefulbees:enderium_honeycomb_block", -"resourcefulbees:ghast_honeycomb_block", -"resourcefulbees:glowstone_honeycomb_block", -"resourcefulbees:gold_honeycomb_block", -"resourcefulbees:gravel_honeycomb_block", -"resourcefulbees:icy_honeycomb_block", -"resourcefulbees:invar_honeycomb_block", -"resourcefulbees:iron_honeycomb_block", -"resourcefulbees:lapis_honeycomb_block", -"resourcefulbees:lead_honeycomb_block", -"resourcefulbees:lumium_honeycomb_block", -"resourcefulbees:netherite_honeycomb_block", -"resourcefulbees:nether_quartz_honeycomb_block", -"resourcefulbees:nickel_honeycomb_block", -"resourcefulbees:obsidian_honeycomb_block", -"resourcefulbees:osmium_honeycomb_block", -"resourcefulbees:pigman_honeycomb_block", -"resourcefulbees:redstone_honeycomb_block", -"resourcefulbees:rgbee_honeycomb_block", -"resourcefulbees:sand_honeycomb_block", -"resourcefulbees:signalum_honeycomb_block", -"resourcefulbees:silver_honeycomb_block", -"resourcefulbees:skeleton_honeycomb_block", -"resourcefulbees:slimy_honeycomb_block", -"resourcefulbees:steel_honeycomb_block", -"resourcefulbees:tin_honeycomb_block", -"resourcefulbees:uranium_honeycomb_block", -"resourcefulbees:water_honeycomb_block", -"resourcefulbees:wither_honeycomb_block", -"resourcefulbees:zinc_honeycomb_block", -"resourcefulbees:zombie_honeycomb_block" -] -} \ No newline at end of file diff --git a/config/resourcefulbees/resources/pack.mcmeta b/config/resourcefulbees/resources/pack.mcmeta deleted file mode 100644 index 3fe8e8f..0000000 --- a/config/resourcefulbees/resources/pack.mcmeta +++ /dev/null @@ -1 +0,0 @@ -{"pack":{"pack_format":6,"description":"Resourceful Bees resource pack used for lang purposes for the user to add lang for bee/items."}} \ No newline at end of file diff --git a/config/servertabinfo-server.toml b/config/servertabinfo-server.toml index b355d3c..cd9782e 100644 --- a/config/servertabinfo-server.toml +++ b/config/servertabinfo-server.toml @@ -3,7 +3,7 @@ [general] #How often should the server send tps updates to clients #Range: 100 ~ 600 - refreshTicks = 200 + refreshTicks = 100 #Only ops can see tps information, this is to stop tps hunters opOnlyMode = false diff --git a/config/simplemagnets-common.toml b/config/simplemagnets-common.toml index e994e91..af63b2f 100644 --- a/config/simplemagnets-common.toml +++ b/config/simplemagnets-common.toml @@ -9,13 +9,13 @@ #In what range should the Basic Magnet pickup items and xp? #Range: 1 ~ 20 basicMagnetRange = 5 - #In what range should the Basic Magnet pickup items and xp by default? - #Range: 1 ~ 10 - advancedMagnetRange = 8 #What is the minimum range of the Advanced Magnet? #Range: 1 ~ 20 advancedMagnetMinRange = 3 #What is the maximum range of the Advanced Magnet? #Range: 1 ~ 20 advancedMagnetMaxRange = 11 + #In what range should the Basic Magnet pickup items and xp by default? + #Range: 1 ~ 10 + advancedMagnetRange = 8 diff --git a/config/sophisticatedbackpacks-common.toml b/config/sophisticatedbackpacks-common.toml index e6da7d8..27ea4fd 100644 --- a/config/sophisticatedbackpacks-common.toml +++ b/config/sophisticatedbackpacks-common.toml @@ -2,7 +2,7 @@ #Common Settings [common] #Disable / enable any items here (disables their recipes) - enabledItems = ["void_upgrade:true", "compacting_upgrade:true", "advanced_restock_upgrade:true", "diamond_backpack:true", "smelting_upgrade:true", "filter_upgrade:true", "magnet_upgrade:true", "advanced_magnet_upgrade:true", "deposit_upgrade:true", "iron_backpack:true", "advanced_compacting_upgrade:true", "backpack:true", "feeding_upgrade:true", "advanced_pickup_upgrade:true", "everlasting_upgrade:true", "advanced_filter_upgrade:true", "inception_upgrade:true", "crafting_upgrade:true", "auto_smelting_upgrade:true", "pickup_upgrade:true", "upgrade_base:true", "refill_upgrade:true", "gold_backpack:true", "advanced_deposit_upgrade:true", "advanced_void_upgrade:true", "restock_upgrade:true"] + enabledItems = ["void_upgrade:true", "compacting_upgrade:true", "advanced_restock_upgrade:true", "diamond_backpack:true", "smelting_upgrade:true", "filter_upgrade:true", "magnet_upgrade:true", "advanced_magnet_upgrade:true", "deposit_upgrade:true", "iron_backpack:true", "advanced_compacting_upgrade:true", "backpack:true", "feeding_upgrade:true", "advanced_pickup_upgrade:true", "everlasting_upgrade:true", "advanced_filter_upgrade:true", "inception_upgrade:true", "crafting_upgrade:true", "auto_smelting_upgrade:true", "upgrade_base:true", "refill_upgrade:true", "gold_backpack:true", "advanced_deposit_upgrade:true", "advanced_void_upgrade:true", "restock_upgrade:true", "pickup_upgrade:true"] #Deposit Upgrade Settings [common.depositUpgrade] @@ -161,7 +161,7 @@ filterSlots = 9 #Number of filter slots displayed in a row #Range: 1 ~ 6 - slotsInRow = 4 + slotsInRow = 3 #Inception Upgrade Settings [common.inceptionUpgrade] diff --git a/config/theoneprobe-client.toml b/config/theoneprobe-client.toml index 2f158f8..3945873 100644 --- a/config/theoneprobe-client.toml +++ b/config/theoneprobe-client.toml @@ -89,20 +89,20 @@ harvestStyleVanilla = true #Text style. Use a comma delimited list with colors like: 'red', 'green', 'blue', ... or style codes like 'underline', 'bold', 'italic', 'strikethrough', ..." High = "gold" #Text style. Use a comma delimited list with colors like: 'red', 'green', 'blue', ... or style codes like 'underline', 'bold', 'italic', 'strikethrough', ..." + Warning = "yellow" + #Text style. Use a comma delimited list with colors like: 'red', 'green', 'blue', ... or style codes like 'underline', 'bold', 'italic', 'strikethrough', ..." + ModName = "blue,italic" + #Text style. Use a comma delimited list with colors like: 'red', 'green', 'blue', ... or style codes like 'underline', 'bold', 'italic', 'strikethrough', ..." Obsolete = "gray,strikethrough" #Text style. Use a comma delimited list with colors like: 'red', 'green', 'blue', ... or style codes like 'underline', 'bold', 'italic', 'strikethrough', ..." Progress = "white" #Text style. Use a comma delimited list with colors like: 'red', 'green', 'blue', ... or style codes like 'underline', 'bold', 'italic', 'strikethrough', ..." - ModName = "blue,italic" - #Text style. Use a comma delimited list with colors like: 'red', 'green', 'blue', ... or style codes like 'underline', 'bold', 'italic', 'strikethrough', ..." - Warning = "yellow" - #Text style. Use a comma delimited list with colors like: 'red', 'green', 'blue', ... or style codes like 'underline', 'bold', 'italic', 'strikethrough', ..." Label = "gray" #Text style. Use a comma delimited list with colors like: 'red', 'green', 'blue', ... or style codes like 'underline', 'bold', 'italic', 'strikethrough', ..." - Error = "red,bold" - #Text style. Use a comma delimited list with colors like: 'red', 'green', 'blue', ... or style codes like 'underline', 'bold', 'italic', 'strikethrough', ..." InfoImportant = "blue" #Text style. Use a comma delimited list with colors like: 'red', 'green', 'blue', ... or style codes like 'underline', 'bold', 'italic', 'strikethrough', ..." + Error = "red,bold" + #Text style. Use a comma delimited list with colors like: 'red', 'green', 'blue', ... or style codes like 'underline', 'bold', 'italic', 'strikethrough', ..." Info = "white" #Text style. Use a comma delimited list with colors like: 'red', 'green', 'blue', ... or style codes like 'underline', 'bold', 'italic', 'strikethrough', ..." Ok = "green" diff --git a/config/theoneprobe-common.toml b/config/theoneprobe-common.toml index 6f56569..d2c1aa1 100644 --- a/config/theoneprobe-common.toml +++ b/config/theoneprobe-common.toml @@ -9,7 +9,7 @@ extendedInMain = false #If true there will be a bauble version of the probe if baubles is present supportBaubles = true #If true there will be a readme note for first-time players -spawnNote = false +spawnNote = true #If true show the color of the collar of a wolf showCollarColor = true #How to display RF: 0 = do not show, 1 = show in a bar, 2 = show as text diff --git a/config/tinymobfarm.toml b/config/tinymobfarm.toml index 82d8626..9fe7121 100644 --- a/config/tinymobfarm.toml +++ b/config/tinymobfarm.toml @@ -1,7 +1,7 @@ [general] - #Mobs to be blacklisted. e.g. 'minecraft:cow' for cows. - blacklist = [] #Disable the mob farm when there is no chest/full chest to prevent loot from spilling out. Recommended on server. disableWhenChestFull = false + #Mobs to be blacklisted. e.g. 'minecraft:cow' for cows. + blacklist = [] diff --git a/config/tramplestopper-common.toml b/config/tramplestopper-common.toml index 4d12da9..d4012df 100644 --- a/config/tramplestopper-common.toml +++ b/config/tramplestopper-common.toml @@ -12,5 +12,5 @@ #Default: Normal behavior #Feather Falling: Does not get trampled with you have feather falling boots #Allowed Values: FEATHER_FALLING, NEVER, ALWAYS - type = "FEATHER_FALLING" + type = "NEVER" diff --git a/config/universalmodcore.cfg b/config/universalmodcore.cfg new file mode 100644 index 0000000..00aa170 --- /dev/null +++ b/config/universalmodcore.cfg @@ -0,0 +1,9 @@ +# Configuration File +general { + # Enable Debug Logging + B:DebugLogging=false + + # Size of each sprite in the texture sheet + I:SpriteSize=128 + +} diff --git a/config/uteamcore-client.toml b/config/uteamcore-client.toml index 1a313fc..5b9840d 100644 --- a/config/uteamcore-client.toml +++ b/config/uteamcore-client.toml @@ -2,5 +2,5 @@ #Client configuration settings [client] #If you have discord installed it will show your some details about your game as rich presence - discordRichPresence = false + discordRichPresence = true diff --git a/config/waystones-common.toml b/config/waystones-common.toml index bbe3f37..6ae3225 100644 --- a/config/waystones-common.toml +++ b/config/waystones-common.toml @@ -6,10 +6,10 @@ #Allowed Values: DEFAULT, MOSSY, SANDY, BIOME worldGenStyle = "BIOME" #NOT YET IMPLEMENTED: Set to true if waystones should be added to the generation of villages. THIS OPTION DOES NOT WORK YET. - addVillageStructure = true + addVillageStructure = false #Approximate chunk distance between waystones generated freely in world generation. Set to 0 to disable generation. #Range: > 0 worldGenFrequency = 30 #The Name Generator will pick from these names until they have all been used, then it will generate random ones again. - customWaystoneNames = ["Sandy City", "Chocolate Island", "Sahara", "The Perimeter"] + customWaystoneNames = [] diff --git a/config/worldstripper-common.toml b/config/worldstripper-common.toml deleted file mode 100644 index c05898d..0000000 --- a/config/worldstripper-common.toml +++ /dev/null @@ -1,48 +0,0 @@ - -#World Stripper Config File -[WorldStripper] - - #Stripper Settings - [WorldStripper.Stripping] - #Amount of blocks to strip in on the x-axis - #Range: 0 ~ 320 - blocks_to_strip_x = 48 - #Amount of blocks to strip in on the z-axis - #Range: 0 ~ 320 - blocks_to_strip_z = 48 - #Toggles realtime world stripping / dressing - live_stripping = true - #Should bedrock be removed? - strip_bedrock = false - #Replaces every block touched by the stripper with this block - replacement_block = "minecraft:air" - - #Stripper Profile Settings - [WorldStripper.Profiles] - #Selected profile - #Allowed Values: PROFILE_1, PROFILE_2, PROFILE_3, PROFILE_4, PROFILE_5 - profile = "PROFILE_1" - #Profile 1 - A list of blocks to strip away from the world - profile_1 = ["minecraft:dirt", "minecraft:grass", "minecraft:grass_path", "minecraft:tall_grass", "minecraft:grass_block", "minecraft:stone", "minecraft:diorite", "minecraft:granite", "minecraft:andesite", "minecraft:gravel", "minecraft:sand", "minecraft:sandstone", "minecraft:oak_log", "minecraft:dark_oak_log", "minecraft:spruce_log", "minecraft:birch_log", "minecraft:jungle_log", "minecraft:acacia_log", "minecraft:oak_leaves", "minecraft:dark_oak_leaves", "minecraft:spruce_leaves", "minecraft:birch_leaves", "minecraft:jungle_leaves", "minecraft:acacia_leaves", "minecraft:water", "minecraft:flowing_water", "minecraft:lava", "minecraft:flowing_lava", "minecraft:netherrack", "minecraft:end_stone", "minecraft:podzol", "minecraft:bamboo", "minecraft:seagrass", "minecraft:tall_seagrass"] - #Profile 2 - A list of blocks to strip away from the world - profile_2 = ["minecraft:dirt", "minecraft:grass", "minecraft:grass_path", "minecraft:tall_grass", "minecraft:grass_block", "minecraft:stone", "minecraft:diorite", "minecraft:granite", "minecraft:andesite", "minecraft:gravel", "minecraft:sand", "minecraft:sandstone", "minecraft:oak_log", "minecraft:dark_oak_log", "minecraft:spruce_log", "minecraft:birch_log", "minecraft:jungle_log", "minecraft:acacia_log", "minecraft:oak_leaves", "minecraft:dark_oak_leaves", "minecraft:spruce_leaves", "minecraft:birch_leaves", "minecraft:jungle_leaves", "minecraft:acacia_leaves", "minecraft:water", "minecraft:flowing_water", "minecraft:lava", "minecraft:flowing_lava", "minecraft:netherrack", "minecraft:end_stone", "minecraft:podzol", "minecraft:bamboo", "minecraft:seagrass", "minecraft:tall_seagrass"] - #Profile 3 - A list of blocks to strip away from the world - profile_3 = ["minecraft:dirt", "minecraft:grass", "minecraft:grass_path", "minecraft:tall_grass", "minecraft:grass_block", "minecraft:stone", "minecraft:diorite", "minecraft:granite", "minecraft:andesite", "minecraft:gravel", "minecraft:sand", "minecraft:sandstone", "minecraft:oak_log", "minecraft:dark_oak_log", "minecraft:spruce_log", "minecraft:birch_log", "minecraft:jungle_log", "minecraft:acacia_log", "minecraft:oak_leaves", "minecraft:dark_oak_leaves", "minecraft:spruce_leaves", "minecraft:birch_leaves", "minecraft:jungle_leaves", "minecraft:acacia_leaves", "minecraft:water", "minecraft:flowing_water", "minecraft:lava", "minecraft:flowing_lava", "minecraft:netherrack", "minecraft:end_stone", "minecraft:podzol", "minecraft:bamboo", "minecraft:seagrass", "minecraft:tall_seagrass"] - #Profile 4 - A list of blocks to strip away from the world - profile_4 = ["minecraft:dirt", "minecraft:grass", "minecraft:grass_path", "minecraft:tall_grass", "minecraft:grass_block", "minecraft:stone", "minecraft:diorite", "minecraft:granite", "minecraft:andesite", "minecraft:gravel", "minecraft:sand", "minecraft:sandstone", "minecraft:oak_log", "minecraft:dark_oak_log", "minecraft:spruce_log", "minecraft:birch_log", "minecraft:jungle_log", "minecraft:acacia_log", "minecraft:oak_leaves", "minecraft:dark_oak_leaves", "minecraft:spruce_leaves", "minecraft:birch_leaves", "minecraft:jungle_leaves", "minecraft:acacia_leaves", "minecraft:water", "minecraft:flowing_water", "minecraft:lava", "minecraft:flowing_lava", "minecraft:netherrack", "minecraft:end_stone", "minecraft:podzol", "minecraft:bamboo", "minecraft:seagrass", "minecraft:tall_seagrass"] - #Profile 5 - A list of blocks to strip away from the world - profile_5 = ["minecraft:dirt", "minecraft:grass", "minecraft:grass_path", "minecraft:tall_grass", "minecraft:grass_block", "minecraft:stone", "minecraft:diorite", "minecraft:granite", "minecraft:andesite", "minecraft:gravel", "minecraft:sand", "minecraft:sandstone", "minecraft:oak_log", "minecraft:dark_oak_log", "minecraft:spruce_log", "minecraft:birch_log", "minecraft:jungle_log", "minecraft:acacia_log", "minecraft:oak_leaves", "minecraft:dark_oak_leaves", "minecraft:spruce_leaves", "minecraft:birch_leaves", "minecraft:jungle_leaves", "minecraft:acacia_leaves", "minecraft:water", "minecraft:flowing_water", "minecraft:lava", "minecraft:flowing_lava", "minecraft:netherrack", "minecraft:end_stone", "minecraft:podzol", "minecraft:bamboo", "minecraft:seagrass", "minecraft:tall_seagrass"] - - #Block Update Settings - [WorldStripper.BlockUpdate] - #Calls neighborChanged on surrounding blocks (with isMoving as false) - notify_neighbors = false - #Calls for block update - block_update = true - #Stops the blocks from being marked for a render update - no_render = false - #Makes the block be re-rendered immediately, on the main thread - render_main_thread = false - #Causes neighbor updates to be sent to ALL surrounding blocks - update_neighbors = true - diff --git a/defaultconfigs/astralsorcery.toml b/defaultconfigs/astralsorcery.toml index 3f35007..e8d89b1 100644 --- a/defaultconfigs/astralsorcery.toml +++ b/defaultconfigs/astralsorcery.toml @@ -8,7 +8,7 @@ #If set to 'true' anything that prevents mobspawning !by this mod!, will also prevent EVERY natural mobspawning of any mobtype. When set to 'false' it'll only stop monsters of type 'MONSTER' from spawning. mobSpawningDenyAllTypes = false #Features generating random ores in AstralSorcery will not spawn ores from mods listed here. - modidOreBlacklist = ["create","techreborn","gregtech","mekanism","thermal","immersiveengineering","minecraft"] + modidOreBlacklist = ["create", "techreborn", "gregtech", "mekanism", "thermal", "immersiveengineering", "minecraft"] #Set this to false to prevent players from being affected by entity-related colored lens effects. doColoredLensesAffectPlayers = true @@ -687,7 +687,7 @@ [registries.amulet_enchantments] #Defines a whitelist of which enchantments can be rolled and buffed by the enchantment-amulet. The higher the weight, the more likely that roll is selected.Format: ; - amulet_enchantments = ["minecraft:protection;10", "minecraft:fire_protection;5", "minecraft:feather_falling;5", "minecraft:blast_protection;2", "minecraft:projectile_protection;5", "minecraft:respiration;2", "minecraft:aqua_affinity;2", "minecraft:thorns;1", "minecraft:depth_strider;2", "minecraft:frost_walker;2", "minecraft:soul_speed;1", "minecraft:sharpness;10", "minecraft:smite;5", "minecraft:bane_of_arthropods;5", "minecraft:knockback;5", "minecraft:fire_aspect;2", "minecraft:looting;2", "minecraft:sweeping;2", "minecraft:efficiency;10", "minecraft:silk_touch;1", "minecraft:unbreaking;5", "minecraft:fortune;2", "minecraft:power;10", "minecraft:punch;2", "minecraft:flame;2", "minecraft:infinity;1", "minecraft:luck_of_the_sea;2", "minecraft:lure;2", "minecraft:loyalty;5", "minecraft:impaling;2", "minecraft:riptide;2", "minecraft:channeling;1", "minecraft:multishot;2", "minecraft:quick_charge;5", "minecraft:piercing;10", "minecraft:mending;2", "naturesaura:aura_mending;2", "simplyjetpacks:fuel_efficiency;2", "astralsorcery:night_vision;1", "astralsorcery:scorching_heat;1", "cofh_core:holding;10", "farmersdelight:backstabbing;5", "ars_nouveau:mana_regen;5", "ars_nouveau:mana_boost;5", "ars_nouveau:reactive;1", "mana-and-artifice:aura-healing;1", "mana-and-artifice:aura-running;10", "mana-and-artifice:aura-jumping;10", "mana-and-artifice:aura-depths;10", "mana-and-artifice:aura-mining;5", "mana-and-artifice:aura-repair;1", "mana-and-artifice:bouncing;10", "mana-and-artifice:cloudstep;10", "mana-and-artifice:transitorystep;2", "apotheosis:hell_infusion;1", "apotheosis:depth_miner;2", "apotheosis:stable_footing;2", "apotheosis:scavenger;1", "apotheosis:icy_thorns;2", "apotheosis:tempting;5", "apotheosis:shield_bash;2", "apotheosis:reflective;2", "apotheosis:knowledge;2", "apotheosis:splitting;2", "apotheosis:natures_blessing;2", "apotheosis:rebounding;2", "apotheosis:magic_protection;5", "apotheosis:sea_infusion;1", "apotheosis:bane_of_illagers;5", "apotheosis:obliteration;2", "apotheosis:crescendo;2", "apotheosis:capturing;1", "apotheosis:true_infinity;1", "minecolonies:raider_damage_enchant;1"] + amulet_enchantments = ["minecraft:protection;10", "minecraft:fire_protection;5", "minecraft:feather_falling;5", "minecraft:blast_protection;2", "minecraft:projectile_protection;5", "minecraft:respiration;2", "minecraft:aqua_affinity;2", "minecraft:thorns;1", "minecraft:depth_strider;2", "minecraft:frost_walker;2", "minecraft:soul_speed;1", "minecraft:sharpness;10", "minecraft:smite;5", "minecraft:bane_of_arthropods;5", "minecraft:knockback;5", "minecraft:fire_aspect;2", "minecraft:looting;2", "minecraft:sweeping;2", "minecraft:efficiency;10", "minecraft:silk_touch;1", "minecraft:unbreaking;5", "minecraft:fortune;2", "minecraft:power;10", "minecraft:punch;2", "minecraft:flame;2", "minecraft:infinity;1", "minecraft:luck_of_the_sea;2", "minecraft:lure;2", "minecraft:loyalty;5", "minecraft:impaling;2", "minecraft:riptide;2", "minecraft:channeling;1", "minecraft:multishot;2", "minecraft:quick_charge;5", "minecraft:piercing;10", "minecraft:mending;2", "naturesaura:aura_mending;2", "simplyjetpacks:fuel_efficiency;2", "astralsorcery:night_vision;1", "astralsorcery:scorching_heat;1", "cofh_core:holding;10", "ars_nouveau:mana_regen;5", "ars_nouveau:mana_boost;5", "ars_nouveau:reactive;1", "mana-and-artifice:aura-healing;1", "mana-and-artifice:aura-running;10", "mana-and-artifice:aura-jumping;10", "mana-and-artifice:aura-depths;10", "mana-and-artifice:aura-mining;5", "mana-and-artifice:aura-repair;1", "mana-and-artifice:bouncing;10", "mana-and-artifice:cloudstep;10", "mana-and-artifice:transitorystep;2", "apotheosis:hell_infusion;1", "apotheosis:depth_miner;2", "apotheosis:stable_footing;2", "apotheosis:scavenger;1", "apotheosis:icy_thorns;2", "apotheosis:tempting;5", "apotheosis:shield_bash;2", "apotheosis:reflective;2", "apotheosis:knowledge;2", "apotheosis:splitting;2", "apotheosis:natures_blessing;2", "apotheosis:rebounding;2", "apotheosis:magic_protection;5", "apotheosis:sea_infusion;1", "apotheosis:bane_of_illagers;5", "apotheosis:obliteration;2", "apotheosis:crescendo;2", "apotheosis:capturing;1", "apotheosis:true_infinity;1", "minecolonies:raider_damage_enchant;1"] [registries.gem_attributes] #Format: ';' Defines the attributes Perk Gems can roll. @@ -695,15 +695,15 @@ [registries.perk_void_trash_ore] #Format: ';' Defines random-weighted ore-selection data. Define item-tags to select from here with associated weight. Specific mods can be blacklisted in the general AstralSorcery config in 'modidOreBlacklist'. - perk_void_trash_ore = ["forge:ores/aluminum;1200","forge:ores/apatite;700","forge:ores/mana;200", "forge:ores/bitumen;1000","forge:ores/cinnabar;500","forge:ores/coal;5200","forge:ores/copper;2000","forge:ores/diamond;120","forge:ores/dimensional;20","forge:ores/emerald;100","forge:ores/fluorite;50","forge:ores/gold;550","forge:ores/iron;2500","forge:ores/lapis;360","forge:ores/lead;1500","forge:ores/nickel;100","forge:ores/osmium;1500","forge:ores/potassium_nitrate;250","forge:ores/redstone;700","forge:ores/silver;1000","forge:ores/sulfur;300","forge:ores/tin;1800","forge:ores/uranium;400","forge:ores/zinc;1000"] + perk_void_trash_ore = ["forge:ores/aluminum;1200", "forge:ores/apatite;700", "forge:ores/mana;200", "forge:ores/bitumen;1000", "forge:ores/cinnabar;500", "forge:ores/coal;5200", "forge:ores/copper;2000", "forge:ores/diamond;120", "forge:ores/dimensional;20", "forge:ores/emerald;100", "forge:ores/fluorite;50", "forge:ores/gold;550", "forge:ores/iron;2500", "forge:ores/lapis;360", "forge:ores/lead;1500", "forge:ores/nickel;100", "forge:ores/osmium;1500", "forge:ores/potassium_nitrate;250", "forge:ores/redstone;700", "forge:ores/silver;1000", "forge:ores/sulfur;300", "forge:ores/tin;1800", "forge:ores/uranium;400", "forge:ores/zinc;1000"] [registries.perk_stone_enrichment_ore] #Format: ';' Defines random-weighted ore-selection data. Define block-tags to select from here with associated weight. Specific mods can be blacklisted in the general AstralSorcery config in 'modidOreBlacklist'. - perk_stone_enrichment_ore = ["forge:ores/aluminum;1200","forge:ores/apatite;700","forge:ores/mana;200", "forge:ores/bitumen;1000","forge:ores/cinnabar;500","forge:ores/coal;5200","forge:ores/copper;2000","forge:ores/diamond;120","forge:ores/dimensional;20","forge:ores/emerald;100","forge:ores/fluorite;50","forge:ores/gold;550","forge:ores/iron;2500","forge:ores/lapis;360","forge:ores/lead;1500","forge:ores/nickel;100","forge:ores/osmium;1500","forge:ores/potassium_nitrate;250","forge:ores/redstone;700","forge:ores/silver;1000","forge:ores/sulfur;300","forge:ores/tin;1800","forge:ores/uranium;400","forge:ores/zinc;1000"] + perk_stone_enrichment_ore = ["forge:ores/aluminum;1200", "forge:ores/apatite;700", "forge:ores/mana;200", "forge:ores/bitumen;1000", "forge:ores/cinnabar;500", "forge:ores/coal;5200", "forge:ores/copper;2000", "forge:ores/diamond;120", "forge:ores/dimensional;20", "forge:ores/emerald;100", "forge:ores/fluorite;50", "forge:ores/gold;550", "forge:ores/iron;2500", "forge:ores/lapis;360", "forge:ores/lead;1500", "forge:ores/nickel;100", "forge:ores/osmium;1500", "forge:ores/potassium_nitrate;250", "forge:ores/redstone;700", "forge:ores/silver;1000", "forge:ores/sulfur;300", "forge:ores/tin;1800", "forge:ores/uranium;400", "forge:ores/zinc;1000"] [registries.mineralis_ritual_ore] #Format: ';' Defines random-weighted ore-selection data. Define block-tags to select from here with associated weight. Specific mods can be blacklisted in the general AstralSorcery config in 'modidOreBlacklist'. - mineralis_ritual_ore = ["forge:ores/aluminum;1200","forge:ores/apatite;700","forge:ores/mana;200", "forge:ores/bitumen;1000","forge:ores/cinnabar;500","forge:ores/coal;5200","forge:ores/copper;2000","forge:ores/diamond;120","forge:ores/dimensional;20","forge:ores/emerald;100","forge:ores/fluorite;50","forge:ores/gold;550","forge:ores/iron;2500","forge:ores/lapis;360","forge:ores/lead;1500","forge:ores/nickel;100","forge:ores/osmium;1500","forge:ores/potassium_nitrate;250","forge:ores/redstone;700","forge:ores/silver;1000","forge:ores/sulfur;300","forge:ores/tin;1800","forge:ores/uranium;400","forge:ores/zinc;1000"] + mineralis_ritual_ore = ["forge:ores/aluminum;1200", "forge:ores/apatite;700", "forge:ores/mana;200", "forge:ores/bitumen;1000", "forge:ores/cinnabar;500", "forge:ores/coal;5200", "forge:ores/copper;2000", "forge:ores/diamond;120", "forge:ores/dimensional;20", "forge:ores/emerald;100", "forge:ores/fluorite;50", "forge:ores/gold;550", "forge:ores/iron;2500", "forge:ores/lapis;360", "forge:ores/lead;1500", "forge:ores/nickel;100", "forge:ores/osmium;1500", "forge:ores/potassium_nitrate;250", "forge:ores/redstone;700", "forge:ores/silver;1000", "forge:ores/sulfur;300", "forge:ores/tin;1800", "forge:ores/uranium;400", "forge:ores/zinc;1000"] [registries.entity_transmutation] #Defines the entity types the corrupted pelotrio ritual can transmute from and to. Format: ; diff --git a/defaultconfigs/compactmachines-server.toml b/defaultconfigs/compactmachines-server.toml deleted file mode 100644 index c9447d9..0000000 --- a/defaultconfigs/compactmachines-server.toml +++ /dev/null @@ -1,12 +0,0 @@ - -#Machines -[machines] - #Specifies machine breakability while players are inside. - # 'unbreakable' = Nobody can break while players are inside. - # 'owner' = Only the owner can break while players are inside. - # 'anyone' = Anyone can break while players are inside. - #Allowed Values: UNBREAKABLE, OWNER, ANYONE - breakHandling = "UNBREAKABLE" - #Allow machines to chunkload their insides when the machines are loaded. - chunkloading = true - diff --git a/defaultconfigs/computercraft-server.toml b/defaultconfigs/computercraft-server.toml new file mode 100644 index 0000000..eefb6f8 --- /dev/null +++ b/defaultconfigs/computercraft-server.toml @@ -0,0 +1,135 @@ +#The disk space limit for computers and turtles, in bytes +computer_space_limit = 1000000 +#The disk space limit for floppy disks, in bytes +floppy_space_limit = 125000 +#Set how many files a computer can have open at the same time. Set to 0 for unlimited. +#Range: > 0 +maximum_open_files = 128 +#Set this to true to disable Lua 5.1 functions that will be removed in a future update. Useful for ensuring forward compatibility of your programs now. +disable_lua51_features = false +#A comma separated list of default system settings to set on new computers. Example: "shell.autocomplete=false,lua.autocomplete=false,edit.autocomplete=false" will disable all autocompletion +default_computer_settings = "" +#Enable Lua's debug library. This is sandboxed to each computer, so is generally safe to be used by players. +debug_enabled = true +#Log exceptions thrown by peripherals and other Lua objects. +#This makes it easier for mod authors to debug problems, but may result in log spam should people use buggy methods. +log_computer_errors = true +#Require players to be in creative mode and be opped in order to interact with command computers.This is the default behaviour for vanilla's Command blocks. +command_require_creative = true + +#Controls execution behaviour of computers. This is largely intended for fine-tuning servers, and generally shouldn't need to be touched +[execution] + #Set the number of threads computers can run on. A higher number means more computers can run at once, but may induce lag. + #Please note that some mods may not work with a thread count higher than 1. Use with caution. + #Range: > 1 + computer_threads = 1 + #The maximum time that can be spent executing tasks in a single tick, in milliseconds. + #Note, we will quite possibly go over this limit, as there's no way to tell how long a will take - this aims to be the upper bound of the average time. + #Range: > 1 + max_main_global_time = 10 + #The ideal maximum time a computer can execute for in a tick, in milliseconds. + #Note, we will quite possibly go over this limit, as there's no way to tell how long a will take - this aims to be the upper bound of the average time. + #Range: > 1 + max_main_computer_time = 5 + +#Controls the HTTP API +[http] + #Enable the "http" API on Computers (see "rules" for more fine grained control than this). + enabled = true + #Enable use of http websockets. This requires the "http_enable" option to also be true. + websocket_enabled = true + #The number of http requests a computer can make at one time. Additional requests will be queued, and sent when the running requests have finished. Set to 0 for unlimited. + #Range: > 0 + max_requests = 16 + #The number of websockets a computer can have open at one time. Set to 0 for unlimited. + #Range: > 1 + max_websockets = 4 + + #A list of rules which control behaviour of the "http" API for specific domains or IPs. + #Each rule is an item with a 'host' to match against, and a series of properties. The host may be a domain name ("pastebin.com"), + #wildcard ("*.pastebin.com") or CIDR notation ("127.0.0.0/8"). If no rules, the domain is blocked. + [[http.rules]] + host = "$private" + action = "deny" + + [[http.rules]] + #The maximum size (in bytes) that a computer can send or receive in one websocket packet. + max_websocket_message = 131072 + host = "*" + #The maximum size (in bytes) that a computer can upload in a single request. This includes headers and POST text. + max_upload = 4194304 + action = "allow" + #The maximum size (in bytes) that a computer can download in a single request. Note that responses may receive more data than allowed, but this data will not be returned to the client. + max_download = 16777216 + #The period of time (in milliseconds) to wait before a HTTP request times out. Set to 0 for unlimited. + timeout = 30000 + +#Various options relating to peripherals. +[peripheral] + #Enable Command Block peripheral support + command_block_enabled = false + #The range of Wireless Modems at low altitude in clear weather, in meters + #Range: 0 ~ 100000 + modem_range = 64 + #The range of Wireless Modems at maximum altitude in clear weather, in meters + #Range: 0 ~ 100000 + modem_high_altitude_range = 384 + #The range of Wireless Modems at low altitude in stormy weather, in meters + #Range: 0 ~ 100000 + modem_range_during_storm = 64 + #The range of Wireless Modems at maximum altitude in stormy weather, in meters + #Range: 0 ~ 100000 + modem_high_altitude_range_during_storm = 384 + #Maximum amount of notes a speaker can play at once + #Range: > 1 + max_notes_per_tick = 8 + #The limit to how much monitor data can be sent *per tick*. Note: + # - Bandwidth is measured before compression, so the data sent to the client is smaller. + # - This ignores the number of players a packet is sent to. Updating a monitor for one player consumes the same bandwidth limit as sending to 20. + # - A full sized monitor sends ~25kb of data. So the default (1MB) allows for ~40 monitors to be updated in a single tick. + #Set to 0 to disable. + #Range: > 0 + monitor_bandwidth = 1000000 + +#Various options relating to turtles. +[turtle] + #Set whether Turtles require fuel to move + need_fuel = true + #The fuel limit for Turtles + #Range: > 0 + normal_fuel_limit = 20000 + #The fuel limit for Advanced Turtles + #Range: > 0 + advanced_fuel_limit = 100000 + #If set to true, Turtles will be unable to build, dig, or enter protected areas (such as near the server spawn point) + obey_block_protection = true + #If set to true, Turtles will push entities out of the way instead of stopping if there is space to do so + can_push = true + #A list of turtle actions which are disabled. + disabled_actions = [] + +#Configure the size of various computer's terminals. +#Larger terminals require more bandwidth, so use with care. +[term_sizes] + + #Terminal size of computers + [term_sizes.computer] + #Range: 1 ~ 255 + width = 51 + #Range: 1 ~ 255 + height = 19 + + #Terminal size of pocket computers + [term_sizes.pocket_computer] + #Range: 1 ~ 255 + width = 26 + #Range: 1 ~ 255 + height = 20 + + #Maximum size of monitors (in blocks) + [term_sizes.monitor] + #Range: 1 ~ 32 + width = 8 + #Range: 1 ~ 32 + height = 6 + diff --git a/defaultconfigs/engineersdecor-server.toml b/defaultconfigs/engineersdecor-server.toml index 1b869fc..15ad043 100644 --- a/defaultconfigs/engineersdecor-server.toml +++ b/defaultconfigs/engineersdecor-server.toml @@ -20,8 +20,6 @@ without_walls = false #Disable all mod stairs blocks. without_stairs = false - #Disable IE concrete wall. - without_ie_concrete_wall = false #Disable panzer glass and derived blocks. without_panzer_glass = false #Disable crafting table. @@ -50,8 +48,6 @@ without_crafting_table_history = false #Disable check valve, and redstone controlled valves. without_valves = false - #Disable the passive fluid accumulator. - without_passive_fluid_accumulator = false #Disable item disposal/trash/void incinerator device. without_waste_incinerator = false #Disable decorative sign plates (caution, hazards, etc). @@ -86,19 +82,13 @@ without_poles = false #Disable horizontal supports like the double-T support. without_hsupports = false - #Disable all internal recipes, allowing to use alternative pack recipes. - without_recipes = false #Disable all fences and fence gates. without_fences = false #Miscellaneous settings [server.miscellaneous] - #Enables experimental features. Use at own risk. - with_experimental = false #Disable directly picking up layers from slabs and slab slices by left clicking while looking up/down. without_direct_slab_pickup = false - #Enable that devices are dropped as item also in creative mode, allowing to relocate them with contents and settings. - with_creative_mode_device_drops = false #Tweaks [server.tweaks] @@ -117,8 +107,6 @@ #Defines, in percent, probable it is that a mob leaves a chair when sitting on it. The 'dice is rolled' about every 20 ticks. There is also a minimum Sitting time of about 3s. The config value can be changed on-the-fly for tuning. #Range: 0.001 ~ 10.0 chair_mob_standup_probability_percent = 1.0 - #Enables small quick-move arrows from/to player/block storage. Makes the UI a bit too busy, therefore disabled by default. - with_crafting_quickmove_buttons = false #Disables increasing/decreasing the crafting grid items by scrolling over the crafting result slot. without_crafting_mouse_scrolling = false #Defines how many millibuckets can be transferred (per tick) through the valves. That is technically the 'storage size' specified for blocks that want to fill fluids into the valve (the valve has no container and forward that to the output block), The value can be changed on-the-fly for tuning. diff --git a/defaultconfigs/forge-server.toml b/defaultconfigs/forge-server.toml index d586ac9..70fb280 100644 --- a/defaultconfigs/forge-server.toml +++ b/defaultconfigs/forge-server.toml @@ -22,9 +22,6 @@ dimensionUnloadQueueDelay = 0 #Vanilla will treat crafting recipes using empty tags as air, and allow you to craft with nothing in that slot. This changes empty tags to use BARRIER as the item. To prevent crafting with air. treatEmptyTagsAsAir = false - #Controls the number threshold at which Packet51 is preferred over Packet52, default and minimum 64, maximum 1024. - #Range: 64 ~ 1024 - clumpingThreshold = 64 #Fix advancement loading to use a proper topological sort. This may have visibility side-effects and can thus be turned off if needed for data-pack compatibility. fixAdvancementLoading = true diff --git a/defaultconfigs/immersiveengineering-server.toml b/defaultconfigs/immersiveengineering-server.toml index 4730e67..0419f00 100644 --- a/defaultconfigs/immersiveengineering-server.toml +++ b/defaultconfigs/immersiveengineering-server.toml @@ -267,9 +267,6 @@ #A modifier to apply to the energy costs of every refinery recipe #Range: 0.001 ~ 1000.0 energyModifier = 1.0 - #A modifier to apply to the time of every refinery recipe - #Range: 0.001 ~ 1000.0 - timeModifier = 1.0 [machines.auto_workbench] #A modifier to apply to the energy costs of every auto workbench recipe diff --git a/kubejs/client_scripts/global_constants.js b/kubejs/client_scripts/global_constants.js deleted file mode 100644 index 4ed4530..0000000 --- a/kubejs/client_scripts/global_constants.js +++ /dev/null @@ -1,73 +0,0 @@ -const disabledItems = [ - 'bloodmagic:sand_netherite', - 'bloodmagic:gravel_netherite_scrap', - 'bloodmagic:fragment_netherite_scrap', - - 'quark:pipe', - 'quark:potato_crate', - 'quark:beetroot_crate', - 'quark:carrot_crate', - - 'thermal:beetroot_block', - 'thermal:carrot_block', - 'thermal:potato_block', - 'thermal:sugar_cane_block' -]; -const materialsToUnify = [ - 'iron', - 'gold', - 'copper', - 'silver', - 'zinc', - 'brass', - 'lead', - 'tin', - 'compressed_iron', - 'nickel', - 'aluminum', - 'uranium', - 'bronze', - 'electrum', - 'constantan', - 'steel', - 'osmium', - 'diamond', - 'lapis', - 'emerald', - 'quartz', - 'coal', - 'charcoal', - 'obsidian', - 'ender', - 'fluix', - 'saltpeter', - 'fluorite', - 'invar', - 'signalum', - 'lumium', - 'enderium', - 'sulfur', - 'cinnabar', - 'niter', - 'potassium_nitrate', - 'saltpeter', - 'apatite', - 'bitumen', - 'redstone', - 'glowstone', - 'arcane', - 'mana', - 'certus_quartz', - 'charged_certus_quartz', - 'iesnium', - 'dimensional', - 'cloggrum', - 'froststeel', - 'regalium', - 'utherium', - 'coal_coke', - 'starmetal' -]; - -global.materialsToUnify = materialsToUnify; -global.disabledItems = disabledItems; diff --git a/kubejs/client_scripts/item_modifiers/constants.js b/kubejs/client_scripts/item_modifiers/constants.js deleted file mode 100644 index e69de29..0000000 diff --git a/kubejs/client_scripts/item_modifiers/jei_descriptions.js b/kubejs/client_scripts/item_modifiers/jei_descriptions.js deleted file mode 100644 index dc4e077..0000000 --- a/kubejs/client_scripts/item_modifiers/jei_descriptions.js +++ /dev/null @@ -1,24 +0,0 @@ -events.listen('jei.information', (event) => { - var data = { - items: [ - { - item: 'astralsorcery:stardust', - description: [ - 'Obtained by left-clicking a Starmetal Ingot in-world. See the Astral Tome for more information.' - ] - } - ] -}; - -data.items.forEach(function (item) { - event.add(item.item, item.description); -}); - - - global.disabledItems.forEach((item) => { - event.add( - item, - "This item has been disabled, if you managed to obtain it please report it on Enigmatica 6's issue tracker: https://github.com/NillerMedDild/Enigmatica6/issues" - ); - }); -}); diff --git a/kubejs/client_scripts/item_modifiers/jei_hide.js b/kubejs/client_scripts/item_modifiers/jei_hide.js deleted file mode 100644 index 81e0c89..0000000 --- a/kubejs/client_scripts/item_modifiers/jei_hide.js +++ /dev/null @@ -1,99 +0,0 @@ -events.listen('jei.hide.items', (event) => { - global.materialsToUnify.forEach((material) => { - if (material == 'iesnium' || material == 'graphite' || material == 'hop_graphite') { - return; - } - itemsToHide.push( - 'immersiveengineering:ingot_' + material, - 'immersiveengineering:dust_' + material, - 'immersiveengineering:nugget_' + material, - 'mekanism:nugget_' + material, - 'mekanism:dust_' + material, - 'mekanism:ingot_' + material, - 'mekanism:block_' + material - ); - }); - - var itemsToHide = [ - 'ars_nouveau:arcane_brick', - 'ars_nouveau:arcane_ore', - 'bloodmagic:coalsand', - 'bloodmagic:saltpeter', - 'bloodmagic:sulfur', - 'create:powdered_obsidian', - 'create:honey_bucket', - 'immersiveengineering:dust_saltpeter', - 'immersiveengineering:dust_wood', - 'morevanillalib:obsidian_shard', - 'powah:uraninite_ore', - 'powah:uraninite_ore_dense', - 'powah:uraninite_ore_poor', - 'powah:uraninite_raw', - 'powah:uraninite_raw_dense', - 'powah:uraninite_raw_poor', - 'quark:biotite', - 'quark:biotite_ore', - 'quark:tallow', - 'thermal:coal_coke', - 'thermal:coal_coke_block', - 'thermal:ender_pearl_dust', - 'thermal:sawdust' - ]; - - itemsToHide.forEach((disabledItem) => { - if (!item.of(disabledItem).isEmpty()) { - event.hide(disabledItem); - } - }); - - global.disabledItems.forEach((disabledItem) => { - if (!item.of(disabledItem).isEmpty()) { - event.hide(disabledItem); - } - }); - - var regexHide = [ - /emendatusenigmatica:\w+_andesite_ore/, - /emendatusenigmatica:\w+_gabbro_ore/, - /emendatusenigmatica:\w+_c_limestone_ore/, - /emendatusenigmatica:\w+_scoria_ore/, - /emendatusenigmatica:\w+_weathered_limestone_ore/, - /emendatusenigmatica:\w+_jasper_ore/, - /emendatusenigmatica:\w+_marble_ore/, - /emendatusenigmatica:\w+_slate_ore/, - /emendatusenigmatica:\w+_netherrack_ore/, - /emendatusenigmatica:\w+_blackstone_ore/, - /emendatusenigmatica:\w+_end_stone_ore/, - /emendatusenigmatica:\w+_mossy_stone_ore/, - /emendatusenigmatica:\w+_granite_ore/, - /emendatusenigmatica:\w+_diorite_ore/, - /emendatusenigmatica:\w+_sand_ore/, - /emendatusenigmatica:\w+_gravel_ore/, - /titanium:\w+_gear/, - /thermal:\w+_dust/, - /thermal:\w+_gear/, - /thermal:\w+_ingot/, - /thermal:\w+_nugget/, - /thermal:\w+_ore/, - /thermal:\w+_plate/, - /mekanism:\w+_ore/, - /minecraft:\w+_ore/, - /immersiveengineering:plate_/, - /immersiveengineering:stick_/, - /create:\w+_sheet/, - /create:\w+_nugget/, - /create:\w+_ingot/, - /create:\w+_ore/, - /emendatusenigmatica:\w+certus/, - /emendatusenigmatica:\w+fluix/, - /rftoolsbase:dimensionalshard/ - ]; - regexHide.forEach((regexExpression) => { - event.hide(regexExpression); - }); -}); - -onEvent('jei.hide.fluids', (event) => { - event.hide('cofh_core:honey'); - event.hide('create:honey'); -}); diff --git a/kubejs/client_scripts/script.js b/kubejs/client_scripts/script.js new file mode 100644 index 0000000..ceb40ba --- /dev/null +++ b/kubejs/client_scripts/script.js @@ -0,0 +1,8 @@ +// priority: 0 + +console.info('Hello, World! (You will see this line every time client resources reload)') + +onEvent('jei.hide.items', event => { + // Hide items in JEI here + // event.hide('minecraft:cobblestone') +}) \ No newline at end of file diff --git a/kubejs/config/client.properties b/kubejs/config/client.properties index 602391e..9fd717a 100644 --- a/kubejs/config/client.properties +++ b/kubejs/config/client.properties @@ -1,12 +1,12 @@ #KubeJS Client Properties -#Sun Jan 24 12:55:56 CET 2021 +#Thu Jan 28 20:56:07 CET 2021 fmlLogColor=ECEFF4 barBorderColor=ECEFF4 overrideColors=false fmlMemoryColor=ECEFF4 barColor=ECEFF4 showTagNames=true -disableRecipeBook=true +disableRecipeBook=false title= exportAtlases=false backgroundColor=2E3440 diff --git a/kubejs/config/common.properties b/kubejs/config/common.properties index 822cb57..27e4a1b 100644 --- a/kubejs/config/common.properties +++ b/kubejs/config/common.properties @@ -1,5 +1,4 @@ #KubeJS Common Properties -#Sun Jan 24 12:56:02 CET 2021 -exportVisualizerData=false +#Thu Jan 28 20:56:12 CET 2021 hideServerScriptErrors=false serverOnly=false diff --git a/kubejs/data/botanytrees/recipes/quark/red_blossom_sapling.json b/kubejs/data/botanytrees/recipes/quark/red_blossom_sapling.json deleted file mode 100644 index e5f5bf6..0000000 --- a/kubejs/data/botanytrees/recipes/quark/red_blossom_sapling.json +++ /dev/null @@ -1,47 +0,0 @@ -{ - "type": "botanypots:crop", - "conditions": [ - { - "type": "forge:mod_loaded", - "modid": "quark" - }, - { - "type": "forge:item_exists", - "item": "quark:red_blossom_sapling" - } - ], - "seed": { - "item": "quark:red_blossom_sapling" - }, - "categories": ["dirt"], - "growthTicks": 2400, - "display": { - "block": "quark:red_blossom_sapling" - }, - "results": [ - { - "chance": 0.5, - "output": { - "item": "minecraft:spruce_log" - }, - "minRolls": 1, - "maxRolls": 1 - }, - { - "chance": 0.1, - "output": { - "item": "minecraft:stick" - }, - "minRolls": 1, - "maxRolls": 2 - }, - { - "chance": 0.05, - "output": { - "item": "quark:red_blossom_sapling" - }, - "minRolls": 1, - "maxRolls": 1 - } - ] -} diff --git a/kubejs/data/create/recipes/blockzapper_upgrade/gold_accelerator.json b/kubejs/data/create/recipes/blockzapper_upgrade/gold_accelerator.json deleted file mode 100644 index 8ae2618..0000000 --- a/kubejs/data/create/recipes/blockzapper_upgrade/gold_accelerator.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "create:blockzapper_upgrade", - "pattern": ["SE", "BS"], - "key": { - "B": { - "tag": "forge:ingots/brass" - }, - "S": { - "item": "minecraft:sugar" - }, - "E": { - "item": "create:handheld_blockzapper" - } - }, - "result": { - "item": "create:handheld_blockzapper", - "count": 1 - }, - "component": "Accelerator", - "tier": "Brass" -} diff --git a/kubejs/data/create/recipes/blockzapper_upgrade/gold_amplifier.json b/kubejs/data/create/recipes/blockzapper_upgrade/gold_amplifier.json deleted file mode 100644 index d19371b..0000000 --- a/kubejs/data/create/recipes/blockzapper_upgrade/gold_amplifier.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "create:blockzapper_upgrade", - "pattern": ["E ", "BR"], - "key": { - "B": { - "tag": "forge:ingots/brass" - }, - "R": { - "item": "create:refined_radiance" - }, - "E": { - "item": "create:handheld_blockzapper" - } - }, - "result": { - "item": "create:handheld_blockzapper", - "count": 1 - }, - "component": "Amplifier", - "tier": "Brass" -} diff --git a/kubejs/data/create/recipes/blockzapper_upgrade/gold_body.json b/kubejs/data/create/recipes/blockzapper_upgrade/gold_body.json deleted file mode 100644 index 628695b..0000000 --- a/kubejs/data/create/recipes/blockzapper_upgrade/gold_body.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "type": "create:blockzapper_upgrade", - "pattern": [" B ", "BEB", " B "], - "key": { - "B": { - "tag": "forge:ingots/brass" - }, - "E": { - "item": "create:handheld_blockzapper" - } - }, - "result": { - "item": "create:handheld_blockzapper", - "count": 1 - }, - "component": "Body", - "tier": "Brass" -} diff --git a/kubejs/data/create/recipes/blockzapper_upgrade/gold_retriever.json b/kubejs/data/create/recipes/blockzapper_upgrade/gold_retriever.json deleted file mode 100644 index 9a6943d..0000000 --- a/kubejs/data/create/recipes/blockzapper_upgrade/gold_retriever.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "create:blockzapper_upgrade", - "pattern": ["E ", "BR"], - "key": { - "B": { - "tag": "forge:ingots/brass" - }, - "R": { - "tag": "forge:dusts/redstone" - }, - "E": { - "item": "create:handheld_blockzapper" - } - }, - "result": { - "item": "create:handheld_blockzapper", - "count": 1 - }, - "component": "Retriever", - "tier": "Brass" -} diff --git a/kubejs/data/create/recipes/blockzapper_upgrade/gold_scope.json b/kubejs/data/create/recipes/blockzapper_upgrade/gold_scope.json deleted file mode 100644 index 1a3c98e..0000000 --- a/kubejs/data/create/recipes/blockzapper_upgrade/gold_scope.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "create:blockzapper_upgrade", - "pattern": ["GBG", " E "], - "key": { - "B": { - "tag": "forge:ingots/brass" - }, - "G": { - "tag": "forge:glass" - }, - "E": { - "item": "create:handheld_blockzapper" - } - }, - "result": { - "item": "create:handheld_blockzapper", - "count": 1 - }, - "component": "Scope", - "tier": "Brass" -} diff --git a/kubejs/data/create/recipes/blockzapper_upgrade/purpur_scope.json b/kubejs/data/create/recipes/blockzapper_upgrade/purpur_scope.json deleted file mode 100644 index 397e01e..0000000 --- a/kubejs/data/create/recipes/blockzapper_upgrade/purpur_scope.json +++ /dev/null @@ -1,21 +0,0 @@ -{ - "type": "create:blockzapper_upgrade", - "pattern": ["GBG", " E "], - "key": { - "B": { - "item": "create:chromatic_compound" - }, - "G": { - "tag": "forge:glass" - }, - "E": { - "item": "create:handheld_blockzapper" - } - }, - "result": { - "item": "create:handheld_blockzapper", - "count": 1 - }, - "component": "Scope", - "tier": "Chromatic" -} diff --git a/kubejs/data/create/recipes/emptying/honey_bottle.json b/kubejs/data/create/recipes/emptying/honey_bottle.json deleted file mode 100644 index f1399bc..0000000 --- a/kubejs/data/create/recipes/emptying/honey_bottle.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "create:emptying", - "ingredients": [ - { - "item": "minecraft:honey_bottle" - } - ], - "results": [ - { - "item": "minecraft:glass_bottle" - }, - { - "fluid": "resourcefulbees:honey", - "amount": 250 - } - ] -} diff --git a/kubejs/data/create/recipes/filling/honey_bottle.json b/kubejs/data/create/recipes/filling/honey_bottle.json deleted file mode 100644 index 384e37d..0000000 --- a/kubejs/data/create/recipes/filling/honey_bottle.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "create:filling", - "ingredients": [ - { - "item": "minecraft:glass_bottle" - }, - { - "fluid": "resourcefulbees:honey", - "amount": 250 - } - ], - "results": [ - { - "item": "minecraft:honey_bottle" - } - ] -} diff --git a/kubejs/data/mekanism/recipes/compat/biomesoplenty/sawing/log/cherry.json b/kubejs/data/mekanism/recipes/compat/biomesoplenty/sawing/log/cherry.json deleted file mode 100644 index 5b9eb20..0000000 --- a/kubejs/data/mekanism/recipes/compat/biomesoplenty/sawing/log/cherry.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "mekanism:sawing", - "conditions": [{ "modid": "biomesoplenty", "type": "forge:mod_loaded" }], - "input": { "ingredient": { "tag": "biomesoplenty:cherry_logs" } }, - "mainOutput": { "item": "biomesoplenty:cherry_planks", "count": 6 }, - "secondaryOutput": { "item": "emendatusenigmatica:wood_dust" }, - "secondaryChance": 0.25 -} diff --git a/kubejs/data/mekanism/recipes/compat/biomesoplenty/sawing/log/dead.json b/kubejs/data/mekanism/recipes/compat/biomesoplenty/sawing/log/dead.json deleted file mode 100644 index edc0386..0000000 --- a/kubejs/data/mekanism/recipes/compat/biomesoplenty/sawing/log/dead.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "type": "mekanism:sawing", - "conditions": [{ "modid": "biomesoplenty", "type": "forge:mod_loaded" }], - "input": { "ingredient": { "tag": "biomesoplenty:dead_logs" } }, - "mainOutput": { "item": "biomesoplenty:dead_planks", "count": 6 }, - "secondaryOutput": { "item": "emendatusenigmatica:wood_dust" }, - "secondaryChance": 0.25 -} diff --git a/kubejs/data/minecraft/loot_tables/blocks/coal_ore.json b/kubejs/data/minecraft/loot_tables/blocks/coal_ore.json deleted file mode 100644 index d9556e4..0000000 --- a/kubejs/data/minecraft/loot_tables/blocks/coal_ore.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ], - "name": "emendatusenigmatica:coal_chunk" - }, - { - "type": "minecraft:item", - "functions": [ - { - "function": "minecraft:apply_bonus", - "enchantment": "minecraft:fortune", - "formula": "minecraft:ore_drops" - }, - { - "function": "minecraft:explosion_decay" - } - ], - "name": "minecraft:coal" - } - ] - } - ] - } - ] -} diff --git a/kubejs/data/minecraft/loot_tables/blocks/diamond_ore.json b/kubejs/data/minecraft/loot_tables/blocks/diamond_ore.json deleted file mode 100644 index 92a096f..0000000 --- a/kubejs/data/minecraft/loot_tables/blocks/diamond_ore.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ], - "name": "emendatusenigmatica:diamond_chunk" - }, - { - "type": "minecraft:item", - "functions": [ - { - "function": "minecraft:apply_bonus", - "enchantment": "minecraft:fortune", - "formula": "minecraft:ore_drops" - }, - { - "function": "minecraft:explosion_decay" - } - ], - "name": "minecraft:diamond" - } - ] - } - ] - } - ] -} diff --git a/kubejs/data/minecraft/loot_tables/blocks/emerald_ore.json b/kubejs/data/minecraft/loot_tables/blocks/emerald_ore.json deleted file mode 100644 index 0c7a535..0000000 --- a/kubejs/data/minecraft/loot_tables/blocks/emerald_ore.json +++ /dev/null @@ -1,48 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ], - "name": "emendatusenigmatica:emerald_chunk" - }, - { - "type": "minecraft:item", - "functions": [ - { - "function": "minecraft:apply_bonus", - "enchantment": "minecraft:fortune", - "formula": "minecraft:ore_drops" - }, - { - "function": "minecraft:explosion_decay" - } - ], - "name": "minecraft:emerald" - } - ] - } - ] - } - ] -} diff --git a/kubejs/data/minecraft/loot_tables/blocks/gold_ore.json b/kubejs/data/minecraft/loot_tables/blocks/gold_ore.json deleted file mode 100644 index 9e065bc..0000000 --- a/kubejs/data/minecraft/loot_tables/blocks/gold_ore.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "emendatusenigmatica:gold_chunk" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} diff --git a/kubejs/data/minecraft/loot_tables/blocks/iron_ore.json b/kubejs/data/minecraft/loot_tables/blocks/iron_ore.json deleted file mode 100644 index 59325bc..0000000 --- a/kubejs/data/minecraft/loot_tables/blocks/iron_ore.json +++ /dev/null @@ -1,19 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:item", - "name": "emendatusenigmatica:iron_chunk" - } - ], - "conditions": [ - { - "condition": "minecraft:survives_explosion" - } - ] - } - ] -} diff --git a/kubejs/data/minecraft/loot_tables/blocks/lapis_ore.json b/kubejs/data/minecraft/loot_tables/blocks/lapis_ore.json deleted file mode 100644 index 1516ed5..0000000 --- a/kubejs/data/minecraft/loot_tables/blocks/lapis_ore.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ], - "name": "emendatusenigmatica:lapis_chunk" - }, - { - "type": "minecraft:item", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 4.0, - "max": 9.0, - "type": "minecraft:uniform" - } - }, - { - "function": "minecraft:apply_bonus", - "enchantment": "minecraft:fortune", - "formula": "minecraft:ore_drops" - }, - { - "function": "minecraft:explosion_decay" - } - ], - "name": "minecraft:lapis_lazuli" - } - ] - } - ] - } - ] -} diff --git a/kubejs/data/minecraft/loot_tables/blocks/redstone_ore.json b/kubejs/data/minecraft/loot_tables/blocks/redstone_ore.json deleted file mode 100644 index debc8e4..0000000 --- a/kubejs/data/minecraft/loot_tables/blocks/redstone_ore.json +++ /dev/null @@ -1,56 +0,0 @@ -{ - "type": "minecraft:block", - "pools": [ - { - "rolls": 1, - "entries": [ - { - "type": "minecraft:alternatives", - "children": [ - { - "type": "minecraft:item", - "conditions": [ - { - "condition": "minecraft:match_tool", - "predicate": { - "enchantments": [ - { - "enchantment": "minecraft:silk_touch", - "levels": { - "min": 1 - } - } - ] - } - } - ], - "name": "emendatusenigmatica:redstone_chunk" - }, - { - "type": "minecraft:item", - "functions": [ - { - "function": "minecraft:set_count", - "count": { - "min": 4.0, - "max": 5.0, - "type": "minecraft:uniform" - } - }, - { - "function": "minecraft:apply_bonus", - "enchantment": "minecraft:fortune", - "formula": "minecraft:ore_drops" - }, - { - "function": "minecraft:explosion_decay" - } - ], - "name": "minecraft:redstone" - } - ] - } - ] - } - ] -} diff --git a/kubejs/data/thermal/recipes/machine/bottler/bottler_honey_bottle.json b/kubejs/data/thermal/recipes/machine/bottler/bottler_honey_bottle.json deleted file mode 100644 index b575e06..0000000 --- a/kubejs/data/thermal/recipes/machine/bottler/bottler_honey_bottle.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "type": "thermal:bottler", - "ingredient": [ - { - "item": "minecraft:glass_bottle" - }, - { - "fluid": "resourcefulbees:honey", - "amount": 250 - } - ], - "result": [ - { - "item": "minecraft:honey_bottle" - } - ] -} diff --git a/kubejs/data/thermal/recipes/machine/chiller/chiller_honey_to_honey_block.json b/kubejs/data/thermal/recipes/machine/chiller/chiller_honey_to_honey_block.json deleted file mode 100644 index 33553c4..0000000 --- a/kubejs/data/thermal/recipes/machine/chiller/chiller_honey_to_honey_block.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "thermal:chiller", - "ingredient": { - "fluid": "resourcefulbees:honey", - "amount": 1000 - }, - "result": [ - { - "item": "minecraft:honey_block" - } - ], - "energy": 2000 -} diff --git a/kubejs/data/thermal/recipes/machine/crucible/crucible_honey_block_to_honey.json b/kubejs/data/thermal/recipes/machine/crucible/crucible_honey_block_to_honey.json deleted file mode 100644 index 5621822..0000000 --- a/kubejs/data/thermal/recipes/machine/crucible/crucible_honey_block_to_honey.json +++ /dev/null @@ -1,13 +0,0 @@ -{ - "type": "thermal:crucible", - "ingredient": { - "item": "minecraft:honey_block" - }, - "result": [ - { - "fluid": "resourcefulbees:honey", - "amount": 1000 - } - ], - "energy": 2000 -} diff --git a/kubejs/exported/tags/blocks.txt b/kubejs/exported/tags/blocks.txt index 3ea62b1..617199d 100644 --- a/kubejs/exported/tags/blocks.txt +++ b/kubejs/exported/tags/blocks.txt @@ -1,4 +1,4 @@ -To refresh this file, delete it and run /reload command again! Last updated: Jan 28, 2021 8:40:44 PM +To refresh this file, delete it and run /reload command again! Last updated: Jan 28, 2021 8:59:25 PM #darkutils:trap - darkutils:rune_slowness diff --git a/kubejs/exported/tags/enchantments.txt b/kubejs/exported/tags/enchantments.txt index 42c15ee..cda8bba 100644 --- a/kubejs/exported/tags/enchantments.txt +++ b/kubejs/exported/tags/enchantments.txt @@ -1 +1 @@ -To refresh this file, delete it and run /reload command again! Last updated: Jan 28, 2021 8:40:44 PM +To refresh this file, delete it and run /reload command again! Last updated: Jan 28, 2021 8:59:25 PM diff --git a/kubejs/exported/tags/entity_types.txt b/kubejs/exported/tags/entity_types.txt index cfea74f..50d4264 100644 --- a/kubejs/exported/tags/entity_types.txt +++ b/kubejs/exported/tags/entity_types.txt @@ -1,4 +1,4 @@ -To refresh this file, delete it and run /reload command again! Last updated: Jan 28, 2021 8:40:44 PM +To refresh this file, delete it and run /reload command again! Last updated: Jan 28, 2021 8:59:25 PM #minecraft:impact_projectiles - #minecraft:arrows diff --git a/kubejs/exported/tags/fluids.txt b/kubejs/exported/tags/fluids.txt index 03f4279..7325433 100644 --- a/kubejs/exported/tags/fluids.txt +++ b/kubejs/exported/tags/fluids.txt @@ -1,4 +1,4 @@ -To refresh this file, delete it and run /reload command again! Last updated: Jan 28, 2021 8:40:44 PM +To refresh this file, delete it and run /reload command again! Last updated: Jan 28, 2021 8:59:25 PM #forge:oxygen - mekanism:oxygen diff --git a/kubejs/exported/tags/functions.txt b/kubejs/exported/tags/functions.txt index 3bd61fa..cb0637e 100644 --- a/kubejs/exported/tags/functions.txt +++ b/kubejs/exported/tags/functions.txt @@ -1 +1 @@ -To refresh this file, delete it and run /reload command again! Last updated: Jan 28, 2021 8:40:51 PM +To refresh this file, delete it and run /reload command again! Last updated: Jan 28, 2021 8:59:29 PM diff --git a/kubejs/exported/tags/gases.txt b/kubejs/exported/tags/gases.txt index 9f2384d..e3a262e 100644 --- a/kubejs/exported/tags/gases.txt +++ b/kubejs/exported/tags/gases.txt @@ -1,4 +1,4 @@ -To refresh this file, delete it and run /reload command again! Last updated: Jan 28, 2021 8:40:44 PM +To refresh this file, delete it and run /reload command again! Last updated: Jan 28, 2021 8:59:25 PM #mekanism:waste_barrel_decay_blacklist - mekanism:plutonium diff --git a/kubejs/exported/tags/infuse_types.txt b/kubejs/exported/tags/infuse_types.txt index ae60f03..d2ea509 100644 --- a/kubejs/exported/tags/infuse_types.txt +++ b/kubejs/exported/tags/infuse_types.txt @@ -1,4 +1,4 @@ -To refresh this file, delete it and run /reload command again! Last updated: Jan 28, 2021 8:40:44 PM +To refresh this file, delete it and run /reload command again! Last updated: Jan 28, 2021 8:59:25 PM #mekanism:fungi - mekanism:fungi diff --git a/kubejs/exported/tags/items.txt b/kubejs/exported/tags/items.txt index 9ee77ae..07d5685 100644 --- a/kubejs/exported/tags/items.txt +++ b/kubejs/exported/tags/items.txt @@ -1,4 +1,4 @@ -To refresh this file, delete it and run /reload command again! Last updated: Jan 28, 2021 8:40:44 PM +To refresh this file, delete it and run /reload command again! Last updated: Jan 28, 2021 8:59:25 PM #darkutils:trap - darkutils:rune_slowness diff --git a/kubejs/exported/tags/pigments.txt b/kubejs/exported/tags/pigments.txt index 42c15ee..cda8bba 100644 --- a/kubejs/exported/tags/pigments.txt +++ b/kubejs/exported/tags/pigments.txt @@ -1 +1 @@ -To refresh this file, delete it and run /reload command again! Last updated: Jan 28, 2021 8:40:44 PM +To refresh this file, delete it and run /reload command again! Last updated: Jan 28, 2021 8:59:25 PM diff --git a/kubejs/exported/tags/potions.txt b/kubejs/exported/tags/potions.txt index 42c15ee..cda8bba 100644 --- a/kubejs/exported/tags/potions.txt +++ b/kubejs/exported/tags/potions.txt @@ -1 +1 @@ -To refresh this file, delete it and run /reload command again! Last updated: Jan 28, 2021 8:40:44 PM +To refresh this file, delete it and run /reload command again! Last updated: Jan 28, 2021 8:59:25 PM diff --git a/kubejs/exported/tags/slurries.txt b/kubejs/exported/tags/slurries.txt index 049029b..c16499a 100644 --- a/kubejs/exported/tags/slurries.txt +++ b/kubejs/exported/tags/slurries.txt @@ -1,4 +1,4 @@ -To refresh this file, delete it and run /reload command again! Last updated: Jan 28, 2021 8:40:44 PM +To refresh this file, delete it and run /reload command again! Last updated: Jan 28, 2021 8:59:25 PM #mekanism:dirty - mekanism:dirty_iron diff --git a/kubejs/exported/tags/tile_entity_types.txt b/kubejs/exported/tags/tile_entity_types.txt index 6518a76..04b1ae0 100644 --- a/kubejs/exported/tags/tile_entity_types.txt +++ b/kubejs/exported/tags/tile_entity_types.txt @@ -1,4 +1,4 @@ -To refresh this file, delete it and run /reload command again! Last updated: Jan 28, 2021 8:40:44 PM +To refresh this file, delete it and run /reload command again! Last updated: Jan 28, 2021 8:59:25 PM #forge:relocation_not_supported - mekanism:cardboard_box diff --git a/kubejs/server_scripts/fellies/constants.js b/kubejs/server_scripts/fellies/constants.js deleted file mode 100644 index b68478e..0000000 --- a/kubejs/server_scripts/fellies/constants.js +++ /dev/null @@ -1,275 +0,0 @@ -//priority: 1000 - -const air = 'minecraft:air'; -const beamRecipes = [ - { output: 'decorative_blocks:hellbark_beam', input: 'biomesoplenty:hellbark_logs' }, - { output: 'decorative_blocks:jungle_beam', input: 'minecraft:jungle_logs' }, - { output: 'decorative_blocks:birch_beam', input: 'minecraft:birch_logs' }, - { output: 'decorative_blocks:umbran_beam', input: 'biomesoplenty:umbran_logs' }, - { output: 'decorative_blocks:jacaranda_beam', input: 'biomesoplenty:jacaranda_logs' }, - { output: 'decorative_blocks:magic_beam', input: 'biomesoplenty:magic_logs' }, - { output: 'decorative_blocks:palm_beam', input: 'biomesoplenty:palm_logs' }, - { output: 'decorative_blocks:mahogany_beam', input: 'biomesoplenty:mahogany_logs' }, - { output: 'decorative_blocks:willow_beam', input: 'biomesoplenty:willow_logs' }, - { output: 'decorative_blocks:acacia_beam', input: 'minecraft:acacia_logs' }, - { output: 'decorative_blocks:cherry_beam', input: 'biomesoplenty:cherry_logs' }, - { output: 'decorative_blocks:fir_beam', input: 'biomesoplenty:fir_logs' }, - { output: 'decorative_blocks:dark_oak_beam', input: 'minecraft:dark_oak_logs' }, - { output: 'decorative_blocks:oak_beam', input: 'minecraft:oak_logs' }, - { output: 'decorative_blocks:redwood_beam', input: 'biomesoplenty:redwood_logs' }, - { output: 'decorative_blocks:dead_beam', input: 'biomesoplenty:dead_logs' }, - { output: 'decorative_blocks:spruce_beam', input: 'minecraft:spruce_logs' }, - { output: 'decorative_blocks:crimson_beam', input: 'minecraft:crimson_stems' }, - { output: 'decorative_blocks:warped_beam', input: 'minecraft:warped_stems' } -]; - -const modPriorities = [ - 'emendatusenigmatica', - 'minecraft', - 'immersiveengineering', - 'thermal', - 'mekanism', - 'jaopca', - 'kubejs', - 'pneumaticcraft', - 'create', - 'occultism', - 'tmechworks', - 'industrialforegoing', - 'botania', - 'quark', - 'pedestals', - 'refinedstorage', - 'mapperbase', - 'bloodmagic', - 'eidolon', - 'morevanillalib' -]; - -const colors = [ - 'cyan', - 'purple', - 'blue', - 'brown', - 'green', - 'red', - 'black', - 'white', - 'orange', - 'magenta', - 'light_blue', - 'yellow', - 'lime', - 'pink', - 'gray', - 'light_gray' -]; - -const typesToUnify = ['nugget', 'ingot', 'gem', 'storage_block', 'ore', 'dust', 'gear', 'plate', 'rod']; - -const createStoneTypes = ['scoria', 'limestone', 'weathered_limestone', 'dolomite', 'gabbro', 'dark_scoria']; - -const vanillaWoodTypes = ['oak', 'birch', 'spruce', 'jungle', 'acacia', 'dark_oak']; - -var woodVariantsToConstruct = [ - 'minecraft:acacia', - 'minecraft:birch', - 'minecraft:dark_oak', - 'minecraft:jungle', - 'minecraft:oak', - 'minecraft:spruce', - 'minecraft:warped', - 'minecraft:crimson', - 'undergarden:smogstem', - 'undergarden:wigglewood', - 'undergarden:grongle', - 'biomesoplenty:cherry', - 'biomesoplenty:dead', - 'biomesoplenty:fir', - 'biomesoplenty:hellbark', - 'biomesoplenty:jacaranda', - 'biomesoplenty:magic', - 'biomesoplenty:mahogany', - 'biomesoplenty:palm', - 'biomesoplenty:redwood', - 'biomesoplenty:umbran', - 'biomesoplenty:willow', - 'byg:aspen', - 'byg:baobab', - 'byg:blue_enchanted', - 'byg:cherry', - 'byg:cika', - 'byg:cypress', - 'byg:ebony', - 'byg:ether', - 'byg:fir', - 'byg:green_enchanted', - 'byg:holly', - 'byg:jacaranda', - 'byg:lament', - 'byg:mahogany', - 'byg:mangrove', - 'byg:maple', - 'byg:nightshade', - 'byg:palm', - 'byg:palo_verde', - 'byg:pine', - 'byg:rainbow_eucalyptus', - 'byg:redwood', - 'byg:skyris', - 'byg:willow', - 'byg:witch_hazel', - 'byg:zelkova', - 'byg:sythian', - 'byg:bulbis', - 'byg:embur', - 'byg:withering_oak', - 'ars_nouveau:red_archwood', - 'ars_nouveau:green_archwood', - 'ars_nouveau:purple_archwood', - 'ars_nouveau:blue_archwood' -]; - -var buildWoodVariants = []; - -woodVariantsToConstruct.forEach((variant) => { - var splitVariant = variant.split(':'); - var modID = splitVariant[0]; - var logType = splitVariant[1]; - var logSuffix, woodSuffix, logBlockStripped, woodBlockStripped, logBlock, woodBlock, plankBlock; - - //suffix exceptions - switch (logType) { - case 'bulbis': - logSuffix = '_stem'; - woodSuffix = '_wood'; - break; - case 'sythian': - logSuffix = '_stem'; - woodSuffix = '_hyphae'; - break; - case 'warped': - logSuffix = '_stem'; - woodSuffix = '_hyphae'; - break; - case 'crimson': - logSuffix = '_stem'; - woodSuffix = '_hyphae'; - break; - case 'embur': - logSuffix = '_pedu'; - woodSuffix = '_hyphae'; - break; - case 'grongle': - logSuffix = '_stem'; - woodSuffix = '_hyphae'; - break; - default: - logSuffix = '_log'; - woodSuffix = '_wood'; - } - - logBlock = modID + ':' + logType + logSuffix; - woodBlock = modID + ':' + logType + woodSuffix; - logBlockStripped = modID + ':stripped_' + logType + logSuffix; - woodBlockStripped = modID + ':stripped_' + logType + woodSuffix; - plankBlock = modID + ':' + logType + '_planks'; - - // Exceptions - switch (logType) { - case 'palo_verde': - plankBlock = 'minecraft:birch_planks'; - break; - case 'withering_oak': - logBlockStripped = 'minecraft:stripped_oak_log'; - woodBlockStripped = 'minecraft:stripped_oak_wood'; - plankBlock = 'minecraft:oak_planks'; - break; - case 'red_archwood': - plankBlock = 'ars_nouveau:archwood_planks'; - break; - case 'green_archwood': - plankBlock = 'ars_nouveau:archwood_planks'; - break; - case 'purple_archwood': - plankBlock = 'ars_nouveau:archwood_planks'; - break; - case 'blue_archwood': - plankBlock = 'ars_nouveau:archwood_planks'; - break; - default: - } - - var woodVariant = { - logBlock: logBlock, - woodBlock: woodBlock, - logBlockStripped: logBlockStripped, - woodBlockStripped: woodBlockStripped, - plankBlock: plankBlock - }; - - buildWoodVariants.push(woodVariant); -}); - -const generatableCobblestone = [ - 'byg:dacite_cobblestone', - 'byg:ether_stone', - 'byg:red_rock', - 'byg:scoria_cobblestone', - 'byg:soapstone', - 'embellishcraft:basalt_cobblestone', - 'embellishcraft:gneiss_cobblestone', - 'embellishcraft:jade_cobblestone', - 'embellishcraft:larvikite_cobblestone', - 'embellishcraft:marble_cobblestone', - 'embellishcraft:slate_cobblestone', - 'create:andesite_cobblestone', - 'create:diorite_cobblestone', - 'create:granite_cobblestone', - 'quark:cobbedstone', - 'undergarden:depthrock', - 'undergarden:shiverstone', - 'create:dark_scoria_cobblestone', - 'create:scoria_cobblestone', - 'create:gabbro_cobblestone', - 'create:dolomite_cobblestone', - 'create:weathered_limestone_cobblestone', - 'create:limestone_cobblestone' -]; -const generatableStone = [ - 'minecraft:andesite', - 'minecraft:diorite', - 'minecraft:granite', - 'biomesoplenty:black_sandstone', - 'biomesoplenty:orange_sandstone', - 'biomesoplenty:white_sandstone', - 'byg:black_sandstone', - 'byg:blue_sandstone', - 'byg:dacite', - 'byg:purple_sandstone', - 'byg:scoria_stone', - 'byg:white_sandstone', - 'embellishcraft:basalt', - 'embellishcraft:gneiss', - 'embellishcraft:jade', - 'embellishcraft:larvikite', - 'embellishcraft:marble', - 'embellishcraft:slate', - 'minecraft:red_sandstone', - 'minecraft:sandstone', - 'quark:basalt', - 'quark:brimstone', - 'quark:jasper', - 'quark:limestone', - 'quark:marble', - 'quark:permafrost', - 'quark:slate', - 'astralsorcery:marble_raw', - 'create:dark_scoria', - 'create:scoria', - 'create:gabbro', - 'create:dolomite', - 'create:weathered_limestone', - 'create:limestone' -]; -const generatableBasalt = []; diff --git a/kubejs/server_scripts/fellies/functions.js b/kubejs/server_scripts/fellies/functions.js deleted file mode 100644 index 50b389f..0000000 --- a/kubejs/server_scripts/fellies/functions.js +++ /dev/null @@ -1,48 +0,0 @@ -//priority: 1000 - -function shapedRecipe(result, pattern, key) { - return { result: result, pattern: pattern, key: key }; -} - -function shapelessRecipe(result, ingredients) { - return { result: result, ingredients: ingredients }; -} -function unificationBlacklistEntry(material, type) { - return { material: material, type: type }; -} -function entryIsBlacklisted(material, type) { - for (var i = 0; i < unificationBlacklist.length; i++) { - if (unificationBlacklist[i].material === material && unificationBlacklist[i].type === type) { - return true; - } - } - return false; -} - -function tagIsEmpty(tag) { - return getPreferredItemInTag(ingredient.of(tag)).id == air; -} - -function getPreferredItemInTag(tag) { - const pref = wrapArray(tag.stacks).sort(({ mod: a }, { mod: b }) => compareIndices(a, b, tag))[0] || item.of(air); - // console.info('Preferred item: ' + tag + ' => ' + pref); - return pref; -} -function compareIndices(a, b, tag) { - if (a == b) return 0; // iff a == b, they'll be found at the same position in modPriorities - - for (let mod of modPriorities) { - if (mod == a) return -1; // if a comes before b, then idx(a) < idx(b), so -1 - if (mod == b) return 1; // if a comes after b, then idx(a) > idx(b), so 1 - } - - console.error('[' + a + ', ' + b + '] were both unaccounted for in mod unification' + (tag ? ' for ' + tag : '!')); - return 0; -} -function wrapArray(array) { - return utils.listOf(array).toArray(); -} -const unificationBlacklist = [ - unificationBlacklistEntry('quartz', 'gem'), - unificationBlacklistEntry('quartz', 'storage_block') -]; diff --git a/kubejs/server_scripts/fellies/global_constants.js b/kubejs/server_scripts/fellies/global_constants.js deleted file mode 100644 index 106b335..0000000 --- a/kubejs/server_scripts/fellies/global_constants.js +++ /dev/null @@ -1,109 +0,0 @@ -//priority: 1001 - -const disabledItems = [ - 'aquaculture:wooden_fillet_knife', - 'aquaculture:stone_fillet_knife', - 'aquaculture:iron_fillet_knife', - 'aquaculture:gold_fillet_knife', - 'aquaculture:diamond_fillet_knife', - - 'bloodmagic:sand_netherite', - 'bloodmagic:gravel_netherite_scrap', - 'bloodmagic:fragment_netherite_scrap', - - 'byg:ametrine_block', - 'byg:ametrine_boots', - 'byg:ametrine_chestplate', - 'byg:ametrine_gems', - 'byg:ametrine_helmet', - 'byg:ametrine_horse_armor', - 'byg:ametrine_leggings', - 'byg:ametrine_ore', - 'byg:pendorite_axe', - 'byg:pendorite_battleaxe', - 'byg:pendorite_block', - 'byg:pendorite_hoe', - 'byg:pendorite_horse_armor', - 'byg:pendorite_ore', - 'byg:pendorite_pickaxe', - 'byg:pendorite_scraps', - 'byg:pendorite_shovel', - 'byg:pendorite_sword', - - 'mapperbase:steel_fence', - 'mapperbase:steel_axe', - 'mapperbase:steel_pickaxe', - 'mapperbase:steel_shovel', - 'mapperbase:steel_hoe', - 'mapperbase:steel_sword', - 'mapperbase:steel_helmet', - 'mapperbase:steel_chestplate', - 'mapperbase:steel_leggings', - 'mapperbase:steel_boots', - - 'mythicbotany:raindeletia', - 'mythicbotany:raindeletia_floating', - 'mythicbotany:wither_aconite', - 'mythicbotany:wither_aconite_floating', - - 'quark:pipe', - - 'thermal:sugar_cane_block' -]; -const materialsToUnify = [ - 'iron', - 'gold', - 'copper', - 'silver', - 'zinc', - 'brass', - 'lead', - 'tin', - 'compressed_iron', - 'nickel', - 'aluminum', - 'uranium', - 'bronze', - 'electrum', - 'constantan', - 'steel', - 'osmium', - 'diamond', - 'lapis', - 'emerald', - 'quartz', - 'coal', - 'charcoal', - 'obsidian', - 'ender', - 'fluix', - 'saltpeter', - 'fluorite', - 'invar', - 'signalum', - 'lumium', - 'enderium', - 'sulfur', - 'cinnabar', - 'niter', - 'potassium_nitrate', - 'saltpeter', - 'apatite', - 'bitumen', - 'redstone', - 'glowstone', - 'arcane', - 'mana', - 'certus_quartz', - 'charged_certus_quartz', - 'iesnium', - 'dimensional', - 'cloggrum', - 'froststeel', - 'regalium', - 'utherium', - 'coal_coke' -]; - -global.materialsToUnify = materialsToUnify; -global.disabledItems = disabledItems; diff --git a/kubejs/server_scripts/fellies/kubejs/base/recipes/remove.js b/kubejs/server_scripts/fellies/kubejs/base/recipes/remove.js deleted file mode 100644 index f48f27e..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/recipes/remove.js +++ /dev/null @@ -1,138 +0,0 @@ -events.listen('recipes', function (event) { - event.remove({ type: 'mekanism:combining' }); - event.remove({ type: 'minecraft:smelting', output: 'minecraft:obsidian' }); - event.remove({ type: 'minecraft:blasting', output: 'minecraft:obsidian' }); - - var outputRemovals = [ - 'create:crushing/obsidian', - 'mekanism:combiner', - 'mekanism:basic_combining_factory', - 'mekanism:advanced_combining_factory', - 'mekanism:elite_combining_factory', - 'mekanism:ultimate_combining_factory', - - // 'minecraft:sticky_piston', - - 'morevanillalib:obsidian_shard', - - 'thermal:bamboo_block', - - // 'quantumstorage:tank', - // 'quantumstorage:qsu' - ]; - - var idRemovals = [ - 'astralsorcery:infuser/gold_ore', - - 'bloodmagic:smelting/ingot_netherite_scrap', - - 'create:mechanical_crafting/integrated_circuit', - 'create:pressing/lapis_block', - 'create:fill_minecraft_bucket_with_create_honey', - - 'engineersdecor:dependent/slag_brick_block_recipe', - - 'immersiveengineering:crafting/stick_steel', - 'immersiveengineering:crafting/stick_aluminum', - 'immersiveengineering:crafting/stick_iron', - - 'mekanism:crushing/stone/to_cobblestone', - - 'morevanillalib:obsidian_shard', - - 'quark:building/crafting/tallow_from_block', - - 'thermal:machine/centrifuge/centrifuge_honeycomb', - 'thermal:machine/plugins/create/pulverizer_create_zinc_ore', - 'thermal:machine/plugins/mekanism/pulverizer_mek_osmium_ore' - - ]; - - outputRemovals.forEach((removal) => { - event.remove({ output: removal }); - }); - - idRemovals.forEach((removal) => { - event.remove({ id: removal }); - }); - - global.disabledItems.forEach((disabledItem) => { - event.remove({ output: disabledItem }); - }); - - event.remove({ - output: '/extrastorage:disk_\\w+/', - mod: 'extrastorage' - }); - event.remove({ - output: '/extrastorage:storagepart_\\w+/', - mod: 'extrastorage', - type: 'minecraft:crafting_shaped' - }); - - event.remove({ - output: 'mekanism:sawdust', - mod: 'mekanism', - type: 'mekanism:sawing' - }); - - event.remove({ - output: '/\\w+:\\w+_gear$/', - type: 'minecraft:crafting_shaped' - }); - - event.remove({ - output: '/emendatusenigmatica:\\w+_rod/', - mod: 'immersiveengineering', - type: 'immersiveengineering:metal_press' - }); - - event.remove({ - output: '/emendatusenigmatica:\\w+_gear/', - mod: 'immersiveengineering' - }); - - event.remove({ - input: '#forge:ores', - mod: 'create', - type: 'create:milling' - }); - - event.remove({ - input: '#forge:ores', - mod: 'create', - type: 'create:crushing' - }); - - beamRecipes.forEach((recipe) => { - event.remove({ output: recipe.output }); - }); - - event.remove({ - input: '#forge:ores/zinc', - type: 'thermal:smelter' - }); - event.remove({ - input: '#forge:ores/osmium', - type: 'thermal:smelter' - }); - event.remove({ - input: '#forge:ores/uranium', - type: 'thermal:smelter' - }); - event.remove({ - input: '#forge:ores/aluminum', - type: 'thermal:smelter' - }); - event.remove({ - input: '#forge:ores/nickel', - type: 'thermal:smelter' - }); - - event.remove({ type: 'create:milling', output: '#forge:dyes' }); - event.remove({ type: 'create:crushing', output: '#forge:dyes' }); - event.remove({ type: 'mekanism:enriching', output: '#forge:dyes' }); - event.remove({ type: 'thermal:centrifuge', output: '#forge:dyes' }); - event.remove({ type: 'immersiveengineering:crusher', output: '#forge:dyes' }); - -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/recipes/replace_input.js b/kubejs/server_scripts/fellies/kubejs/base/recipes/replace_input.js deleted file mode 100644 index 15be2ad..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/recipes/replace_input.js +++ /dev/null @@ -1,311 +0,0 @@ -events.listen('recipes', function (event) { - event.replaceInput({}, 'refinedstorage:silicon', '#forge:silicon'); - event.replaceInput({}, 'thermal:cinnabar', '#forge:gems/cinnabar'); - event.replaceInput({}, 'thermal:sulfur', '#forge:gems/sulfur'); - event.replaceInput({}, 'thermal:apatite', '#forge:gems/apatite'); - event.replaceInput({}, 'thermal:niter', '#forge:gems/niter'); - event.replaceInput({}, 'thermal:bitumen', '#forge:gems/bitumen'); - event.replaceInput({}, 'thermal:coal_coke', '#forge:gems/coal_coke'); - event.replaceInput({}, 'rftoolsbase:dimensionalshard', '#forge:gems/dimensional'); - event.replaceInput({}, '#forge:fillet_knife', '#forge:tools/knife'); - event.replaceInput({}, '#farmersdelight:tools/knife', '#forge:tools/knife'); - event.replaceInput({}, 'immersivepetroleum:bitumen', '#forge:gems/bitumen'); - event.replaceInput({}, 'ars_nouveau:mana_gem', '#forge:gems/mana'); - event.replaceInput({}, 'immersiveengineering:slag', '#forge:slag'); - event.replaceInput({}, 'thermal:slag', '#forge:slag'); - event.replaceInput({}, 'farmersdelight:fried_egg', '#forge:cooked_eggs'); - event.replaceInput({ type: 'minecraft:crafting_shaped' }, 'powah:uraninite', '#forge:ingots/radioactive'); - event.replaceInput({ id: 'tetra:hammer/stone' }, 'minecraft:cobblestone', '#quark:stone_tool_materials'); - event.replaceInput({ id: 'dustrial_decor:sheet_metal' }, '#forge:ingots/iron', '#forge:plates/iron'); - event.replaceInput({ mod: 'buildinggadgets' }, '#forge:ingots/iron', '#forge:ingots/iron_aluminum'); - event.replaceInput({ mod: 'powah' }, '#forge:ingots/iron', '#forge:ingots/iron_copper'); - event.replaceInput({ mod: 'powah' }, '#forge:nuggets/iron', '#forge:nuggets/iron_copper'); - event.replaceInput({ mod: 'astralsorcery' }, 'astralsorcery:marble_raw', '#forge:stones/marble'); - - event.replaceInput( - { type: 'minecraft:crafting_shaped', output: 'minecraft:piston' }, - '#forge:cobblestone', - '#quark:stone_tool_materials' - ); - - ['quark:tallow'].forEach((tallow) => { - event.replaceInput({}, tallow, '#forge:tallow'); - }); - - event.replaceInput( - { id: 'dustrial_decor:iron_bar_trapdoor' }, - 'minecraft:iron_bars', - 'dustrial_decor:barbed_iron_bars' - ); - - event.replaceInput( - { id: 'bloodmagic:alchemytable/basic_cutting_fluid' }, - 'minecraft:potion', - item.of('minecraft:potion', { Potion: 'minecraft:water' }) - ); - - event.replaceInput( - { id: 'create:mixing/chromatic_compound' }, - 'create:powdered_obsidian', - ingredient.of('#forge:dusts/obsidian') - ); - - colors.forEach((color) => { - var dyeTag = `#forge:dyes/${color}`; - - // Replaces recipes not using forge:dyes tag for inputs - event.replaceInput({}, `minecraft:${color}_dye`, dyeTag); - - event.remove({ - id: `minecraft:${color}_carpet_from_white_carpet` - }); - event.shaped(Item.of(`minecraft:${color}_carpet`, 3), ['WW'], { - W: `minecraft:${color}_wool` - }); - - event.shaped(Item.of(`minecraft:${color}_stained_glass_pane`, 8), ['GGG', 'GDG', 'GGG'], { - G: 'minecraft:glass_pane', - D: dyeTag - }); - - event.shaped(Item.of(`minecraft:${color}_stained_glass`, 8), ['GGG', 'GDG', 'GGG'], { - G: 'minecraft:glass', - D: dyeTag - }); - - ['stained_glass', 'stained_glass_pane', 'terracotta', 'concrete_powder', 'wool', 'carpet'].forEach( - (blockName) => { - var itemTag = `#forge:${blockName}`; - var block = `minecraft:${color}_${blockName}`; - - if (blockName === 'stained_glass_pane') { - event.remove({ id: `${block}_from_glass_pane` }); - } else { - event.remove({ id: block }); - } - - event.shaped(Item.of(block, 8), ['SSS', 'SDS', 'SSS'], { - S: itemTag, - D: dyeTag - }); - event.shapeless(Item.of(block, 1), [dyeTag, itemTag]); - } - ); - event.shapeless(Item.of(`minecraft:${color}_concrete_powder`, 8), [ - dyeTag, - '#forge:sand', - '#forge:sand', - '#forge:sand', - '#forge:sand', - '#forge:gravel', - '#forge:gravel', - '#forge:gravel', - '#forge:gravel' - ]); - }); - var data = { - recipes: [ - { - type: 'storage_blocks', - replace: 'iron', - replaceWith: 'aluminum', - items: [ - 'bloodmagic:soulforge', - 'mininggadgets:upgrade_fortune_1', - 'resourcefulbees:centrifuge_casing', - 'xnet:antenna_base' - ] - }, - { - type: 'storage_blocks', - replace: 'iron', - replaceWith: 'brass', - items: ['ars_nouveau:glyph_press'] - }, - { - type: 'storage_blocks', - replace: 'iron', - replaceWith: 'invar', - items: ['resourcefulbees:centrifuge_controller'] - }, - { - type: 'storage_blocks', - replace: 'iron', - replaceWith: 'lead', - items: ['thermal:machine_press', 'bloodmagic:alchemicalreactionchamber'] - }, - { - type: 'dusts', - replace: 'gold', - replaceWith: 'copper', - items: ['mekanism:upgrade_energy'] - }, - { - type: 'gears', - replace: 'gold', - replaceWith: 'bronze', - items: ['thermal:upgrade_augment_1'] - }, - { - type: 'gears', - replace: 'gold', - replaceWith: 'copper', - items: ['thermal:flux_drill', 'thermal:flux_saw'] - }, - { - type: 'gears', - replace: 'gold', - replaceWith: 'silver', - items: ['thermal:dynamo_lapidary'] - }, - { - type: 'ingots', - replace: 'gold', - replaceWith: 'brass', - items: [ - 'ars_nouveau:arcane_core', - 'ars_nouveau:crystallizer', - 'ars_nouveau:volcanic_accumulator', - 'pneumaticcraft:gun_ammo', - 'ars_nouveau:marvelous_clay' - ] - }, - { - type: 'ingots', - replace: 'gold', - replaceWith: 'bronze', - items: [ - 'bloodmagic:alchemytable', - 'bloodmagic:altar', - 'bloodmagic:sacrificialdagger', - 'bloodmagic:experiencebook', - 'bloodmagic:soulforge', - 'pneumaticcraft:medium_tank', - 'pneumaticcraft:minigun', - 'pneumaticcraft:pressure_gauge', - 'thermal:diving_helmet', - 'thermal:diving_chestplate', - 'thermal:diving_leggings', - 'thermal:diving_boots', - 'minecraft:clock' - ] - }, - { - type: 'ingots', - replace: 'gold', - replaceWith: 'copper', - items: [ - 'mekanismgenerators:electromagnetic_coil', - 'mekanism:energy_tablet', - 'mininggadgets:upgrade_magnet', - 'xnet:controller', - 'thermal:rf_coil_xfer_augment', - 'thermal:rf_coil_storage_augment', - 'thermal:rf_coil_augment', - 'thermal:rf_coil', - 'rftoolsstorage:storage_scanner', - 'rftoolsbuilder:shield_block1', - 'pneumaticcraft:vortex_tube', - 'pneumaticcraft:heat_sink', - 'xnet:connector_blue', - 'xnet:connector_red', - 'xnet:connector_green' - ] - }, - { - type: 'ingots', - replace: 'gold', - replaceWith: 'silver', - items: ['torchmaster:feral_flare_lantern', 'mekanism:teleportation_core'] - }, - { - type: 'ingots', - replace: 'gold', - replaceWith: 'tin', - items: ['pneumaticcraft:memory_stick'] - }, - { - type: 'ingots', - replace: 'iron', - replaceWith: 'aluminum', - items: [ - 'immersiveengineering:conveyor_splitter', - 'immersiveengineering:conveyor_vertical', - 'immersiveengineering:conveyor_basic', - 'immersiveengineering:current_transformer', - 'immersiveengineering:transformer_hv', - 'immersiveengineering:transformer', - 'immersiveengineering:dynamo', - 'immersiveengineering:furnace_heater', - 'immersiveengineering:toolupgrade_drill_lube', - 'cookingforblockheads:preservation_chamber', - 'minecraft:compass', - 'minecraft:piston', - 'xnet:antenna_dish', - 'xnet:antenna_base', - 'xnet:antenna', - 'transport:fluid_loader', - 'resourcefulbees:centrifuge_casing', - 'engineersdecor:metal_bar' - ] - }, - { - type: 'ingots', - replace: 'iron', - replaceWith: 'brass', - items: ['ars_nouveau:mana_condenser', 'ars_nouveau:enchanting_apparatus'] - }, - { - type: 'ingots', - replace: 'iron', - replaceWith: 'copper', - items: [ - 'immersiveengineering:charging_station', - 'cookingforblockheads:heating_unit' - ] - }, - { - type: 'ingots', - replace: 'iron', - replaceWith: 'tin', - items: ['bloodmagic:soulsnare'] - }, - { - type: 'nuggets', - replace: 'gold', - replaceWith: 'bronze', - items: ['rftoolsstorage:storage_module0'] - }, - { - type: 'nuggets', - replace: 'gold', - replaceWith: 'copper', - items: [ - 'xnet:connector_routing', - 'xnet:netcable_routing', - 'xnet:netcable_yellow', - 'xnet:netcable_blue', - 'xnet:netcable_green', - 'xnet:netcable_red', - 'rftoolsbase:machine_base', - 'rftoolsbase:machine_frame', - 'rftoolscontrol:card_base' - ] - } - ] - }; - - data.recipes.forEach((recipe) => { - recipe.items.forEach((item) => { - event.replaceInput( - { output: item }, - '#forge:' + recipe.type + '/' + recipe.replace, - '#forge:' + recipe.type + '/' + recipe.replace + '_' + recipe.replaceWith - ); - }); - }); - - //TODO: Remove in 0.4.0 - event.replaceInput({ id: 'quantumstorage:chestgold' }, 'quantumstorage:chestiron', '#forge:storage_blocks/iron'); - event.replaceInput({ id: 'quantumstorage:chestdiamond' }, 'quantumstorage:chestgold', '#forge:storage_blocks/gold'); -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/recipes/replace_output.js b/kubejs/server_scripts/fellies/kubejs/base/recipes/replace_output.js deleted file mode 100644 index 8c4545e..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/recipes/replace_output.js +++ /dev/null @@ -1,11 +0,0 @@ -events.listen('recipes', function (event) { - event.replaceOutput({}, 'thermal:cinnabar', '#forge:gems/cinnabar'); - event.replaceOutput({}, 'thermal:sulfur', '#forge:gems/sulfur'); - event.replaceOutput({}, 'thermal:apatite', '#forge:gems/apatite'); - event.replaceOutput({}, 'thermal:niter', '#forge:gems/niter'); - event.replaceOutput({}, 'thermal:bitumen', '#forge:gems/bitumen'); - event.replaceOutput({}, 'thermal:coal_coke', '#forge:gems/coal_coke'); - - event.replaceOutput({ mod: 'dustrial_decor' }, 'minecraft:iron_ingot', 'dustrial_decor:rusty_iron_ingot'); - event.replaceOutput({ mod: 'dustrial_decor' }, 'minecraft:iron_nugget', 'dustrial_decor:rusty_iron_nugget'); -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/recipes/shaped.js b/kubejs/server_scripts/fellies/kubejs/base/recipes/shaped.js deleted file mode 100644 index b3e8433..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/recipes/shaped.js +++ /dev/null @@ -1,142 +0,0 @@ -events.listen('recipes', function (event) { - var recipes = [ - shapedRecipe('tetra:core_extractor', ['LXL', 'LCL', 'LXL'], { - L: '#forge:ingots/steel', - X: '#forge:circuits/basic', - C: 'industrialforegoing:fluid_extractor' - }), - shapedRecipe(item.of('minecraft:stick', 16), ['A', 'A'], { - A: '#minecraft:logs' - }), - - shapedRecipe('minecraft:hopper', ['ABA', 'ABA', ' A '], { - A: '#forge:ingots/iron', - B: '#minecraft:logs' - }), - shapedRecipe('refinedstorageaddons:wireless_crafting_grid', ['ABA', 'ACA', 'ADA'], { - A: 'refinedstorage:quartz_enriched_iron', - B: 'refinedstorage:range_upgrade', - C: 'refinedstorage:wireless_grid', - D: 'minecraft:crafting_table' - }), - shapedRecipe('quantumstorage:tank', ['CBC', 'BLB', 'CCC'], { - L: 'mekanism:ultimate_fluid_tank', - C: '#forge:ingots/compressed_iron', - B: '#forge:glass_panes' - }), - shapedRecipe('quantumstorage:qsu', ['BBB', 'BLB', 'CCC'], { - L: 'mekanism:ultimate_bin', - C: '#forge:ingots/compressed_iron', - B: '#forge:glass' - }), - shapedRecipe('minecraft:furnace', ['LLL', 'L L', 'LLL'], { - L: '#forge:stone' - }), - shapedRecipe('minecraft:tube_coral_block', ['AA', 'AA'], { - A: 'minecraft:tube_coral_fan' - }), - shapedRecipe('minecraft:brain_coral_block', ['AA', 'AA'], { - A: 'minecraft:brain_coral_fan' - }), - shapedRecipe('minecraft:bubble_coral_block', ['AA', 'AA'], { - A: 'minecraft:bubble_coral_fan' - }), - shapedRecipe('minecraft:fire_coral_block', ['AA', 'AA'], { - A: 'minecraft:fire_coral_fan' - }), - shapedRecipe('minecraft:horn_coral_block', ['AA', 'AA'], { - A: 'minecraft:horn_coral_fan' - }), - shapedRecipe('minecraft:tube_coral_block', ['AA', 'AA'], { - A: 'minecraft:tube_coral' - }), - shapedRecipe('minecraft:brain_coral_block', ['AA', 'AA'], { - A: 'minecraft:brain_coral' - }), - shapedRecipe('minecraft:bubble_coral_block', ['AA', 'AA'], { - A: 'minecraft:bubble_coral' - }), - shapedRecipe('minecraft:fire_coral_block', ['AA', 'AA'], { - A: 'minecraft:fire_coral' - }), - shapedRecipe('minecraft:horn_coral_block', ['AA', 'AA'], { - A: 'minecraft:horn_coral' - }), - shapedRecipe('decorative_blocks:lattice', ['A A', ' ', 'A A'], { - A: '#forge:rods/wooden' - }), - shapedRecipe(item.of('minecraft:ladder', 4), ['A A', 'ABA', 'A A'], { - A: '#forge:rods/wooden', - B: '#minecraft:planks' - }), - shapedRecipe(item.of('engineersdecor:slag_brick_block', 8), ['AAA', 'ABA', 'AAA'], { - A: '#engineersdecor:brick_ingots', - B: '#forge:slag' - }), - shapedRecipe(item.of('bloodmagic:demonwillgauge', 1), [' B ', 'ACA', ' B '], { - A: '#forge:ingots/tin', - B: '#forge:nuggets/tin', - C: '#bloodmagic:crystals/demon' - }), - shapedRecipe(item.of('emendatusenigmatica:steel_ingot', 2), ['AA'], { - A: 'immersiveengineering:ingot_steel' - }), - shapedRecipe(item.of('immersiveengineering:ingot_steel', 2), ['AA'], { - A: 'mekanism:ingot_steel' - }), - shapedRecipe(item.of('mekanism:ingot_steel', 2), ['AA'], { - A: 'emendatusenigmatica:steel_ingot' - }), - shapedRecipe('tetra:combustion_chamber', ['CBC', 'BAB', 'CBC'], { - A: 'mekanism:superheating_element', - B: 'pneumaticcraft:heat_sink', - C: 'mekanism:ultimate_thermodynamic_conductor' - }), - // Remove in 0.4.0 - shapedRecipe(item.of('minecraft:lapis_lazuli', 4), ['AAA', 'ABA', 'AAA'], { - A: '#forge:gems/certus_quartz', - B: '#forge:dyes/blue' - }), - shapedRecipe(item.of('minecraft:diamond', 1), ['AAA', 'ABA', 'AAA'], { - A: '#forge:gems/certus_quartz', - B: '#forge:dyes/light_blue' - }), - shapedRecipe(item.of('minecraft:emerald', 2), ['AAA', 'ABA', 'AAA'], { - A: '#forge:gems/certus_quartz', - B: '#forge:dyes/green' - }), - shapedRecipe(item.of('minecraft:lapis_lazuli', 4), ['AAA', 'ABA', 'AAA'], { - A: '#forge:gems/charged_certus_quartz', - B: '#forge:dyes/blue' - }), - shapedRecipe(item.of('minecraft:diamond', 1), ['AAA', 'ABA', 'AAA'], { - A: '#forge:gems/charged_certus_quartz', - B: '#forge:dyes/light_blue' - }), - shapedRecipe(item.of('minecraft:emerald', 2), ['AAA', 'ABA', 'AAA'], { - A: '#forge:gems/charged_certus_quartz', - B: '#forge:dyes/green' - }), - shapedRecipe(item.of('quark:white_candle', 2), ['B', 'A', 'A'], { - A: '#forge:wax', - B: '#forge:string' - }) - ]; - - recipes.forEach(function (recipe) { - event.shaped(recipe.result, recipe.pattern, recipe.key); - }); - - buildWoodVariants.forEach((wood) => { - if (wood.modId == 'minecraft') { - return; - } - event.shaped(Item.of('minecraft:oak_sign', 3), ['AAA', 'AAA', ' B '], { - A: wood.plankBlock, - B: '#forge:rods/wooden' - }); - event.shaped(Item.of('minecraft:chest'), ['AAA', 'A A', 'AAA'], { - A: wood.plankBlock - }); - }); -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/recipes/shapeless.js b/kubejs/server_scripts/fellies/kubejs/base/recipes/shapeless.js deleted file mode 100644 index f747352..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/recipes/shapeless.js +++ /dev/null @@ -1,28 +0,0 @@ -events.listen('recipes', (event) => { - var recipes = [ - shapelessRecipe('minecraft:sticky_piston', ['minecraft:piston', '#forge:slimeballs']), - shapelessRecipe('minecraft:flint', ['#forge:gravel', '#forge:gravel', '#forge:gravel']), - shapelessRecipe('minecraft:chest', ['#forge:chests/wooden']), - shapelessRecipe('minecraft:wheat_seeds', ['minecraft:wheat']), - shapelessRecipe('quark:root', ['minecraft:vine', '#forge:dyes/brown']), - shapelessRecipe(item.of('patchouli:guide_book', { 'patchouli:book': 'resourcefulbees:fifty_shades_of_bees' }), [ - 'minecraft:sugar', - 'minecraft:book' - ]), - shapelessRecipe('ars_nouveau:mana_gem', ['emendatusenigmatica:arcane_gem']), - shapelessRecipe('emendatusenigmatica:arcane_gem', ['ars_nouveau:mana_gem']), - shapelessRecipe('emendatusenigmatica:dimensional_gem', ['rftoolsbase:dimensionalshard']), - shapelessRecipe('rftoolsbase:dimensionalshard', ['emendatusenigmatica:dimensional_gem']), - - shapelessRecipe('emendatusenigmatica:fluorite_dust', ['thermal:earth_charge', '#forge:ores/fluorite']), - shapelessRecipe('emendatusenigmatica:dimensional_dust', ['thermal:earth_charge', '#forge:ores/dimensional']), - shapelessRecipe('emendatusenigmatica:potassium_nitrate_dust', [ - 'thermal:earth_charge', - '#forge:ores/potassium_nitrate' - ]) - ]; - - recipes.forEach(function (recipe) { - event.shapeless(recipe.result, recipe.ingredients); - }); -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/astralsorcery/block_transmutation.js b/kubejs/server_scripts/fellies/kubejs/base/recipetypes/astralsorcery/block_transmutation.js deleted file mode 100644 index 14d0434..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/astralsorcery/block_transmutation.js +++ /dev/null @@ -1,25 +0,0 @@ -// events.listen('recipes', (event) => { -// var data = { -// recipes: [ -// { inputTag: '#forge:ores/iron', output: 'astralsorcery:starmetal_ore', starlight: 100 }, -// { inputTag: '#forge:ores/diamond', output: 'emendatusenigmatica:emerald_ore', starlight: 1000 }, -// { inputTag: '#forge:workbench', output: 'astralsorcery:altar_discovery', starlight: 60 } -// ] -// }; -// data.recipes.forEach((recipe) => { -// ingredient.of(recipe.inputTag).stacks.forEach((input) => { -// if (!input.id.includes('chunk')) { -// event.recipes.astralsorcery.block_transmutation({ -// type: 'astralsorcery.block_transmutation', -// input: { -// block: input.id -// }, -// output: { -// block: recipe.output -// }, -// starlight: recipe.starlight -// }); -// } -// }); -// }); -// }); diff --git a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/astralsorcery/infuser.js b/kubejs/server_scripts/fellies/kubejs/base/recipetypes/astralsorcery/infuser.js deleted file mode 100644 index 71f046d..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/astralsorcery/infuser.js +++ /dev/null @@ -1,55 +0,0 @@ -// events.listen('recipes', (event) => { -// data = { -// recipes: [ -// { -// input: { item: 'thermal:blizz_rod' }, -// fluid: 'astralsorcery:liquid_starlight', -// fluidRate: 0.1, -// output: 'thermal:blizz_powder', -// count: 4, -// duration: 100 -// }, -// { -// input: { item: 'thermal:basalz_rod' }, -// fluid: 'astralsorcery:liquid_starlight', -// fluidRate: 0.1, -// output: 'thermal:basalz_powder', -// count: 4, -// duration: 100 -// }, -// { -// input: { item: 'thermal:blitz_rod' }, -// fluid: 'astralsorcery:liquid_starlight', -// fluidRate: 0.1, -// output: 'thermal:blitz_powder', -// count: 4, -// duration: 100 -// }, -// { -// input: { item: 'simplefarming:habanero' }, -// fluid: 'astralsorcery:liquid_starlight', -// fluidRate: 0.1, -// output: 'simplefarming:golden_habanero', -// count: 1, -// duration: 50 -// } -// ] -// }; - -// data.recipes.forEach((recipe) => { -// event.recipes.astralsorcery.infuser({ -// type: 'astralsorcery:infuser', -// fluidInput: recipe.fluid, -// input: recipe.input, -// output: { -// item: recipe.output, -// count: recipe.count -// }, -// consumptionChance: recipe.fluidRate, -// duration: recipe.duration, -// consumeMultipleFluids: false, -// acceptChaliceInput: true, -// copyNBTToOutputs: false -// }); -// }); -// }); diff --git a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/bloodmagic/alchemytable.js b/kubejs/server_scripts/fellies/kubejs/base/recipetypes/bloodmagic/alchemytable.js deleted file mode 100644 index b1b9716..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/bloodmagic/alchemytable.js +++ /dev/null @@ -1,62 +0,0 @@ -// events.listen('recipes', (event) => { -// data = { -// recipes: [ -// { -// inputs: [{ tag: 'forge:rods/blaze' }], -// output: 'minecraft:blaze_powder', -// count: 4, -// syphon: 50, -// ticks: 20, -// orbLevel: 1 -// }, -// { -// inputs: [{ item: 'thermal:basalz_rod' }], -// output: 'thermal:basalz_powder', -// count: 4, -// syphon: 50, -// ticks: 20, -// orbLevel: 1 -// }, -// { -// inputs: [{ item: 'thermal:blizz_rod' }], -// output: 'thermal:blizz_powder', -// count: 4, -// syphon: 50, -// ticks: 20, -// orbLevel: 1 -// }, -// { -// inputs: [{ item: 'thermal:blitz_rod' }], -// output: 'thermal:blitz_powder', -// count: 4, -// syphon: 50, -// ticks: 20, -// orbLevel: 1 -// }, -// { -// inputs: [{ item: 'minecraft:dirt' }, { item: 'minecraft:bone_meal' }, { tag: 'forge:mushrooms' }], -// output: 'minecraft:mycelium', -// count: 1, -// syphon: 200, -// ticks: 200, -// orbLevel: 1 -// }, -// { -// inputs: [{ item: 'minecraft:dirt' }, { item: 'minecraft:bone_meal' }, { tag: 'minecraft:leaves' }], -// output: 'minecraft:podzol', -// count: 1, -// syphon: 200, -// ticks: 200, -// orbLevel: 1 -// } -// ] -// }; - -// data.recipes.forEach((recipe) => { -// event.recipes.bloodmagic -// .alchemytable(item.of(recipe.output, recipe.count), recipe.inputs) -// .syphon(recipe.syphon) -// .ticks(recipe.ticks) -// .upgradeLevel(recipe.orbLevel); -// }); -// }); diff --git a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/bloodmagic/soulforge.js b/kubejs/server_scripts/fellies/kubejs/base/recipetypes/bloodmagic/soulforge.js deleted file mode 100644 index 983618c..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/bloodmagic/soulforge.js +++ /dev/null @@ -1,23 +0,0 @@ -// events.listen('recipes', (event) => { -// event.recipes.bloodmagic.soulforge({ -// type: 'bloodmagic:soulforge', -// input0: { -// tag: 'forge:stone' -// }, -// input1: { -// tag: 'forge:rods/blaze' -// }, -// input2: { -// item: 'bloodmagic:explosivepowder' -// }, -// input3: { -// item: 'bloodmagic:explosivepowder' -// }, -// output: { -// item: 'bloodmagic:primitive_explosive_cell', -// nbt: '{Damage:0}' -// }, -// minimumDrain: 1200.0, -// drain: 200.0 -// }); -// }); diff --git a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/create/crushing.js b/kubejs/server_scripts/fellies/kubejs/base/recipetypes/create/crushing.js deleted file mode 100644 index c6a34ff..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/create/crushing.js +++ /dev/null @@ -1,13 +0,0 @@ -// events.listen('recipes', (event) => { -// var data = { -// recipes: [ -// { -// outputs: [Item.of('emendatusenigmatica:obsidian_dust'), Item.of('minecraft:obsidian').withChance(0.75)], -// input: 'minecraft:obsidian' -// } -// ] -// }; -// data.recipes.forEach((recipe) => { -// event.recipes.create.crushing(recipe.outputs, recipe.input); -// }); -// }); diff --git a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/create/cutting.js b/kubejs/server_scripts/fellies/kubejs/base/recipetypes/create/cutting.js deleted file mode 100644 index fc17ea9..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/create/cutting.js +++ /dev/null @@ -1,57 +0,0 @@ -// events.listen('recipes', function (event) { -// buildWoodVariants.forEach((variant) => { -// var modID = variant.logBlock.split(':')[0]; - -// // mod blacklist -// if (modID == 'biomesoplenty' || modID == 'minecraft') { -// return; -// } - -// data = { -// recipes: [ -// { -// input: variant.logBlock, -// output: variant.logBlockStripped, -// count: 1, -// time: 50 -// }, -// { -// input: variant.woodBlock, -// output: variant.woodBlockStripped, -// count: 1, -// time: 50 -// }, -// { -// input: variant.logBlockStripped, -// output: variant.plankBlock, -// count: 5, -// time: 100 -// }, -// { -// input: variant.woodBlockStripped, -// output: variant.plankBlock, -// count: 5, -// time: 100 -// } -// ] -// }; - -// data.recipes.forEach((recipe) => { -// event.recipes.create.cutting({ -// type: 'create:cutting', -// ingredients: [ -// { -// item: recipe.input -// } -// ], -// results: [ -// { -// item: recipe.output, -// count: recipe.count -// } -// ], -// processingTime: recipe.time -// }); -// }); -// }); -// }); diff --git a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/create/mechanical_crafting.js b/kubejs/server_scripts/fellies/kubejs/base/recipetypes/create/mechanical_crafting.js deleted file mode 100644 index e5ae504..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/create/mechanical_crafting.js +++ /dev/null @@ -1,35 +0,0 @@ -events.listen('recipes', (event) => { - data = { - recipes: [ - { - pattern: [' L ', 'RRQRR', ' CCC '], - key: { - L: { - tag: 'forge:plates/lapis' - }, - R: { - tag: 'forge:dusts/redstone' - }, - Q: { - item: 'create:polished_rose_quartz' - }, - C: { - tag: 'forge:nuggets/gold' - } - }, - result: 'create:integrated_circuit' - } - ] - }; - - data.recipes.forEach((recipe) => { - event.recipes.create.mechanical_crafting({ - type: 'create.mechanical_crafting', - pattern: recipe.pattern, - key: recipe.key, - result: { - item: recipe.result - } - }); - }); -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/create/milling.js b/kubejs/server_scripts/fellies/kubejs/base/recipetypes/create/milling.js deleted file mode 100644 index 633ff10..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/create/milling.js +++ /dev/null @@ -1,67 +0,0 @@ -// events.listen('recipes', (event) => { -// var data = { -// recipes: [ -// { -// input: 'thermal:blizz_rod', -// outputs: [item.of('thermal:blizz_powder', 3), item.of('minecraft:snowball', 1).withChance(0.25)], -// processingTime: 30 -// }, -// { -// input: 'thermal:blitz_rod', -// outputs: [ -// item.of('thermal:blitz_powder', 3), -// item.of('emendatusenigmatica:potassium_nitrate_gem', 1).withChance(0.25) -// ], -// processingTime: 30 -// }, -// { -// input: 'thermal:basalz_rod', -// outputs: [item.of('thermal:basalz_powder', 3), item.of('thermal:slag', 1).withChance(0.25)], -// processingTime: 30 -// }, -// { -// input: 'byg:pink_sandstone', -// outputs: [item.of('byg:pink_sand')], -// processingTime: 150 -// }, -// { -// input: 'byg:purple_sandstone', -// outputs: [item.of('byg:purple_sand')], -// processingTime: 150 -// }, -// { -// input: 'byg:blue_sandstone', -// outputs: [item.of('byg:blue_sand')], -// processingTime: 150 -// }, -// { -// input: 'byg:white_sandstone', -// outputs: [item.of('byg:white_sand')], -// processingTime: 150 -// }, -// { -// input: 'byg:black_sandstone', -// outputs: [item.of('byg:black_sand')], -// processingTime: 150 -// }, -// { -// input: 'biomesoplenty:black_sandstone', -// outputs: [item.of('biomesoplenty:black_sand')], -// processingTime: 150 -// }, -// { -// input: 'biomesoplenty:orange_sandstone', -// outputs: [item.of('biomesoplenty:orange_sand')], -// processingTime: 150 -// }, -// { -// input: 'biomesoplenty:white_sandstone', -// outputs: [item.of('biomesoplenty:white_sand')], -// processingTime: 150 -// } -// ] -// }; -// data.recipes.forEach((recipe) => { -// event.recipes.create.milling(recipe.outputs, recipe.input).processingTime(recipe.processingTime); -// }); -// }); diff --git a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/create/milling_flowers.js b/kubejs/server_scripts/fellies/kubejs/base/recipetypes/create/milling_flowers.js deleted file mode 100644 index f491f81..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/create/milling_flowers.js +++ /dev/null @@ -1,84 +0,0 @@ -// events.listen('recipes', (event) => { -// var data = { -// recipes: [ -// { input: 'byg:yellow_tulip', color: 'yellow', multiplier: '2' }, -// { input: 'byg:yellow_daffodil', color: 'yellow', multiplier: '2' }, -// { input: 'byg:winter_scilla', color: 'light_blue', multiplier: '2' }, -// { input: 'byg:winter_rose', color: 'white', multiplier: '2' }, -// { input: 'byg:winter_cyclamen', color: 'cyan', multiplier: '2' }, -// { input: 'byg:white_sage', color: 'white', multiplier: '2' }, -// { input: 'byg:white_anemone', color: 'white', multiplier: '2' }, -// { input: 'byg:violet_leather_flower', color: 'blue', multiplier: '2' }, -// { input: 'byg:torch_ginger', color: 'red', multiplier: '2' }, -// { input: 'byg:snowdrops', color: 'white', multiplier: '2' }, -// { input: 'byg:silver_vase_flower', color: 'pink', multiplier: '2' }, -// { input: 'byg:rose', color: 'red', multiplier: '2' }, -// { input: 'byg:richea', color: 'light_gray', multiplier: '2' }, -// { input: 'byg:red_orchid', color: 'red', multiplier: '2' }, -// { input: 'byg:red_cornflower', color: 'red', multiplier: '2' }, -// { input: 'byg:purple_tulip', color: 'purple', multiplier: '2' }, -// { input: 'byg:purple_sage', color: 'purple', multiplier: '2' }, -// { input: 'byg:purple_orchid', color: 'purple', multiplier: '2' }, -// { input: 'byg:purple_amaranth', color: 'purple', multiplier: '2' }, -// { input: 'byg:protea_flower', color: 'magenta', multiplier: '2' }, -// { input: 'byg:pink_orchid', color: 'pink', multiplier: '2' }, -// { input: 'byg:pink_daffodil', color: 'pink', multiplier: '2' }, -// { input: 'byg:pink_anemone', color: 'pink', multiplier: '2' }, -// { input: 'byg:pink_allium_flower_bush', color: 'pink', multiplier: '2' }, -// { input: 'byg:pink_allium', color: 'pink', multiplier: '2' }, -// { input: 'byg:peach_leather_flower', color: 'pink', multiplier: '2' }, -// { input: 'byg:osiria_rose', color: 'pink', multiplier: '2' }, -// { input: 'byg:orange_daisy', color: 'orange', multiplier: '2' }, -// { input: 'byg:orange_amaranth', color: 'orange', multiplier: '2' }, -// { input: 'byg:magenta_tulip', color: 'magenta', multiplier: '2' }, -// { input: 'byg:magenta_amaranth', color: 'magenta', multiplier: '2' }, -// { input: 'byg:lolipop_flower', color: 'yellow', multiplier: '2' }, -// { input: 'byg:lazarus_bellflower', color: 'magenta', multiplier: '2' }, -// { input: 'byg:kovan_flower', color: 'red', multiplier: '2' }, -// { input: 'byg:iris', color: 'purple', multiplier: '2' }, -// { input: 'byg:incan_lily', color: 'orange', multiplier: '2' }, -// { input: 'byg:guzmania', color: 'orange', multiplier: '2' }, -// { input: 'byg:green_tulip', color: 'lime', multiplier: '2' }, -// { input: 'byg:firecracker_flower_bush', color: 'pink', multiplier: '2' }, -// { input: 'byg:fairy_slipper', color: 'magenta', multiplier: '2' }, -// { input: 'byg:daffodil', color: 'pink', multiplier: '2' }, -// { input: 'byg:cyan_rose', color: 'cyan', multiplier: '2' }, -// { input: 'byg:cyan_tulip', color: 'cyan', multiplier: '2' }, -// { input: 'byg:cyan_amaranth', color: 'cyan', multiplier: '2' }, -// { input: 'byg:crocus', color: 'purple', multiplier: '2' }, -// { input: 'byg:california_poppy', color: 'orange', multiplier: '2' }, -// { input: 'byg:blue_sage', color: 'blue', multiplier: '2' }, -// { input: 'byg:black_rose', color: 'black', multiplier: '2' }, -// { input: 'byg:bistort', color: 'pink', multiplier: '2' }, -// { input: 'byg:begonia', color: 'red', multiplier: '2' }, -// { input: 'byg:angelica', color: 'white', multiplier: '2' }, -// { input: 'byg:amaranth', color: 'red', multiplier: '2' }, -// { input: 'byg:alpine_bellflower', color: 'purple', multiplier: '2' }, -// { input: 'byg:allium_flower_bush', color: 'purple', multiplier: '2' }, -// { input: 'byg:reeds', color: 'brown', multiplier: '2' }, -// { input: 'byg:prickly_pear_cactus', color: 'green', multiplier: '2' }, -// { input: 'byg:mini_cactus', color: 'green', multiplier: '2' }, -// { input: 'byg:horseweed', color: 'green', multiplier: '2' }, -// { input: 'byg:golden_spined_cactus', color: 'green', multiplier: '2' }, -// { input: 'byg:blueberries', color: 'blue', multiplier: '2' }, -// { input: 'byg:thereal_bellflower', color: 'light_blue', multiplier: '2' }, -// { input: 'byg:tall_pink_allium', color: 'pink', multiplier: '3' }, -// { input: 'byg:japanese_orchid', color: 'pink', multiplier: '3' }, -// { input: 'byg:foxglove', color: 'cyan', multiplier: '3' }, -// { input: 'byg:delphinium', color: 'blue', multiplier: '3' }, -// { input: 'byg:azalea', color: 'blue', multiplier: '3' }, -// { input: 'byg:tall_allium', color: 'purple', multiplier: '3' } -// ] -// }; -// data.recipes.forEach((recipe) => { -// event.recipes.create.milling( -// [ -// Item.of('minecraft:' + recipe.color + '_dye').withCount(recipe.multiplier), -// Item.of('minecraft:' + recipe.color + '_dye') -// .withCount(2) -// .withChance(0.25) -// ], -// recipe.input -// ); -// }); -// }); diff --git a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/create/mixing.js b/kubejs/server_scripts/fellies/kubejs/base/recipetypes/create/mixing.js deleted file mode 100644 index 30f61c2..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/create/mixing.js +++ /dev/null @@ -1,79 +0,0 @@ -// events.listen('recipes', (event) => { -// var data = { -// recipes_heated: [ -// { -// inputs: ['#forge:ingots/copper', '#forge:ingots/copper', '#forge:ingots/copper', '#forge:ingots/tin'], -// output: Item.of('emendatusenigmatica:bronze_ingot', 4) -// }, -// { -// inputs: ['#forge:ingots/copper', '#forge:ingots/nickel'], -// output: Item.of('emendatusenigmatica:constantan_ingot', 2) -// }, -// { -// inputs: ['#forge:ingots/gold', '#forge:ingots/silver'], -// output: Item.of('emendatusenigmatica:electrum_ingot', 2) -// }, -// { -// inputs: ['#forge:ingots/iron', '#forge:ingots/iron', '#forge:ingots/nickel'], -// output: Item.of('emendatusenigmatica:invar_ingot', 3) -// }, -// { -// inputs: ['#forge:storage_blocks/coal'], -// output: Item.of('emendatusenigmatica:coke_gem', 9) -// } -// ], -// recipes_superheated: [ -// { -// inputs: [ -// '#forge:dusts/coal_coke', -// '#forge:ingots/iron', -// '#forge:ingots/iron', -// '#forge:ingots/iron', -// '#forge:ingots/iron' -// ], -// output: Item.of('emendatusenigmatica:steel_ingot', 4) -// }, -// { -// inputs: [ -// '#forge:ingots/copper', -// '#forge:ingots/copper', -// '#forge:ingots/copper', -// '#forge:ingots/silver', -// '#forge:dusts/redstone', -// '#forge:dusts/redstone', -// '#forge:dusts/redstone', -// '#forge:dusts/redstone' -// ], -// output: Item.of('emendatusenigmatica:signalum_ingot', 4) -// }, -// { -// inputs: [ -// '#forge:ingots/tin', -// '#forge:ingots/tin', -// '#forge:ingots/tin', -// '#forge:ingots/silver', -// '#forge:dusts/glowstone', -// '#forge:dusts/glowstone' -// ], -// output: Item.of('emendatusenigmatica:lumium_ingot', 4) -// }, -// { -// inputs: [ -// '#forge:ingots/lead', -// '#forge:ingots/lead', -// '#forge:ingots/lead', -// '#forge:dusts/diamond', -// '#forge:ender_pearls', -// '#forge:ender_pearls' -// ], -// output: Item.of('emendatusenigmatica:enderium_ingot', 2) -// } -// ] -// }; -// data.recipes_heated.forEach((recipe) => { -// event.recipes.create.mixing(recipe.output, recipe.inputs).heated(); -// }); -// data.recipes_superheated.forEach((recipe) => { -// event.recipes.create.mixing(recipe.output, recipe.inputs).superheated(); -// }); -// }); diff --git a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/immersiveengineering/cloche.js b/kubejs/server_scripts/fellies/kubejs/base/recipetypes/immersiveengineering/cloche.js deleted file mode 100644 index c102ce3..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/immersiveengineering/cloche.js +++ /dev/null @@ -1,339 +0,0 @@ -// events.listen('recipes', (event) => { -// var data = { -// recipes: [ -// { -// input: 'simplefarming:yam', -// results: [{ item: 'simplefarming:yam', count: 2 }], -// time: 800, -// soils: [{ item: 'minecraft:dirt' }], -// render: { type: 'crop', block: 'simplefarming:yam_crop' } -// }, -// { -// input: 'simplefarming:ginger', -// results: [{ item: 'simplefarming:ginger', count: 2 }], -// time: 800, -// soils: [{ item: 'minecraft:dirt' }], -// render: { type: 'crop', block: 'simplefarming:ginger_crop' } -// }, -// { -// input: 'simplefarming:onion', -// results: [{ item: 'simplefarming:onion', count: 2 }], -// time: 800, -// soils: [{ item: 'minecraft:dirt' }], -// render: { type: 'crop', block: 'simplefarming:onion_crop' } -// }, -// { -// input: 'simplefarming:sweet_potato', -// results: [{ item: 'simplefarming:sweet_potato', count: 2 }], -// time: 800, -// soils: [{ item: 'minecraft:dirt' }], -// render: { type: 'crop', block: 'simplefarming:sweet_potato_crop' } -// }, -// { -// input: 'simplefarming:radish', -// results: [{ item: 'simplefarming:radish', count: 2 }], -// time: 800, -// soils: [{ item: 'minecraft:dirt' }], -// render: { type: 'crop', block: 'simplefarming:radish_crop' } -// }, -// { -// input: 'simplefarming:cassava', -// results: [{ item: 'simplefarming:cassava', count: 2 }], -// time: 800, -// soils: [{ item: 'minecraft:dirt' }], -// render: { type: 'crop', block: 'simplefarming:cassava_crop' } -// }, -// { -// input: 'simplefarming:turnip', -// results: [{ item: 'simplefarming:turnip', count: 2 }], -// time: 800, -// soils: [{ item: 'minecraft:dirt' }], -// render: { type: 'crop', block: 'simplefarming:turnip_crop' } -// }, -// { -// input: 'simplefarming:cumin_seeds', -// results: [{ item: 'simplefarming:cumin_seeds', count: 2 }], -// time: 640, -// soils: [{ item: 'minecraft:dirt' }], -// render: { type: 'crop', block: 'simplefarming:cumin' } -// }, -// { -// input: 'simplefarming:quinoa_seeds', -// results: [{ item: 'simplefarming:quinoa_seeds', count: 2 }], -// time: 640, -// soils: [{ item: 'minecraft:dirt' }], -// render: { type: 'crop', block: 'simplefarming:quinoa' } -// }, -// { -// input: 'simplefarming:peanut', -// results: [{ item: 'simplefarming:peanut', count: 2 }], -// time: 640, -// soils: [{ item: 'minecraft:dirt' }], -// render: { type: 'crop', block: 'simplefarming:peanut_crop' } -// }, -// { -// input: 'simplefarming:rice_seeds', -// results: [{ item: 'simplefarming:rice', count: 2 }, { item: 'simplefarming:rice_seeds' }], -// time: 640, -// soils: [{ item: 'minecraft:dirt' }], -// render: { type: 'crop', block: 'simplefarming:rice_crop' } -// }, -// { -// input: 'simplefarming:barley_seeds', -// results: [{ item: 'simplefarming:barley', count: 2 }, { item: 'simplefarming:barley_seeds' }], -// time: 640, -// soils: [{ item: 'minecraft:dirt' }], -// render: { type: 'crop', block: 'simplefarming:barley_crop' } -// }, -// { -// input: 'simplefarming:oat_seeds', -// results: [{ item: 'simplefarming:oat', count: 2 }, { item: 'simplefarming:oat_seeds' }], -// time: 640, -// soils: [{ item: 'minecraft:dirt' }], -// render: { type: 'crop', block: 'simplefarming:oat_crop' } -// }, -// { -// input: 'simplefarming:rye_seeds', -// results: [{ item: 'simplefarming:rye', count: 2 }, { item: 'simplefarming:rye_seeds' }], -// time: 640, -// soils: [{ item: 'minecraft:dirt' }], -// render: { type: 'crop', block: 'simplefarming:rye_crop' } -// }, -// { -// input: 'simplefarming:sorghum_seeds', -// results: [{ item: 'simplefarming:sorghum', count: 2 }, { item: 'simplefarming:sorghum_seeds' }], -// time: 640, -// soils: [{ item: 'minecraft:dirt' }], -// render: { type: 'crop', block: 'simplefarming:sorghum_crop' } -// }, -// { -// input: 'simplefarming:corn_seeds', -// results: [{ item: 'simplefarming:corn', count: 2 }, { item: 'simplefarming:corn_seeds' }], -// time: 800, -// soils: [{ item: 'minecraft:dirt' }], -// render: { type: 'crop', block: 'simplefarming:corn_crop' } -// }, -// { -// input: 'simplefarming:tomato_seeds', -// results: [{ item: 'simplefarming:tomato', count: 2 }, { item: 'simplefarming:tomato_seeds' }], -// time: 560, -// soils: [{ item: 'minecraft:dirt' }], -// render: { type: 'crop', block: 'simplefarming:tomato_crop' } -// }, -// { -// input: 'simplefarming:soybean_seeds', -// results: [{ item: 'simplefarming:soybean', count: 2 }, { item: 'simplefarming:soybean_seeds' }], -// time: 560, -// soils: [{ item: 'minecraft:dirt' }], -// render: { type: 'crop', block: 'simplefarming:soybean_crop' } -// }, -// { -// input: 'simplefarming:pepper_seeds', -// results: [{ item: 'simplefarming:pepper', count: 2 }, { item: 'simplefarming:pepper_seeds' }], -// time: 560, -// soils: [{ item: 'minecraft:dirt' }], -// render: { type: 'crop', block: 'simplefarming:pepper_crop' } -// }, -// { -// input: 'simplefarming:pepper_seeds', -// results: [{ item: 'simplefarming:habanero' }, { item: 'simplefarming:pepper_seeds' }], -// time: 1680, -// soils: [{ item: 'minecraft:netherrack' }], -// render: { type: 'crop', block: 'simplefarming:pepper_crop' } -// }, -// { -// input: 'simplefarming:zucchini_seeds', -// results: [{ item: 'simplefarming:zucchini', count: 2 }, { item: 'simplefarming:zucchini_seeds' }], -// time: 560, -// soils: [{ item: 'minecraft:dirt' }], -// render: { type: 'crop', block: 'simplefarming:zucchini_crop' } -// }, -// { -// input: 'simplefarming:cucumber_seeds', -// results: [{ item: 'simplefarming:cucumber', count: 2 }, { item: 'simplefarming:cucumber_seeds' }], -// time: 560, -// soils: [{ item: 'minecraft:dirt' }], -// render: { type: 'crop', block: 'simplefarming:cucumber_crop' } -// }, -// { -// input: 'simplefarming:pea_seeds', -// results: [{ item: 'simplefarming:pea_pod', count: 2 }, { item: 'simplefarming:pea_seeds' }], -// time: 560, -// soils: [{ item: 'minecraft:dirt' }], -// render: { type: 'crop', block: 'simplefarming:pea_crop' } -// }, -// { -// input: 'simplefarming:eggplant_seeds', -// results: [{ item: 'simplefarming:eggplant', count: 2 }, { item: 'simplefarming:eggplant_seeds' }], -// time: 560, -// soils: [{ item: 'minecraft:dirt' }], -// render: { type: 'crop', block: 'simplefarming:eggplant_crop' } -// }, -// { -// input: 'simplefarming:spinach_seeds', -// results: [{ item: 'simplefarming:spinach', count: 2 }, { item: 'simplefarming:spinach_seeds' }], -// time: 480, -// soils: [{ item: 'minecraft:dirt' }], -// render: { type: 'crop', block: 'simplefarming:spinach_crop' } -// }, -// { -// input: 'simplefarming:broccoli_seeds', -// results: [{ item: 'simplefarming:broccoli', count: 2 }, { item: 'simplefarming:broccoli_seeds' }], -// time: 480, -// soils: [{ item: 'minecraft:dirt' }], -// render: { type: 'crop', block: 'simplefarming:broccoli_crop' } -// }, -// { -// input: 'simplefarming:lettuce_seeds', -// results: [{ item: 'simplefarming:lettuce', count: 2 }, { item: 'simplefarming:lettuce_seeds' }], -// time: 480, -// soils: [{ item: 'minecraft:dirt' }], -// render: { type: 'crop', block: 'simplefarming:lettuce_crop' } -// }, -// { -// input: 'simplefarming:cantaloupe_seeds', -// results: [{ item: 'simplefarming:cantaloupe_block' }], -// time: 800, -// soils: [{ item: 'minecraft:dirt' }], -// render: { type: 'crop', block: 'simplefarming:cantaloupe_crop' } -// }, -// { -// input: 'simplefarming:honeydew_seeds', -// results: [{ item: 'simplefarming:honeydew_block' }], -// time: 800, -// soils: [{ item: 'minecraft:dirt' }], -// render: { type: 'crop', block: 'simplefarming:honeydew_crop' } -// }, -// { -// input: 'simplefarming:squash_seeds', -// results: [{ item: 'simplefarming:squash_block' }], -// time: 800, -// soils: [{ item: 'minecraft:dirt' }], -// render: { type: 'crop', block: 'simplefarming:squash_crop' } -// }, -// { -// input: 'simplefarming:cotton_seeds', -// results: [{ item: 'simplefarming:cotton' }, { item: 'simplefarming:cotton_seeds', count: 2 }], -// time: 800, -// soils: [{ item: 'minecraft:dirt' }], -// render: { type: 'crop', block: 'simplefarming:cotton_crop' } -// }, -// { -// input: 'simplefarming:kenaf_seeds', -// results: [{ item: 'simplefarming:kenaf_fiber' }, { item: 'simplefarming:kenaf_seeds', count: 2 }], -// time: 800, -// soils: [{ item: 'minecraft:dirt' }], -// render: { type: 'hemp', block: 'simplefarming:kenaf_crop' } -// }, -// { -// input: 'quark:glowshroom', -// results: [{ item: 'quark:glowshroom' }], -// time: 480, -// soils: [{ item: 'minecraft:mycelium' }, { item: 'minecraft:podzol' }], -// render: { type: 'generic', block: 'quark:glowshroom' } -// }, -// { -// input: 'byg:sythian_fungus', -// results: [{ item: 'byg:sythian_fungus' }], -// time: 480, -// soils: [{ item: 'minecraft:mycelium' }, { item: 'minecraft:podzol' }], -// render: { type: 'generic', block: 'byg:sythian_fungus' } -// }, -// { -// input: 'byg:green_mushroom', -// results: [{ item: 'byg:green_mushroom' }], -// time: 480, -// soils: [{ item: 'minecraft:mycelium' }, { item: 'minecraft:podzol' }], -// render: { type: 'generic', block: 'minecraft:mycelium' } -// }, -// { -// input: 'byg:weeping_milkcap', -// results: [{ item: 'byg:weeping_milkcap' }], -// time: 480, -// soils: [{ item: 'minecraft:mycelium' }, { item: 'minecraft:podzol' }], -// render: { type: 'generic', block: 'byg:weeping_milkcap' } -// }, -// { -// input: 'byg:wood_blewit', -// results: [{ item: 'byg:wood_blewit' }], -// time: 480, -// soils: [{ item: 'minecraft:mycelium' }, { item: 'minecraft:podzol' }], -// render: { type: 'generic', block: 'byg:wood_blewit' } -// }, -// { -// input: 'byg:black_puff', -// results: [{ item: 'byg:black_puff' }], -// time: 480, -// soils: [{ item: 'minecraft:mycelium' }, { item: 'minecraft:podzol' }], -// render: { type: 'generic', block: 'byg:black_puff' } -// }, -// // No longer exists? -// // { -// // input: 'byg:toadstool', -// // results: [{item: 'byg:toadstool'}], -// // time: 480, -// // soils: [{item: 'minecraft:mycelium'},{item: 'minecraft:podzol'}], -// // render: {type: 'generic', block: 'byg:toadstool'} -// // }, -// { -// input: 'byg:death_cap', -// results: [{ item: 'byg:death_cap' }], -// time: 480, -// soils: [{ item: 'minecraft:mycelium' }, { item: 'minecraft:podzol' }], -// render: { type: 'generic', block: 'byg:death_cap' } -// }, -// { -// input: 'byg:blue_glowshroom', -// results: [{ item: 'byg:blue_glowshroom' }], -// time: 480, -// soils: [{ item: 'minecraft:mycelium' }, { item: 'minecraft:podzol' }], -// render: { type: 'generic', block: 'byg:blue_glowshroom' } -// }, -// { -// input: 'byg:purple_glowshroom', -// results: [{ item: 'byg:purple_glowshroom' }], -// time: 480, -// soils: [{ item: 'minecraft:mycelium' }, { item: 'minecraft:podzol' }], -// render: { type: 'generic', block: 'byg:purple_glowshroom' } -// }, -// { -// input: 'minecraft:crimson_fungus', -// results: [{ item: 'minecraft:crimson_fungus' }], -// time: 480, -// soils: [{ item: 'minecraft:crimson_nylium' }, { item: 'minecraft:warped_nylium' }], -// render: { type: 'generic', block: 'minecraft:crimson_fungus' } -// }, -// { -// input: 'minecraft:warped_fungus', -// results: [{ item: 'minecraft:warped_fungus' }], -// time: 480, -// soils: [{ item: 'minecraft:crimson_nylium' }, { item: 'minecraft:warped_nylium' }], -// render: { type: 'generic', block: 'minecraft:warped_fungus' } -// }, -// { -// input: 'byg:shulkren_fungus', -// results: [{ item: 'byg:shulkren_fungus' }], -// time: 480, -// soils: [{ item: 'byg:shulkren_phylium' }], -// render: { type: 'generic', block: 'byg:shulkren_fungus' } -// }, -// { -// input: 'byg:soul_shroom', -// results: [{ item: 'byg:soul_shroom' }], -// time: 480, -// soils: [{ item: 'byg:nylium_soul_sand' }], -// render: { type: 'generic', block: 'byg:soul_shroom' } -// } -// ] -// }; -// data.recipes.forEach((recipe) => { -// event.recipes.immersiveengineering.cloche({ -// type: 'immersiveengineering:cloche', -// results: recipe.results, -// input: { item: recipe.input }, -// soil: recipe.soils, -// time: recipe.time, -// render: recipe.render -// }); -// }); -// }); diff --git a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/immersiveengineering/crusher.js b/kubejs/server_scripts/fellies/kubejs/base/recipetypes/immersiveengineering/crusher.js deleted file mode 100644 index 554fd37..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/immersiveengineering/crusher.js +++ /dev/null @@ -1,99 +0,0 @@ -// events.listen('recipes', (event) => { -// var data = { -// recipes: [ -// { -// input: 'thermal:blizz_rod', -// output: item.of('thermal:blizz_powder', 4), -// secondary: [item.of('minecraft:snowball').chance(0.5)] -// }, -// { -// input: 'thermal:blitz_rod', -// output: item.of('thermal:blitz_powder', 4), -// secondary: [item.of('emendatusenigmatica:potassium_nitrate_gem').chance(0.5)] -// }, -// { -// input: 'thermal:basalz_rod', -// output: item.of('thermal:basalz_powder', 4), -// secondary: [item.of('thermal:slag').chance(0.5)] -// }, -// { -// input: '#forge:ores/nickel', -// output: item.of('emendatusenigmatica:nickel_dust', 2), -// secondary: [item.of('emendatusenigmatica:iron_dust').chance(0.1)] -// }, -// { -// input: '#forge:ores/gold', -// output: item.of('emendatusenigmatica:gold_dust', 2), -// secondary: [item.of('emendatusenigmatica:zinc_dust').chance(0.1)] -// }, -// { -// input: '#forge:ores/aluminum', -// output: item.of('emendatusenigmatica:aluminum_dust', 2), -// secondary: [item.of('emendatusenigmatica:iron_dust').chance(0.1)] -// }, -// { -// input: '#forge:ores/osmium', -// output: item.of('emendatusenigmatica:osmium_dust', 2), -// secondary: [item.of('emendatusenigmatica:tin_dust').chance(0.1)] -// }, -// { -// input: '#forge:ores/tin', -// output: item.of('emendatusenigmatica:tin_dust', 2), -// secondary: [item.of('emendatusenigmatica:osmium_dust').chance(0.1)] -// }, -// { -// input: '#forge:ores/zinc', -// output: item.of('emendatusenigmatica:zinc_dust', 2), -// secondary: [item.of('emendatusenigmatica:gold_dust').chance(0.1)] -// }, -// { -// input: 'byg:pink_sandstone', -// output: item.of('byg:pink_sand', 2), -// secondary: [item.of('emendatusenigmatica:potassium_nitrate_gem').chance(0.5)] -// }, -// { -// input: 'byg:purple_sandstone', -// output: item.of('byg:purple_sand', 2), -// secondary: [item.of('emendatusenigmatica:potassium_nitrate_gem').chance(0.5)] -// }, -// { -// input: 'byg:blue_sandstone', -// output: item.of('byg:blue_sand', 2), -// secondary: [item.of('emendatusenigmatica:potassium_nitrate_gem').chance(0.5)] -// }, -// { -// input: 'byg:white_sandstone', -// output: item.of('byg:white_sand', 2), -// secondary: [item.of('emendatusenigmatica:potassium_nitrate_gem').chance(0.5)] -// }, -// { -// input: 'byg:black_sandstone', -// output: item.of('byg:black_sand', 2), -// secondary: [item.of('emendatusenigmatica:potassium_nitrate_gem').chance(0.5)] -// }, -// { -// input: 'biomesoplenty:black_sandstone', -// output: item.of('biomesoplenty:black_sand', 2), -// secondary: [item.of('emendatusenigmatica:potassium_nitrate_gem').chance(0.5)] -// }, -// { -// input: 'biomesoplenty:orange_sandstone', -// output: item.of('biomesoplenty:orange_sand', 2), -// secondary: [item.of('emendatusenigmatica:potassium_nitrate_gem').chance(0.5)] -// }, -// { -// input: 'biomesoplenty:white_sandstone', -// output: item.of('biomesoplenty:white_sand', 2), -// secondary: [item.of('emendatusenigmatica:potassium_nitrate_gem').chance(0.5)] -// } -// ] -// }; -// data.recipes.forEach((recipe) => { -// event.remove({ -// input: recipe.input, -// mod: 'immersiveengineering', -// type: 'immersiveengineering:crusher' -// }); -// event.recipes.immersiveengineering.crusher(recipe.output, recipe.input, recipe.secondary); -// }); -// }); diff --git a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/immersiveengineering/sawmill.js b/kubejs/server_scripts/fellies/kubejs/base/recipetypes/immersiveengineering/sawmill.js deleted file mode 100644 index 6eda143..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/immersiveengineering/sawmill.js +++ /dev/null @@ -1,38 +0,0 @@ -// events.listen('recipes', function (event) { -// buildWoodVariants.forEach((variant) => { -// var modID = variant.logBlock.split(':')[0]; -// var sawDust = 'emendatusenigmatica:wood_dust'; - -// // mod blacklist -// if (modID == 'minecraft') { -// return; -// } - -// event.recipes.immersiveengineering -// .sawmill(item.of(variant.plankBlock, 6), variant.logBlockStripped, [ -// { -// stripping: false, -// output: sawDust -// } -// ]) -// .energy(800); - -// event.recipes.immersiveengineering -// .sawmill( -// item.of(variant.plankBlock, 6), -// [variant.logBlock, variant.woodBlock], -// [ -// { -// stripping: true, -// output: sawDust -// }, -// { -// stripping: false, -// output: sawDust -// } -// ], -// variant.logBlockStripped -// ) -// .energy(1600); -// }); -// }); diff --git a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/immersiveengineering/squeezer.js b/kubejs/server_scripts/fellies/kubejs/base/recipetypes/immersiveengineering/squeezer.js deleted file mode 100644 index 596e499..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/immersiveengineering/squeezer.js +++ /dev/null @@ -1,69 +0,0 @@ -// events.listen('recipes', (event) => { -// var data = { -// recipes: [ -// { input: 'simplefarming:cumin_seeds', fluid: 'immersiveengineering:plantoil', amount: 20, energy: 6400 }, -// { -// input: 'simplefarming:cantaloupe_seeds', -// fluid: 'immersiveengineering:plantoil', -// amount: 20, -// energy: 6400 -// }, -// { input: 'simplefarming:honeydew_seeds', fluid: 'immersiveengineering:plantoil', amount: 20, energy: 6400 }, -// { input: 'simplefarming:eggplant_seeds', fluid: 'immersiveengineering:plantoil', amount: 20, energy: 6400 }, -// { input: 'simplefarming:cucumber_seeds', fluid: 'immersiveengineering:plantoil', amount: 20, energy: 6400 }, -// { input: 'simplefarming:ginger_seeds', fluid: 'immersiveengineering:plantoil', amount: 20, energy: 6400 }, -// { input: 'simplefarming:kenaf_seeds', fluid: 'immersiveengineering:plantoil', amount: 20, energy: 6400 }, -// { input: 'simplefarming:cotton_seeds', fluid: 'immersiveengineering:plantoil', amount: 20, energy: 6400 }, -// { input: 'simplefarming:lettuce_seeds', fluid: 'immersiveengineering:plantoil', amount: 20, energy: 6400 }, -// { input: 'simplefarming:squash_seeds', fluid: 'immersiveengineering:plantoil', amount: 20, energy: 6400 }, -// { input: 'simplefarming:spinach_seeds', fluid: 'immersiveengineering:plantoil', amount: 40, energy: 6400 }, -// { input: 'simplefarming:soybean_seeds', fluid: 'immersiveengineering:plantoil', amount: 40, energy: 6400 }, -// { input: 'simplefarming:pea_seeds', fluid: 'immersiveengineering:plantoil', amount: 40, energy: 6400 }, -// { input: 'simplefarming:onion_seeds', fluid: 'immersiveengineering:plantoil', amount: 40, energy: 6400 }, -// { input: 'simplefarming:broccoli_seeds', fluid: 'immersiveengineering:plantoil', amount: 40, energy: 6400 }, -// { input: 'simplefarming:zucchini_seeds', fluid: 'immersiveengineering:plantoil', amount: 40, energy: 6400 }, -// { input: 'simplefarming:radish_seeds', fluid: 'immersiveengineering:plantoil', amount: 60, energy: 6400 }, -// { input: 'simplefarming:potato_seeds', fluid: 'immersiveengineering:plantoil', amount: 60, energy: 6400 }, -// { input: 'simplefarming:pepper_seeds', fluid: 'immersiveengineering:plantoil', amount: 60, energy: 6400 }, -// { input: 'simplefarming:yam_seeds', fluid: 'immersiveengineering:plantoil', amount: 60, energy: 6400 }, -// { input: 'simplefarming:turnip_seeds', fluid: 'immersiveengineering:plantoil', amount: 60, energy: 6400 }, -// { input: 'simplefarming:tomato_seeds', fluid: 'immersiveengineering:plantoil', amount: 60, energy: 6400 }, -// { -// input: 'simplefarming:sweet_potato_seeds', -// fluid: 'immersiveengineering:plantoil', -// amount: 60, -// energy: 6400 -// }, -// { input: 'simplefarming:carrot_seeds', fluid: 'immersiveengineering:plantoil', amount: 60, energy: 6400 }, -// { input: 'simplefarming:cassava_seeds', fluid: 'immersiveengineering:plantoil', amount: 60, energy: 6400 }, -// { input: 'simplefarming:sorghum_seeds', fluid: 'immersiveengineering:plantoil', amount: 80, energy: 6400 }, -// { input: 'simplefarming:rye_seeds', fluid: 'immersiveengineering:plantoil', amount: 80, energy: 6400 }, -// { input: 'simplefarming:rice_seeds', fluid: 'immersiveengineering:plantoil', amount: 80, energy: 6400 }, -// { input: 'simplefarming:barley_seeds', fluid: 'immersiveengineering:plantoil', amount: 80, energy: 6400 }, -// { -// input: 'simplefarming:sunflower_seeds', -// fluid: 'immersiveengineering:plantoil', -// amount: 80, -// energy: 6400 -// }, -// { input: 'simplefarming:corn_seeds', fluid: 'immersiveengineering:plantoil', amount: 80, energy: 6400 }, -// { input: 'simplefarming:oat_seeds', fluid: 'immersiveengineering:plantoil', amount: 80, energy: 6400 }, -// { input: 'simplefarming:peanut_seeds', fluid: 'immersiveengineering:plantoil', amount: 80, energy: 6400 }, -// { input: 'simplefarming:quinoa_seeds', fluid: 'immersiveengineering:plantoil', amount: 80, energy: 6400 }, -// { input: 'simplefarming:grape_seeds', fluid: 'immersiveengineering:plantoil', amount: 120, energy: 6400 } -// ] -// }; -// data.recipes.forEach((recipe) => { -// event.recipes.immersiveengineering.squeezer({ -// type: 'immersiveengineering:squeezer', -// fluid: { -// fluid: recipe.fluid, -// amount: recipe.amount -// }, -// input: { -// item: recipe.input -// }, -// energy: recipe.energy -// }); -// }); -// }); diff --git a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/industrialforegoing/dissolution_chamber_essence_conversion.js b/kubejs/server_scripts/fellies/kubejs/base/recipetypes/industrialforegoing/dissolution_chamber_essence_conversion.js deleted file mode 100644 index 6bacda6..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/industrialforegoing/dissolution_chamber_essence_conversion.js +++ /dev/null @@ -1,18 +0,0 @@ -// events.listen('recipes', (event) => { -// event.recipes.industrialforegoing.dissolution_chamber({ -// type: 'industrialforegoing.dissolution_chamber', -// input: [ -// { -// item: 'minecraft:glass_pane' -// } -// ], -// inputFluid: '{ FluidName: "pneumaticcraft:memory_essence", Amount: 1000 }', -// processingTime: 100, -// output: { -// item: 'minecraft:glass_pane', -// count: 1 -// }, -// outputFluid: '{FluidName:"industrialforegoing:essence",Amount:1000}', -// type: 'industrialforegoing:dissolution_chamber' -// }); -// }); diff --git a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/industrialforegoing/laser_drill_fluid.js b/kubejs/server_scripts/fellies/kubejs/base/recipetypes/industrialforegoing/laser_drill_fluid.js deleted file mode 100644 index 61389cc..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/industrialforegoing/laser_drill_fluid.js +++ /dev/null @@ -1,62 +0,0 @@ -// events.listen('recipes', function (event) { -// event.remove({ id: 'industrialforegoing:laser_drill_fluid/oil' }); -// event.recipes.industrialforegoing.laser_drill_fluid({ -// type: 'industrialforegoing.laser_drill_fluid', -// output: '{FluidName:"pneumaticcraft:oil",Amount:10}', -// rarity: [ -// { -// whitelist: {}, -// blacklist: { -// type: 'minecraft:worldgen/biome', -// values: [ -// 'minecraft:nether_wastes', -// 'minecraft:basalt_deltas', -// 'minecraft:warped_forest', -// 'minecraft:crimson_forest', -// 'minecraft:soul_sand_valley', -// 'byg:embur_bog', -// 'byg:glowstone_gardens', -// 'byg:sythian_torrids', -// 'byg:warped_desert', -// 'byg:subzero_hypogeal', -// 'byg:quartz_desert', -// 'byg:brimstone_caverns', -// 'byg:weeping_mire', -// 'byg:withering_woods', -// 'byg:magma_wastes', -// 'byg:wailing_garth', -// 'byg:crimson_gardens', -// 'biomesoplenty:crystalline_chasm', -// 'biomesoplenty:undergrowth', -// 'biomesoplenty:visceral_heap', -// 'biomesoplenty:withered_abyss', -// 'minecraft:the_end', -// 'minecraft:the_void', -// 'minecraft:small_end_islands', -// 'minecraft:end_barrens', -// 'minecraft:end_highlands', -// 'minecraft:end_midlands', -// 'byg:ivis_fields', -// 'byg:bulbis_gardens', -// 'byg:shattered_desert', -// 'byg:ethereal_islands', -// 'byg:purpur_peaks', -// 'byg:cryptic_wastes', -// 'byg:viscal_isles', -// 'byg:shulkren_forest', -// 'byg:nightshade_forest' -// ] -// }, -// depth_min: 5, -// depth_max: 20, -// weight: 8 -// } -// ], -// pointer: 0, -// catalyst: { -// item: 'industrialforegoing:laser_lens15' -// }, -// entity: 'minecraft:empty', -// type: 'industrialforegoing:laser_drill_fluid' -// }); -// }); diff --git a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/industrialforegoing/laser_drill_ore.js b/kubejs/server_scripts/fellies/kubejs/base/recipetypes/industrialforegoing/laser_drill_ore.js deleted file mode 100644 index df1904f..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/industrialforegoing/laser_drill_ore.js +++ /dev/null @@ -1,1016 +0,0 @@ -// events.listen('recipes', function (event) { -// var end_biomes = [ -// 'minecraft:the_end', -// 'minecraft:the_void', -// 'minecraft:small_end_islands', -// 'minecraft:end_barrens', -// 'minecraft:end_highlands', -// 'minecraft:end_midlands', -// 'byg:ivis_fields', -// 'byg:bulbis_gardens', -// 'byg:shattered_desert', -// 'byg:ethereal_islands', -// 'byg:purpur_peaks', -// 'byg:cryptic_wastes', -// 'byg:viscal_isles', -// 'byg:shulkren_forest', -// 'byg:nightshade_forest' -// ]; - -// var nether_biomes = [ -// 'minecraft:nether_wastes', -// 'minecraft:basalt_deltas', -// 'minecraft:warped_forest', -// 'minecraft:crimson_forest', -// 'minecraft:soul_sand_valley', -// 'byg:embur_bog', -// 'byg:glowstone_gardens', -// 'byg:sythian_torrids', -// 'byg:warped_desert', -// 'byg:subzero_hypogeal', -// 'byg:quartz_desert', -// 'byg:brimstone_caverns', -// 'byg:weeping_mire', -// 'byg:withering_woods', -// 'byg:magma_wastes', -// 'byg:wailing_garth', -// 'byg:crimson_gardens', -// 'biomesoplenty:crystalline_chasm', -// 'biomesoplenty:undergrowth', -// 'biomesoplenty:visceral_heap', -// 'biomesoplenty:withered_abyss' -// ]; - -// //var nether_end_biomes = end_biomes.concat(nether_biomes); - -// event.remove({ id: 'industrialforegoing:laser_drill_ore/sapphire' }); -// event.remove({ id: 'industrialforegoing:laser_drill_ore/ruby' }); -// event.remove({ id: 'industrialforegoing:laser_drill_ore/niter' }); -// event.recipes.industrialforegoing.laser_drill_ore({ -// type: 'industrialforegoing.laser_drill_ore', -// output: { -// tag: 'forge:chunks/potassium_nitrate' -// }, -// rarity: [ -// { -// whitelist: {}, -// blacklist: { -// type: 'minecraft:worldgen/biome', -// values: end_biomes -// }, -// depth_min: 5, -// depth_max: 32, -// weight: 6 -// }, -// { -// whitelist: {}, -// blacklist: { -// type: 'minecraft:worldgen/biome', -// values: end_biomes -// }, -// depth_min: 0, -// depth_max: 255, -// weight: 1 -// } -// ], -// pointer: 0, -// catalyst: { -// item: 'industrialforegoing:laser_lens8' -// }, -// type: 'industrialforegoing:laser_drill_ore' -// }); - -// event.remove({ id: 'industrialforegoing:laser_drill_ore/arcane' }); -// event.remove({ id: 'industrialforegoing:laser_drill_ore/mana' }); -// event.recipes.industrialforegoing.laser_drill_ore({ -// type: 'industrialforegoing.laser_drill_ore', -// output: { -// tag: 'forge:chunks/mana' -// }, -// rarity: [ -// { -// whitelist: {}, -// blacklist: { -// type: 'minecraft:worldgen/biome', -// values: end_biomes -// }, -// depth_min: 5, -// depth_max: 32, -// weight: 6 -// }, -// { -// whitelist: {}, -// blacklist: { -// type: 'minecraft:worldgen/biome', -// values: end_biomes -// }, -// depth_min: 0, -// depth_max: 255, -// weight: 1 -// } -// ], -// pointer: 0, -// catalyst: { -// item: 'industrialforegoing:laser_lens10' -// }, -// type: 'industrialforegoing:laser_drill_ore' -// }); - -// event.remove({ id: 'industrialforegoing:laser_drill_ore/bitumen' }); -// event.recipes.industrialforegoing.laser_drill_ore({ -// type: 'industrialforegoing.laser_drill_ore', -// output: { -// tag: 'forge:chunks/bitumen' -// }, -// rarity: [ -// { -// whitelist: {}, -// blacklist: { -// type: 'minecraft:worldgen/biome', -// values: end_biomes -// }, -// depth_min: 10, -// depth_max: 40, -// weight: 5 -// }, -// { -// whitelist: {}, -// blacklist: { -// type: 'minecraft:worldgen/biome', -// values: end_biomes -// }, -// depth_min: 0, -// depth_max: 255, -// weight: 1 -// } -// ], -// pointer: 0, -// catalyst: { -// item: 'industrialforegoing:laser_lens15' -// }, -// type: 'industrialforegoing:laser_drill_ore' -// }); - -// event.remove({ id: 'industrialforegoing:laser_drill_ore/fluorite' }); -// event.recipes.industrialforegoing.laser_drill_ore({ -// type: 'industrialforegoing.laser_drill_ore', -// output: { -// tag: 'forge:chunks/fluorite' -// }, -// rarity: [ -// { -// whitelist: {}, -// blacklist: { -// type: 'minecraft:worldgen/biome', -// values: end_biomes -// }, -// depth_min: 5, -// depth_max: 16, -// weight: 4 -// }, -// { -// whitelist: {}, -// blacklist: { -// type: 'minecraft:worldgen/biome', -// values: end_biomes -// }, -// depth_min: 0, -// depth_max: 255, -// weight: 1 -// } -// ], -// pointer: 0, -// catalyst: { -// item: 'industrialforegoing:laser_lens7' -// }, -// type: 'industrialforegoing:laser_drill_ore' -// }); - -// event.recipes.industrialforegoing.laser_drill_ore({ -// type: 'industrialforegoing.laser_drill_ore', -// output: { -// item: 'emendatusenigmatica:dimensional_chunk' -// }, -// rarity: [ -// { -// whitelist: { -// type: 'minecraft:worldgen/biome', -// values: end_biomes -// }, -// blacklist: {}, -// depth_min: 0, -// depth_max: 255, -// weight: 12 -// }, -// { -// whitelist: { -// type: 'minecraft:worldgen/biome', -// values: nether_biomes -// }, -// blacklist: {}, -// depth_min: 7, -// depth_max: 117, -// weight: 12 -// }, -// { -// whitelist: {}, -// blacklist: { -// type: 'minecraft:worldgen/biome', -// values: end_biomes -// }, -// depth_min: 0, -// depth_max: 255, -// weight: 1 -// } -// ], -// pointer: 0, -// catalyst: { -// item: 'industrialforegoing:laser_lens0' -// }, -// type: 'industrialforegoing:laser_drill_ore' -// }); - -// event.remove({ id: 'industrialforegoing:laser_drill_ore/aluminum' }); -// event.recipes.industrialforegoing.laser_drill_ore({ -// type: 'industrialforegoing.laser_drill_ore', -// output: { -// tag: 'forge:chunks/aluminum' -// }, -// rarity: [ -// { -// whitelist: {}, -// blacklist: { -// type: 'minecraft:worldgen/biome', -// values: end_biomes -// }, -// depth_min: 68, -// depth_max: 84, -// weight: 5 -// }, -// { -// whitelist: {}, -// blacklist: { -// type: 'minecraft:worldgen/biome', -// values: end_biomes -// }, -// depth_min: 0, -// depth_max: 255, -// weight: 1 -// } -// ], -// pointer: 0, -// catalyst: { -// item: 'industrialforegoing:laser_lens12' -// }, -// type: 'industrialforegoing:laser_drill_ore' -// }); - -// event.remove({ id: 'industrialforegoing:laser_drill_ore/coal' }); -// event.recipes.industrialforegoing.laser_drill_ore({ -// type: 'industrialforegoing.laser_drill_ore', -// output: { -// tag: 'forge:chunks/coal' -// }, -// rarity: [ -// { -// whitelist: {}, -// blacklist: { -// type: 'minecraft:worldgen/biome', -// values: end_biomes -// }, -// depth_min: 5, -// depth_max: 132, -// weight: 10 -// }, -// { -// whitelist: {}, -// blacklist: { -// type: 'minecraft:worldgen/biome', -// values: end_biomes -// }, -// depth_min: 0, -// depth_max: 255, -// weight: 4 -// } -// ], -// pointer: 0, -// catalyst: { -// item: 'industrialforegoing:laser_lens15' -// }, -// type: 'industrialforegoing:laser_drill_ore' -// }); - -// event.remove({ id: 'industrialforegoing:laser_drill_ore/copper' }); -// event.recipes.industrialforegoing.laser_drill_ore({ -// type: 'industrialforegoing.laser_drill_ore', -// output: { -// tag: 'forge:chunks/copper' -// }, -// rarity: [ -// { -// whitelist: {}, -// blacklist: { -// type: 'minecraft:worldgen/biome', -// values: end_biomes -// }, -// depth_min: 35, -// depth_max: 65, -// weight: 10 -// }, -// { -// whitelist: {}, -// blacklist: { -// type: 'minecraft:worldgen/biome', -// values: end_biomes -// }, -// depth_min: 0, -// depth_max: 255, -// weight: 2 -// } -// ], -// pointer: 0, -// catalyst: { -// item: 'industrialforegoing:laser_lens1' -// }, -// type: 'industrialforegoing:laser_drill_ore' -// }); - -// event.remove({ id: 'industrialforegoing:laser_drill_ore/diamond' }); -// event.recipes.industrialforegoing.laser_drill_ore({ -// type: 'industrialforegoing.laser_drill_ore', -// output: { -// tag: 'forge:chunks/diamond' -// }, -// rarity: [ -// { -// whitelist: {}, -// blacklist: { -// type: 'minecraft:worldgen/biome', -// values: end_biomes -// }, -// depth_min: 5, -// depth_max: 16, -// weight: 4 -// }, -// { -// whitelist: {}, -// blacklist: { -// type: 'minecraft:worldgen/biome', -// values: end_biomes -// }, -// depth_min: 0, -// depth_max: 255, -// weight: 1 -// } -// ], -// pointer: 0, -// catalyst: { -// item: 'industrialforegoing:laser_lens3' -// }, -// type: 'industrialforegoing:laser_drill_ore' -// }); - -// event.remove({ id: 'industrialforegoing:laser_drill_ore/cinnabar' }); -// event.recipes.industrialforegoing.laser_drill_ore({ -// type: 'industrialforegoing.laser_drill_ore', -// output: { -// tag: 'forge:chunks/cinnabar' -// }, -// rarity: [ -// { -// whitelist: {}, -// blacklist: { -// type: 'minecraft:worldgen/biome', -// values: end_biomes -// }, -// depth_min: 30, -// depth_max: 70, -// weight: 2 -// }, -// { -// whitelist: {}, -// blacklist: { -// type: 'minecraft:worldgen/biome', -// values: end_biomes -// }, -// depth_min: 0, -// depth_max: 255, -// weight: 1 -// } -// ], -// pointer: 0, -// catalyst: { -// item: 'industrialforegoing:laser_lens14' -// }, -// type: 'industrialforegoing:laser_drill_ore' -// }); - -// event.remove({ id: 'industrialforegoing:laser_drill_ore/lapis' }); -// event.recipes.industrialforegoing.laser_drill_ore({ -// type: 'industrialforegoing.laser_drill_ore', -// output: { -// tag: 'forge:chunks/lapis' -// }, -// rarity: [ -// { -// whitelist: {}, -// blacklist: { -// type: 'minecraft:worldgen/biome', -// values: end_biomes -// }, -// depth_min: 13, -// depth_max: 34, -// weight: 14 -// }, -// { -// whitelist: {}, -// blacklist: { -// type: 'minecraft:worldgen/biome', -// values: end_biomes -// }, -// depth_min: 0, -// depth_max: 255, -// weight: 2 -// } -// ], -// pointer: 0, -// catalyst: { -// item: 'industrialforegoing:laser_lens11' -// }, -// type: 'industrialforegoing:laser_drill_ore' -// }); - -// event.remove({ id: 'industrialforegoing:laser_drill_ore/lead' }); -// event.recipes.industrialforegoing.laser_drill_ore({ -// type: 'industrialforegoing.laser_drill_ore', -// output: { -// tag: 'forge:chunks/lead' -// }, -// rarity: [ -// { -// whitelist: {}, -// blacklist: { -// type: 'minecraft:worldgen/biome', -// values: end_biomes -// }, -// depth_min: 10, -// depth_max: 40, -// weight: 6 -// }, -// { -// whitelist: {}, -// blacklist: { -// type: 'minecraft:worldgen/biome', -// values: end_biomes -// }, -// depth_min: 0, -// depth_max: 255, -// weight: 1 -// } -// ], -// pointer: 0, -// catalyst: { -// item: 'industrialforegoing:laser_lens10' -// }, -// type: 'industrialforegoing:laser_drill_ore' -// }); - -// event.remove({ id: 'industrialforegoing:laser_drill_ore/zinc' }); -// event.recipes.industrialforegoing.laser_drill_ore({ -// type: 'industrialforegoing.laser_drill_ore', -// output: { -// tag: 'forge:chunks/zinc' -// }, -// rarity: [ -// { -// whitelist: {}, -// blacklist: { -// type: 'minecraft:worldgen/biome', -// values: end_biomes -// }, -// depth_min: 10, -// depth_max: 40, -// weight: 4 -// }, -// { -// whitelist: {}, -// blacklist: { -// type: 'minecraft:worldgen/biome', -// values: end_biomes -// }, -// depth_min: 0, -// depth_max: 255, -// weight: 1 -// } -// ], -// pointer: 0, -// catalyst: { -// item: 'industrialforegoing:laser_lens12' -// }, -// type: 'industrialforegoing:laser_drill_ore' -// }); - -// //event.remove({ id: 'industrialforegoing:laser_drill_ore/apatite' }); -// event.recipes.industrialforegoing.laser_drill_ore({ -// type: 'industrialforegoing.laser_drill_ore', -// output: { -// tag: 'forge:chunks/apatite' -// }, -// rarity: [ -// { -// whitelist: {}, -// blacklist: { -// type: 'minecraft:worldgen/biome', -// values: end_biomes -// }, -// depth_min: 40, -// depth_max: 80, -// weight: 16 -// }, -// { -// whitelist: {}, -// blacklist: { -// type: 'minecraft:worldgen/biome', -// values: end_biomes -// }, -// depth_min: 0, -// depth_max: 255, -// weight: 2 -// } -// ], -// pointer: 0, -// catalyst: { -// item: 'industrialforegoing:laser_lens3' -// }, -// type: 'industrialforegoing:laser_drill_ore' -// }); - -// event.remove({ id: 'industrialforegoing:laser_drill_ore/nickel' }); -// event.recipes.industrialforegoing.laser_drill_ore({ -// type: 'industrialforegoing.laser_drill_ore', -// output: { -// tag: 'forge:chunks/nickel' -// }, -// rarity: [ -// { -// whitelist: {}, -// blacklist: { -// type: 'minecraft:worldgen/biome', -// values: end_biomes -// }, -// depth_min: 5, -// depth_max: 68, -// weight: 4 -// }, -// { -// whitelist: {}, -// blacklist: { -// type: 'minecraft:worldgen/biome', -// values: end_biomes -// }, -// depth_min: 0, -// depth_max: 255, -// weight: 1 -// } -// ], -// pointer: 0, -// catalyst: { -// item: 'industrialforegoing:laser_lens12' -// }, -// type: 'industrialforegoing:laser_drill_ore' -// }); - -// event.remove({ id: 'industrialforegoing:laser_drill_ore/quartz' }); -// event.recipes.industrialforegoing.laser_drill_ore({ -// type: 'industrialforegoing.laser_drill_ore', -// output: { -// item: 'minecraft:nether_quartz_ore' -// }, -// rarity: [ -// { -// whitelist: { -// type: 'minecraft:worldgen/biome', -// values: nether_biomes -// }, -// blacklist: {}, -// depth_min: 7, -// depth_max: 117, -// weight: 12 -// }, -// { -// whitelist: {}, -// blacklist: { -// type: 'minecraft:worldgen/biome', -// values: end_biomes -// }, -// depth_min: 0, -// depth_max: 255, -// weight: 1 -// } -// ], -// pointer: 0, -// catalyst: { -// item: 'industrialforegoing:laser_lens0' -// }, -// type: 'industrialforegoing:laser_drill_ore' -// }); - -// event.remove({ id: 'industrialforegoing:laser_drill_ore/redstone' }); -// event.recipes.industrialforegoing.laser_drill_ore({ -// type: 'industrialforegoing.laser_drill_ore', -// output: { -// tag: 'forge:chunks/redstone' -// }, -// rarity: [ -// { -// whitelist: {}, -// blacklist: { -// type: 'minecraft:worldgen/biome', -// values: end_biomes -// }, -// depth_min: 5, -// depth_max: 16, -// weight: 28 -// }, -// { -// whitelist: {}, -// blacklist: { -// type: 'minecraft:worldgen/biome', -// values: end_biomes -// }, -// depth_min: 0, -// depth_max: 255, -// weight: 4 -// } -// ], -// pointer: 0, -// catalyst: { -// item: 'industrialforegoing:laser_lens14' -// }, -// type: 'industrialforegoing:laser_drill_ore' -// }); - -// event.remove({ id: 'industrialforegoing:laser_drill_ore/silver' }); -// event.recipes.industrialforegoing.laser_drill_ore({ -// type: 'industrialforegoing.laser_drill_ore', -// output: { -// tag: 'forge:chunks/silver' -// }, -// rarity: [ -// { -// whitelist: {}, -// blacklist: { -// type: 'minecraft:worldgen/biome', -// values: end_biomes -// }, -// depth_min: 10, -// depth_max: 40, -// weight: 5 -// }, -// { -// whitelist: {}, -// blacklist: { -// type: 'minecraft:worldgen/biome', -// values: end_biomes -// }, -// depth_min: 0, -// depth_max: 255, -// weight: 1 -// } -// ], -// pointer: 0, -// catalyst: { -// item: 'industrialforegoing:laser_lens7' -// }, -// type: 'industrialforegoing:laser_drill_ore' -// }); - -// event.remove({ id: 'industrialforegoing:laser_drill_ore/sulfur' }); -// event.recipes.industrialforegoing.laser_drill_ore({ -// type: 'industrialforegoing.laser_drill_ore', -// output: { -// tag: 'forge:chunks/sulfur' -// }, -// rarity: [ -// { -// whitelist: {}, -// blacklist: { -// type: 'minecraft:worldgen/biome', -// values: end_biomes -// }, -// depth_min: 5, -// depth_max: 10, -// weight: 6 -// }, -// { -// whitelist: {}, -// blacklist: { -// type: 'minecraft:worldgen/biome', -// values: end_biomes -// }, -// depth_min: 0, -// depth_max: 255, -// weight: 1 -// } -// ], -// pointer: 0, -// catalyst: { -// item: 'industrialforegoing:laser_lens4' -// }, -// type: 'industrialforegoing:laser_drill_ore' -// }); - -// event.remove({ id: 'industrialforegoing:laser_drill_ore/tin' }); -// event.recipes.industrialforegoing.laser_drill_ore({ -// type: 'industrialforegoing.laser_drill_ore', -// output: { -// tag: 'forge:chunks/tin' -// }, -// rarity: [ -// { -// whitelist: {}, -// blacklist: { -// type: 'minecraft:worldgen/biome', -// values: end_biomes -// }, -// depth_min: 64, -// depth_max: 96, -// weight: 8 -// }, -// { -// whitelist: {}, -// blacklist: { -// type: 'minecraft:worldgen/biome', -// values: end_biomes -// }, -// depth_min: 0, -// depth_max: 255, -// weight: 2 -// } -// ], -// pointer: 0, -// catalyst: { -// item: 'industrialforegoing:laser_lens8' -// }, -// type: 'industrialforegoing:laser_drill_ore' -// }); - -// event.remove({ id: 'industrialforegoing:laser_drill_ore/uranium' }); -// event.recipes.industrialforegoing.laser_drill_ore({ -// type: 'industrialforegoing.laser_drill_ore', -// output: { -// tag: 'forge:chunks/uranium' -// }, -// rarity: [ -// { -// whitelist: {}, -// blacklist: { -// type: 'minecraft:worldgen/biome', -// values: end_biomes -// }, -// depth_min: 5, -// depth_max: 29, -// weight: 5 -// }, -// { -// whitelist: {}, -// blacklist: { -// type: 'minecraft:worldgen/biome', -// values: end_biomes -// }, -// depth_min: 0, -// depth_max: 255, -// weight: 1 -// } -// ], -// pointer: 0, -// catalyst: { -// item: 'industrialforegoing:laser_lens5' -// }, -// type: 'industrialforegoing:laser_drill_ore' -// }); - -// event.remove({ id: 'industrialforegoing:laser_drill_ore/emerald' }); -// event.recipes.industrialforegoing.laser_drill_ore({ -// type: 'industrialforegoing.laser_drill_ore', -// output: { -// tag: 'forge:chunks/emerald' -// }, -// rarity: [ -// { -// whitelist: { -// type: 'minecraft:worldgen/biome', -// values: [ -// 'minecraft:mountains', -// 'minecraft:mountain_edge', -// 'minecraft:gravelly_mountains', -// 'minecraft:modified_gravelly_mountains', -// 'minecraft:snowy_mountains', -// 'minecraft:snowy_taiga_mountains' -// ] -// }, -// blacklist: {}, -// depth_min: 5, -// depth_max: 29, -// weight: 8 -// }, -// { -// whitelist: {}, -// blacklist: { -// type: 'minecraft:worldgen/biome', -// values: end_biomes -// }, -// depth_min: 0, -// depth_max: 255, -// weight: 1 -// } -// ], -// pointer: 0, -// catalyst: { -// item: 'industrialforegoing:laser_lens5' -// }, -// type: 'industrialforegoing:laser_drill_ore' -// }); - -// event.remove({ id: 'industrialforegoing:laser_drill_ore/glowstone' }); -// event.recipes.industrialforegoing.laser_drill_ore({ -// type: 'industrialforegoing.laser_drill_ore', -// output: { -// item: 'minecraft:glowstone' -// }, -// rarity: [ -// { -// whitelist: { -// type: 'minecraft:worldgen/biome', -// values: nether_biomes -// }, -// blacklist: {}, -// depth_min: 7, -// depth_max: 117, -// weight: 8 -// }, -// { -// whitelist: {}, -// blacklist: { -// type: 'minecraft:worldgen/biome', -// values: end_biomes -// }, -// depth_min: 0, -// depth_max: 255, -// weight: 1 -// } -// ], -// pointer: 0, -// catalyst: { -// item: 'industrialforegoing:laser_lens4' -// }, -// type: 'industrialforegoing:laser_drill_ore' -// }); - -// event.remove({ id: 'industrialforegoing:laser_drill_ore/gold' }); -// event.recipes.industrialforegoing.laser_drill_ore({ -// type: 'industrialforegoing.laser_drill_ore', -// output: { -// tag: 'forge:chunks/gold' -// }, -// rarity: [ -// { -// whitelist: { -// type: 'minecraft:worldgen/biome', -// values: [ -// 'minecraft:badlands', -// 'minecraft:badlands_plateau', -// 'minecraft:eroded_badlands', -// 'minecraft:modified_badlands_plateau', -// 'minecraft:modified_wooded_badlands_plateau', -// 'minecraft:wooded_badlands_plateau' -// ] -// }, -// blacklist: {}, -// depth_min: 32, -// depth_max: 80, -// weight: 16 -// }, -// { -// whitelist: {}, -// blacklist: { -// type: 'minecraft:worldgen/biome', -// values: end_biomes -// }, -// depth_min: 5, -// depth_max: 32, -// weight: 6 -// }, -// { -// whitelist: {}, -// blacklist: { -// type: 'minecraft:worldgen/biome', -// values: end_biomes -// }, -// depth_min: 0, -// depth_max: 255, -// weight: 1 -// } -// ], -// pointer: 0, -// catalyst: { -// item: 'industrialforegoing:laser_lens4' -// }, -// type: 'industrialforegoing:laser_drill_ore' -// }); - -// event.remove({ id: 'industrialforegoing:laser_drill_ore/iron' }); -// event.recipes.industrialforegoing.laser_drill_ore({ -// type: 'industrialforegoing.laser_drill_ore', -// output: { -// tag: 'forge:chunks/iron' -// }, -// rarity: [ -// { -// whitelist: {}, -// blacklist: { -// type: 'minecraft:worldgen/biome', -// values: end_biomes -// }, -// depth_min: 5, -// depth_max: 68, -// weight: 20 -// }, -// { -// whitelist: {}, -// blacklist: { -// type: 'minecraft:worldgen/biome', -// values: end_biomes -// }, -// depth_min: 0, -// depth_max: 255, -// weight: 3 -// } -// ], -// pointer: 0, -// catalyst: { -// item: 'industrialforegoing:laser_lens12' -// }, -// type: 'industrialforegoing:laser_drill_ore' -// }); - -// event.remove({ id: 'industrialforegoing:laser_drill_ore/osmium' }); -// event.recipes.industrialforegoing.laser_drill_ore({ -// type: 'industrialforegoing.laser_drill_ore', -// output: { -// tag: 'forge:chunks/osmium' -// }, -// rarity: [ -// { -// whitelist: {}, -// blacklist: { -// type: 'minecraft:worldgen/biome', -// values: end_biomes -// }, -// depth_min: 5, -// depth_max: 36, -// weight: 8 -// }, -// { -// whitelist: {}, -// blacklist: { -// type: 'minecraft:worldgen/biome', -// values: end_biomes -// }, -// depth_min: 0, -// depth_max: 255, -// weight: 2 -// } -// ], -// pointer: 0, -// catalyst: { -// item: 'industrialforegoing:laser_lens8' -// }, -// type: 'industrialforegoing:laser_drill_ore' -// }); - -// event.remove({ id: 'industrialforegoing:laser_drill_ore/ancient_debris' }); -// event.recipes.industrialforegoing.laser_drill_ore({ -// type: 'industrialforegoing.laser_drill_ore', -// output: { -// item: 'minecraft:ancient_debris' -// }, -// rarity: [ -// { -// whitelist: { -// type: 'minecraft:worldgen/biome', -// values: nether_biomes -// }, -// blacklist: {}, -// depth_min: 1, -// depth_max: 20, -// weight: 1 -// } -// ], -// pointer: 0, -// catalyst: { -// item: 'industrialforegoing:laser_lens12' -// }, -// type: 'industrialforegoing:laser_drill_ore' -// }); -// }); diff --git a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/mekanism/biofuel_crushing.js b/kubejs/server_scripts/fellies/kubejs/base/recipetypes/mekanism/biofuel_crushing.js deleted file mode 100644 index b413097..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/mekanism/biofuel_crushing.js +++ /dev/null @@ -1,136 +0,0 @@ -// events.listen('recipes', (event) => { -// var data = { -// recipes: [ -// { -// count: 2, -// output: 'mekanism:bio_fuel', -// inputs: [ -// 'byg:flower_patch', -// 'byg:clover_patch', -// 'byg:leaf_pile', -// 'byg:beach_grass', -// 'byg:short_beach_grass', -// 'byg:wilted_grass', -// 'byg:weed_grass', -// 'byg:winter_grass', -// 'byg:winter_succulent', -// 'byg:water_silk', -// 'byg:tiny_lilypads', -// 'byg:tall_prairie_grass', -// 'byg:short_grass', -// 'byg:reeds', -// 'byg:prairie_grass', -// 'byg:poison_ivy', -// 'byg:horseweed', -// 'byg:cattail', -// 'byg:black_puff', -// 'byg:shulkren_moss_blanket', -// 'byg:shulkren_fungus', -// 'byg:vermilion_sculk_growth', -// 'byg:oddity_bush', -// 'byg:nightshade_berries', -// 'byg:ether_bush', -// 'byg:ether_grass', -// 'byg:ender_lily', -// 'byg:ivis_sprout', -// 'byg:ivis_roots', -// 'byg:embur_lily', -// 'byg:tall_embur_roots', -// 'byg:embur_roots', -// 'byg:embur_sprouts', -// 'byg:hanging_sythian_roots', -// 'byg:sythian_stalk_block', -// 'byg:sythian_sprout', -// 'byg:sythian_roots', -// 'byg:nether_bristle', -// 'byg:weeping_roots', -// 'byg:soul_shroom_spore_end', -// 'byg:scorched_grass', -// 'byg:scorched_bush', -// 'byg:whaling_grass', -// 'byg:warped_bush', -// 'byg:crimson_berries', -// 'byg:tall_crimson_roots', -// 'byg:blueberries', -// 'byg:crimson_berries', -// 'simplefarming:strawberries', -// 'simplefarming:raspberries', -// 'simplefarming:blueberries', -// 'simplefarming:blackberries', -// 'byg:holly_berries' -// ] -// }, -// { -// count: 4, -// output: 'mekanism:bio_fuel', -// inputs: [ -// 'byg:warped_cactus', -// 'byg:red_glowcane', -// 'byg:purple_glowcane', -// 'byg:pink_glowcane', -// 'byg:blue_glowcane', -// 'byg:shulkren_vine', -// 'byg:whaling_vine', -// 'byg:embur_gel_vines', -// 'byg:skyris_vine', -// 'byg:lament_vine' -// ] -// }, -// { -// count: 5, -// output: 'mekanism:bio_fuel', -// inputs: [ -// 'byg:green_apple', -// 'farmersdelight:cabbage_leaf', -// 'farmersdelight:onion', -// 'farmersdelight:tomato', -// 'farmersdelight:cabbage', -// 'simplefarming:rice', -// 'simplefarming:rye', -// 'simplefarming:oat', -// 'simplefarming:barley', -// 'simplefarming:cotton', -// 'simplefarming:zucchini', -// 'simplefarming:yam', -// 'simplefarming:turnip', -// 'simplefarming:tomato', -// 'simplefarming:sweet_potato', -// 'simplefarming:squash', -// 'simplefarming:spinach', -// 'simplefarming:soybean', -// 'simplefarming:sorghum', -// 'simplefarming:radish', -// 'simplefarming:pepper', -// 'simplefarming:peanut', -// 'simplefarming:pea_pod', -// 'simplefarming:onion', -// 'simplefarming:lettuce', -// 'simplefarming:ginger', -// 'simplefarming:eggplant', -// 'simplefarming:cucumber', -// 'simplefarming:corn', -// 'simplefarming:cassava', -// 'simplefarming:broccoli', -// 'simplefarming:honeydew', -// 'simplefarming:cantaloupe' -// ] -// } -// ] -// }; -// data.recipes.forEach((recipe) => { -// recipe.inputs.forEach((input) => { -// event.recipes.mekanism.crushing({ -// type: 'mekanism.crushing', -// input: { -// ingredient: { -// item: input -// } -// }, -// output: { -// item: recipe.output, -// count: recipe.count -// } -// }); -// }); -// }); -// }); diff --git a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/mekanism/biofuel_crushing_tags.js b/kubejs/server_scripts/fellies/kubejs/base/recipetypes/mekanism/biofuel_crushing_tags.js deleted file mode 100644 index 357406b..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/mekanism/biofuel_crushing_tags.js +++ /dev/null @@ -1,50 +0,0 @@ -// events.listen('recipes', (event) => { -// var data = { -// recipes: [ -// { -// count: 2, -// output: 'mekanism:bio_fuel', -// input: 'minecraft:leaves' -// }, -// { -// count: 5, -// output: 'mekanism:bio_fuel', -// input: 'minecraft:small_flowers' -// }, -// { -// count: 5, -// output: 'mekanism:bio_fuel', -// input: 'minecraft:tall_flowers' -// }, -// { -// count: 5, -// output: 'mekanism:bio_fuel', -// input: 'forge:mushroom_stems' -// }, -// { -// count: 5, -// output: 'mekanism:bio_fuel', -// input: 'forge:mushrooms' -// }, -// { -// count: 7, -// output: 'mekanism:bio_fuel', -// input: 'forge:mushroom_caps' -// } -// ] -// }; -// data.recipes.forEach((recipe) => { -// event.recipes.mekanism.crushing({ -// type: 'mekanism.crushing', -// input: { -// ingredient: { -// tag: recipe.input -// } -// }, -// output: { -// item: recipe.output, -// count: recipe.count -// } -// }); -// }); -// }); diff --git a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/mekanism/crushing.js b/kubejs/server_scripts/fellies/kubejs/base/recipetypes/mekanism/crushing.js deleted file mode 100644 index e968996..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/mekanism/crushing.js +++ /dev/null @@ -1,34 +0,0 @@ -// events.listen('recipes', function (event) { -// var data = { -// recipes: [ -// { -// input: '#forge:gems/ender', -// output: item.of('emendatusenigmatica:ender_dust') -// }, -// { -// input: 'byg:pink_sandstone', -// output: item.of('byg:pink_sand', 2) -// }, -// { -// input: 'byg:purple_sandstone', -// output: item.of('byg:purple_sand', 2) -// }, -// { -// input: 'byg:blue_sandstone', -// output: item.of('byg:blue_sand', 2) -// }, -// { -// input: 'byg:white_sandstone', -// output: item.of('byg:white_sand', 2) -// }, -// { -// input: 'byg:black_sandstone', -// output: item.of('byg:black_sand', 2) -// } -// ] -// }; - -// data.recipes.forEach((recipe) => { -// event.recipes.mekanism.crushing(recipe.output, recipe.input); -// }); -// }); diff --git a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/mekanism/enriching.js b/kubejs/server_scripts/fellies/kubejs/base/recipetypes/mekanism/enriching.js deleted file mode 100644 index 12a905d..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/mekanism/enriching.js +++ /dev/null @@ -1,16 +0,0 @@ -// events.listen('recipes', function (event) { -// output = 'emendatusenigmatica:dimensional_gem'; -// count = 8; -// event.recipes.mekanism.enriching({ -// type: 'mekanism.enriching', -// input: { -// ingredient: { -// tag: 'forge:ores/dimensional' -// } -// }, -// output: { -// item: output, -// count: count -// } -// }); -// }); diff --git a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/mekanism/enriching_byg_flowers.js b/kubejs/server_scripts/fellies/kubejs/base/recipetypes/mekanism/enriching_byg_flowers.js deleted file mode 100644 index 90db3de..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/mekanism/enriching_byg_flowers.js +++ /dev/null @@ -1,88 +0,0 @@ -// events.listen('recipes', (event) => { -// var count = 2; -// var data = { -// recipes: [ -// { input: 'byg:yellow_tulip', color: 'yellow', multiplier: '1' }, -// { input: 'byg:yellow_daffodil', color: 'yellow', multiplier: '1' }, -// { input: 'byg:winter_scilla', color: 'light_blue', multiplier: '1' }, -// { input: 'byg:winter_rose', color: 'white', multiplier: '1' }, -// { input: 'byg:winter_cyclamen', color: 'cyan', multiplier: '1' }, -// { input: 'byg:white_sage', color: 'white', multiplier: '1' }, -// { input: 'byg:white_anemone', color: 'white', multiplier: '1' }, -// { input: 'byg:violet_leather_flower', color: 'blue', multiplier: '1' }, -// { input: 'byg:torch_ginger', color: 'red', multiplier: '1' }, -// { input: 'byg:snowdrops', color: 'white', multiplier: '1' }, -// { input: 'byg:silver_vase_flower', color: 'pink', multiplier: '1' }, -// { input: 'byg:rose', color: 'red', multiplier: '1' }, -// { input: 'byg:richea', color: 'light_gray', multiplier: '1' }, -// { input: 'byg:red_orchid', color: 'red', multiplier: '1' }, -// { input: 'byg:red_cornflower', color: 'red', multiplier: '1' }, -// { input: 'byg:purple_tulip', color: 'purple', multiplier: '1' }, -// { input: 'byg:purple_sage', color: 'purple', multiplier: '1' }, -// { input: 'byg:purple_orchid', color: 'purple', multiplier: '1' }, -// { input: 'byg:purple_amaranth', color: 'purple', multiplier: '1' }, -// { input: 'byg:protea_flower', color: 'magenta', multiplier: '1' }, -// { input: 'byg:pink_orchid', color: 'pink', multiplier: '1' }, -// { input: 'byg:pink_daffodil', color: 'pink', multiplier: '1' }, -// { input: 'byg:pink_anemone', color: 'pink', multiplier: '1' }, -// { input: 'byg:pink_allium_flower_bush', color: 'pink', multiplier: '1' }, -// { input: 'byg:pink_allium', color: 'pink', multiplier: '1' }, -// { input: 'byg:peach_leather_flower', color: 'pink', multiplier: '1' }, -// { input: 'byg:osiria_rose', color: 'pink', multiplier: '1' }, -// { input: 'byg:orange_daisy', color: 'orange', multiplier: '1' }, -// { input: 'byg:orange_amaranth', color: 'orange', multiplier: '1' }, -// { input: 'byg:magenta_tulip', color: 'magenta', multiplier: '1' }, -// { input: 'byg:magenta_amaranth', color: 'magenta', multiplier: '1' }, -// { input: 'byg:lolipop_flower', color: 'yellow', multiplier: '1' }, -// { input: 'byg:lazarus_bellflower', color: 'magenta', multiplier: '1' }, -// { input: 'byg:kovan_flower', color: 'red', multiplier: '1' }, -// { input: 'byg:iris', color: 'purple', multiplier: '1' }, -// { input: 'byg:incan_lily', color: 'orange', multiplier: '1' }, -// { input: 'byg:guzmania', color: 'orange', multiplier: '1' }, -// { input: 'byg:green_tulip', color: 'lime', multiplier: '1' }, -// { input: 'byg:firecracker_flower_bush', color: 'pink', multiplier: '1' }, -// { input: 'byg:fairy_slipper', color: 'magenta', multiplier: '1' }, -// { input: 'byg:daffodil', color: 'pink', multiplier: '1' }, -// { input: 'byg:cyan_rose', color: 'cyan', multiplier: '1' }, -// { input: 'byg:cyan_tulip', color: 'cyan', multiplier: '1' }, -// { input: 'byg:cyan_amaranth', color: 'cyan', multiplier: '1' }, -// { input: 'byg:crocus', color: 'purple', multiplier: '1' }, -// { input: 'byg:california_poppy', color: 'orange', multiplier: '1' }, -// { input: 'byg:blue_sage', color: 'blue', multiplier: '1' }, -// { input: 'byg:black_rose', color: 'black', multiplier: '1' }, -// { input: 'byg:bistort', color: 'pink', multiplier: '1' }, -// { input: 'byg:begonia', color: 'red', multiplier: '1' }, -// { input: 'byg:angelica', color: 'white', multiplier: '1' }, -// { input: 'byg:amaranth', color: 'red', multiplier: '1' }, -// { input: 'byg:alpine_bellflower', color: 'purple', multiplier: '1' }, -// { input: 'byg:allium_flower_bush', color: 'purple', multiplier: '1' }, -// { input: 'byg:reeds', color: 'brown', multiplier: '1' }, -// { input: 'byg:prickly_pear_cactus', color: 'green', multiplier: '1' }, -// { input: 'byg:mini_cactus', color: 'green', multiplier: '1' }, -// { input: 'byg:horseweed', color: 'green', multiplier: '1' }, -// { input: 'byg:golden_spined_cactus', color: 'green', multiplier: '1' }, -// { input: 'byg:blueberries', color: 'blue', multiplier: '1' }, -// { input: 'byg:thereal_bellflower', color: 'light_blue', multiplier: '1' }, -// { input: 'byg:tall_pink_allium', color: 'pink', multiplier: '2' }, -// { input: 'byg:japanese_orchid', color: 'pink', multiplier: '2' }, -// { input: 'byg:foxglove', color: 'cyan', multiplier: '2' }, -// { input: 'byg:delphinium', color: 'blue', multiplier: '2' }, -// { input: 'byg:azalea', color: 'blue', multiplier: '2' }, -// { input: 'byg:tall_allium', color: 'purple', multiplier: '2' } -// ] -// }; -// data.recipes.forEach((recipe) => { -// event.recipes.mekanism.enriching({ -// type: 'mekanism.enriching', -// input: { -// ingredient: { -// item: recipe.input -// } -// }, -// output: { -// item: 'minecraft:' + recipe.color + '_dye', -// count: count * recipe.multiplier -// } -// }); -// }); -// }); diff --git a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/mekanism/sawing.js b/kubejs/server_scripts/fellies/kubejs/base/recipetypes/mekanism/sawing.js deleted file mode 100644 index a69139d..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/mekanism/sawing.js +++ /dev/null @@ -1,46 +0,0 @@ -// events.listen('recipes', function (event) { -// var sawDust = 'emendatusenigmatica:wood_dust'; - -// event.recipes.mekanism.sawing(item.of(sawDust), '#forge:rods/wooden'); - -// buildWoodVariants.forEach((variant) => { -// var modID = variant.logBlock.split(':')[0]; - -// if (modID == 'minecraft') { -// event.remove({ -// output: variant.plankBlock, -// mod: 'mekanism', -// type: 'mekanism:sawing' -// }); -// } - -// if (variant.logBlock == 'byg:withering_oak_log') { -// return; -// } - -// var data = { -// recipes: [ -// { -// input: variant.logBlock, -// output: variant.plankBlock -// }, -// { -// input: variant.woodBlock, -// output: variant.plankBlock -// }, -// { -// input: variant.logBlockStripped, -// output: variant.plankBlock -// }, -// { -// input: variant.woodBlockStripped, -// output: variant.plankBlock -// } -// ] -// }; - -// data.recipes.forEach((recipe) => { -// event.recipes.mekanism.sawing(item.of(recipe.output, 6), recipe.input, item.of(sawDust).chance(0.25)); -// }); -// }); -// }); diff --git a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/minecraft/furnace.js b/kubejs/server_scripts/fellies/kubejs/base/recipetypes/minecraft/furnace.js deleted file mode 100644 index 8811b1d..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/minecraft/furnace.js +++ /dev/null @@ -1 +0,0 @@ -// events.listen('recipes', (event) => {}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/minecraft/stonecutter.js b/kubejs/server_scripts/fellies/kubejs/base/recipetypes/minecraft/stonecutter.js deleted file mode 100644 index ba236fe..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/minecraft/stonecutter.js +++ /dev/null @@ -1,49 +0,0 @@ -// events.listen('recipes', (event) => { -// // Conversion between different storage_blocks of the same material -// var conversionTypes = ['storage_blocks', 'ores']; -// conversionTypes.forEach(function (type) { -// materialsToUnify.forEach(function (material) { -// let storage_block_tag = ingredient.of('#forge:' + type + '/' + material); -// if (storage_block_tag.stacks.size() > 1) { -// storage_block_tag.stacks.forEach(function (storage_block) { -// event.recipes.minecraft.stonecutting({ -// type: 'minecraft:stonecutting', -// ingredient: { -// tag: 'forge:' + type + '/' + material -// }, -// result: storage_block.id, -// count: 1 -// }); -// }); -// } -// }); -// }); - -// beamRecipes.forEach((recipe) => { -// event.recipes.minecraft.stonecutting({ -// type: 'minecraft:stonecutting', -// ingredient: { -// tag: recipe.input -// }, -// result: recipe.output, -// count: 1 -// }); -// }); - -// ['forge:dirt', 'forge:workbench', 'forge:grass'].forEach((tag) => { -// stonecutterTagConversion(event, tag); -// }); -// }); - -// stonecutterTagConversion = (event, tag) => { -// ingredient.of(`#${tag}`).stacks.forEach(function (block) { -// event.custom({ -// type: 'minecraft:stonecutting', -// ingredient: { -// tag: tag -// }, -// result: block.id, -// count: 1 -// }); -// }); -// }; diff --git a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/naturesaura/animal_spawner.js b/kubejs/server_scripts/fellies/kubejs/base/recipetypes/naturesaura/animal_spawner.js deleted file mode 100644 index fdd42d1..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/naturesaura/animal_spawner.js +++ /dev/null @@ -1,73 +0,0 @@ -// events.listen('recipes', (event) => { -// var data = { -// recipes: [ -// { -// ingredients: ['emendatusenigmatica:arcane_gem', 'naturesaura:gold_leaf'], -// entity: 'ars_nouveau:carbuncle', -// aura: 100000, -// time: 100 -// }, -// { -// ingredients: ['emendatusenigmatica:arcane_gem', 'naturesaura:ancient_sapling'], -// entity: 'ars_nouveau:sylph', -// aura: 100000, -// time: 100 -// }, -// { -// ingredients: ['minecraft:cod', 'minecraft:iron_bars'], -// entity: 'quark:crab', -// aura: 30000, -// time: 40 -// }, -// { -// ingredients: ['minecraft:spider_eye', 'minecraft:lily_pad'], -// entity: 'quark:frog', -// aura: 30000, -// time: 40 -// }, -// { -// ingredients: ['minecraft:leather', 'minecraft:coal'], -// entity: 'quark:foxhound', -// aura: 150000, -// time: 120 -// }, -// { -// ingredients: ['thermal:blitz_rod', 'thermal:blitz_powder'], -// entity: 'thermal:blitz', -// aura: 150000, -// time: 120 -// }, -// { -// ingredients: ['thermal:blizz_rod', 'thermal:blizz_powder'], -// entity: 'thermal:blizz', -// aura: 150000, -// time: 120 -// }, -// { -// ingredients: ['thermal:basalz_rod', 'thermal:basalz_powder'], -// entity: 'thermal:basalz', -// aura: 150000, -// time: 120 -// } -// ] -// }; -// data.recipes.forEach((recipe) => { -// event.recipes.naturesaura.animal_spawner({ -// type: 'naturesaura.animal_spawner', -// ingredients: [ -// { -// item: 'naturesaura:birth_spirit' -// }, -// { -// item: recipe.ingredients[0] -// }, -// { -// item: recipe.ingredients[1] -// } -// ], -// entity: recipe.entity, -// aura: recipe.aura, -// time: recipe.time -// }); -// }); -// }); diff --git a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/powah/energizing.js b/kubejs/server_scripts/fellies/kubejs/base/recipetypes/powah/energizing.js deleted file mode 100644 index e0546e0..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/powah/energizing.js +++ /dev/null @@ -1,91 +0,0 @@ -// events.listen('recipes', function (event) { -// event.recipes.powah.energizing({ -// type: 'powah.energizing', -// ingredients: [ -// { item: 'mekanism:energy_tablet' }, -// { item: 'powah:capacitor_blazing' }, -// { item: 'powah:capacitor_blazing' } -// ], -// energy: 250000, -// result: { -// item: 'tetra:magmatic_cell', -// count: 1 -// } -// }); -// event.recipes.powah.energizing({ -// type: 'powah.energizing', -// ingredients: [{ tag: 'forge:ingots/uranium' }], -// energy: 5000, -// result: { -// item: 'powah:uraninite', -// count: 1 -// } -// }); -// event.recipes.powah.energizing({ -// type: 'powah.energizing', -// ingredients: [{ tag: 'forge:ingots/uranium' }, { tag: 'forge:ingots/uranium' }], -// energy: 10000, -// result: { -// item: 'powah:uraninite', -// count: 2 -// } -// }); -// event.recipes.powah.energizing({ -// type: 'powah.energizing', -// ingredients: [ -// { tag: 'forge:ingots/uranium' }, -// { tag: 'forge:ingots/uranium' }, -// { tag: 'forge:ingots/uranium' } -// ], -// energy: 15000, -// result: { -// item: 'powah:uraninite', -// count: 3 -// } -// }); -// event.recipes.powah.energizing({ -// type: 'powah.energizing', -// ingredients: [ -// { tag: 'forge:ingots/uranium' }, -// { tag: 'forge:ingots/uranium' }, -// { tag: 'forge:ingots/uranium' }, -// { tag: 'forge:ingots/uranium' } -// ], -// energy: 20000, -// result: { -// item: 'powah:uraninite', -// count: 4 -// } -// }); -// event.recipes.powah.energizing({ -// type: 'powah.energizing', -// ingredients: [ -// { tag: 'forge:ingots/uranium' }, -// { tag: 'forge:ingots/uranium' }, -// { tag: 'forge:ingots/uranium' }, -// { tag: 'forge:ingots/uranium' }, -// { tag: 'forge:ingots/uranium' } -// ], -// energy: 25000, -// result: { -// item: 'powah:uraninite', -// count: 5 -// } -// }); -// event.recipes.powah.energizing({ -// type: 'powah.energizing', -// ingredients: [ -// { tag: 'forge:ingots/uranium' }, -// { tag: 'forge:ingots/uranium' }, -// { tag: 'forge:ingots/uranium' }, -// { tag: 'forge:ingots/uranium' }, -// { tag: 'forge:ingots/uranium' }, -// { tag: 'forge:ingots/uranium' } -// ], -// energy: 30000, -// result: { -// item: 'powah:uraninite', -// count: 6 -// } -// }); -// }); diff --git a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/thermal/dynamo/compression.js b/kubejs/server_scripts/fellies/kubejs/base/recipetypes/thermal/dynamo/compression.js deleted file mode 100644 index 5fc91b8..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/thermal/dynamo/compression.js +++ /dev/null @@ -1,83 +0,0 @@ -// events.listen('recipes', (event) => { -// event.remove({ type: 'thermal:compression_fuel' }); -// var multiplier = 10; -// var data = { -// recipes: [ -// { -// fluid: 'pneumaticcraft:diesel', -// energy: 1000000 -// }, -// { -// fluid: 'immersivepetroleum:diesel', -// energy: 1000000 -// }, -// { -// fluid: 'pneumaticcraft:biodiesel', -// energy: 1000000 -// }, -// { -// fluid: 'immersiveengineering:biodiesel', -// energy: 1000000 -// }, -// { -// fluid: 'pneumaticcraft:kerosene', -// energy: 1100000 -// }, -// { -// fluid: 'pneumaticcraft:gasoline', -// energy: 1500000 -// }, -// { -// fluid: 'immersivepetroleum:gasoline', -// energy: 1500000 -// }, -// { -// fluid: 'pneumaticcraft:lpg', -// energy: 1800000 -// }, -// { -// fluid: 'mekanism:ethene', -// energy: 1800000 -// }, -// { -// fluid: 'pneumaticcraft:ethanol', -// energy: 400000 -// }, -// { -// fluid: 'mekanismgenerators:bioethanol', -// energy: 400000 -// }, -// { -// fluid: 'immersiveengineering:ethanol', -// energy: 400000 -// }, -// { -// fluid: 'industrialforegoing:biofuel', -// energy: 100000 -// }, -// { -// fluid: 'thermal:tree_oil', -// energy: 100000 -// }, -// { -// fluid: 'thermal:creosote', -// energy: 20000 -// }, -// { -// fluid: 'thermal:refined_fuel', -// energy: 1500000 -// } -// ] -// }; -// data.recipes.forEach((recipe) => { -// //event.recipes.thermal.compression_fuel(recipe.fluid).energy(recipe.energy * multiplier); -// event.recipes.thermal.compression_fuel({ -// type: 'thermal.compression_fuel', -// ingredient: { -// fluid: recipe.fluid, -// amount: 1000 -// }, -// energy: recipe.energy * multiplier -// }); -// }); -// }); diff --git a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/thermal/dynamo/lapidary.js b/kubejs/server_scripts/fellies/kubejs/base/recipetypes/thermal/dynamo/lapidary.js deleted file mode 100644 index 389bce1..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/thermal/dynamo/lapidary.js +++ /dev/null @@ -1,44 +0,0 @@ -// events.listen('recipes', (event) => { -// event.remove({ type: 'thermal:lapidary_fuel' }); -// var multiplier = 40; -// var data = { -// recipes: [ -// { -// gem: 'forge:gems/lapis', -// energy: 40000 -// }, -// { -// gem: 'forge:gems/prismarine', -// energy: 40000 -// }, -// { -// gem: 'forge:gems/quartz', -// energy: 40000 -// }, -// { -// gem: 'forge:gems/diamond', -// energy: 500000 -// }, -// { -// gem: 'forge:gems/emerald', -// energy: 125000 -// }, -// { -// gem: 'forge:gems/mana_diamond', -// energy: 625000 -// }, -// { -// gem: 'forge:gems/dragonstone', -// energy: 750000 -// } -// ] -// }; -// data.recipes.forEach((recipe) => { -// event.recipes.thermal.lapidary_fuel({ -// ingredient: { -// tag: recipe.gem -// }, -// energy: recipe.energy * multiplier -// }); -// }); -// }); diff --git a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/thermal/dynamo/numismatic.js b/kubejs/server_scripts/fellies/kubejs/base/recipetypes/thermal/dynamo/numismatic.js deleted file mode 100644 index b1dfbf0..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/thermal/dynamo/numismatic.js +++ /dev/null @@ -1,73 +0,0 @@ -// events.listen('recipes', (event) => { -// event.remove({ type: 'thermal:numismatic_fuel' }); -// var multiplier = 40; -// var data = { -// recipes: [ -// { -// coin: 'forge:coins/gold', -// energy: 64000 -// }, -// { -// coin: 'forge:coins/invar', -// energy: 48000 -// }, -// { -// coin: 'forge:coins/iron', -// energy: 32000 -// }, -// { -// coin: 'forge:coins/enderium', -// energy: 160000 -// }, -// { -// coin: 'forge:coins/lead', -// energy: 48000 -// }, -// { -// coin: 'forge:coins/lumium', -// energy: 80000 -// }, -// { -// coin: 'forge:coins/nickel', -// energy: 64000 -// }, -// { -// coin: 'forge:coins/signalum', -// energy: 80000 -// }, -// { -// coin: 'forge:coins/silver', -// energy: 48000 -// }, -// { -// coin: 'forge:coins/tin', -// energy: 32000 -// }, -// { -// coin: 'forge:coins/bronze', -// energy: 40000 -// }, -// { -// coin: 'forge:coins/constantan', -// energy: 56000 -// }, -// { -// coin: 'forge:coins/copper', -// energy: 32000 -// }, -// { -// coin: 'forge:coins/electrum', -// energy: 60000 -// } -// ] -// }; -// data.recipes.forEach((recipe) => { -// event.recipes.thermal.numismatic_fuel({ -// type: 'thermal.numismatic_fuel', -// ingredient: { -// tag: recipe.coin -// }, -// energy: recipe.energy * multiplier -// }); -// }); -// }); diff --git a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/thermal/machine/bottler_experience.js b/kubejs/server_scripts/fellies/kubejs/base/recipetypes/thermal/machine/bottler_experience.js deleted file mode 100644 index cdae05c..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/thermal/machine/bottler_experience.js +++ /dev/null @@ -1,31 +0,0 @@ -// events.listen('recipes', (event) => { -// var data = { -// recipes: [ -// { -// fluid: 'industrialforegoing:essence' -// }, -// { -// fluid: 'pneumaticcraft:memory_essence' -// } -// ] -// }; -// data.recipes.forEach((recipe) => { -// event.recipes.thermal.bottler({ -// type: 'thermal.bottler', -// ingredient: [ -// { -// item: 'minecraft:glass_bottle' -// }, -// { -// fluid: recipe.fluid, -// amount: 250 -// } -// ], -// result: [ -// { -// item: 'minecraft:experience_bottle' -// } -// ] -// }); -// }); -// }); diff --git a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/thermal/machine/centrifuge_flowers.js b/kubejs/server_scripts/fellies/kubejs/base/recipetypes/thermal/machine/centrifuge_flowers.js deleted file mode 100644 index b8a515d..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/thermal/machine/centrifuge_flowers.js +++ /dev/null @@ -1,101 +0,0 @@ -// events.listen('recipes', (event) => { -// var count = 2; -// var data = { -// recipes: [ -// {input: 'byg:yellow_tulip', color: 'yellow', multiplier: '1'}, -// {input: 'byg:yellow_daffodil', color: 'yellow', multiplier: '1'}, -// {input: 'byg:winter_scilla', color: 'light_blue', multiplier: '1'}, -// {input: 'byg:winter_rose', color: 'white', multiplier: '1'}, -// {input: 'byg:winter_cyclamen', color: 'cyan', multiplier: '1'}, -// {input: 'byg:white_sage', color: 'white', multiplier: '1'}, -// {input: 'byg:white_anemone', color: 'white', multiplier: '1'}, -// {input: 'byg:violet_leather_flower', color: 'blue', multiplier: '1'}, -// {input: 'byg:torch_ginger', color: 'red', multiplier: '1'}, -// {input: 'byg:snowdrops', color: 'white', multiplier: '1'}, -// {input: 'byg:silver_vase_flower', color: 'pink', multiplier: '1'}, -// {input: 'byg:rose', color: 'red', multiplier: '1'}, -// {input: 'byg:richea', color: 'light_gray', multiplier: '1'}, -// {input: 'byg:red_orchid', color: 'red', multiplier: '1'}, -// {input: 'byg:red_cornflower', color: 'red', multiplier: '1'}, -// {input: 'byg:purple_tulip', color: 'purple', multiplier: '1'}, -// {input: 'byg:purple_sage', color: 'purple', multiplier: '1'}, -// {input: 'byg:purple_orchid', color: 'purple', multiplier: '1'}, -// {input: 'byg:purple_amaranth', color: 'purple', multiplier: '1'}, -// {input: 'byg:protea_flower', color: 'magenta', multiplier: '1'}, -// {input: 'byg:pink_orchid', color: 'pink', multiplier: '1'}, -// {input: 'byg:pink_daffodil', color: 'pink', multiplier: '1'}, -// {input: 'byg:pink_anemone', color: 'pink', multiplier: '1'}, -// {input: 'byg:pink_allium_flower_bush', color: 'pink', multiplier: '1'}, -// {input: 'byg:pink_allium', color: 'pink', multiplier: '1'}, -// {input: 'byg:peach_leather_flower', color: 'pink', multiplier: '1'}, -// {input: 'byg:osiria_rose', color: 'pink', multiplier: '1'}, -// {input: 'byg:orange_daisy', color: 'orange', multiplier: '1'}, -// {input: 'byg:orange_amaranth', color: 'orange', multiplier: '1'}, -// {input: 'byg:magenta_tulip', color: 'magenta', multiplier: '1'}, -// {input: 'byg:magenta_amaranth', color: 'magenta', multiplier: '1'}, -// {input: 'byg:lolipop_flower', color: 'yellow', multiplier: '1'}, -// {input: 'byg:lazarus_bellflower', color: 'magenta', multiplier: '1'}, -// {input: 'byg:kovan_flower', color: 'red', multiplier: '1'}, -// {input: 'byg:iris', color: 'purple', multiplier: '1'}, -// {input: 'byg:incan_lily', color: 'orange', multiplier: '1'}, -// {input: 'byg:guzmania', color: 'orange', multiplier: '1'}, -// {input: 'byg:green_tulip', color: 'lime', multiplier: '1'}, -// {input: 'byg:firecracker_flower_bush', color: 'pink', multiplier: '1'}, -// {input: 'byg:fairy_slipper', color: 'magenta', multiplier: '1'}, -// {input: 'byg:daffodil', color: 'pink', multiplier: '1'}, -// {input: 'byg:cyan_rose', color: 'cyan', multiplier: '1'}, -// {input: 'byg:cyan_tulip', color: 'cyan', multiplier: '1'}, -// {input: 'byg:cyan_amaranth', color: 'cyan', multiplier: '1'}, -// {input: 'byg:crocus', color: 'purple', multiplier: '1'}, -// {input: 'byg:california_poppy', color: 'orange', multiplier: '1'}, -// {input: 'byg:blue_sage', color: 'blue', multiplier: '1'}, -// {input: 'byg:black_rose', color: 'black', multiplier: '1'}, -// {input: 'byg:bistort', color: 'pink', multiplier: '1'}, -// {input: 'byg:begonia', color: 'red', multiplier: '1'}, -// {input: 'byg:angelica', color: 'white', multiplier: '1'}, -// {input: 'byg:amaranth', color: 'red', multiplier: '1'}, -// {input: 'byg:alpine_bellflower', color: 'purple', multiplier: '1'}, -// {input: 'byg:allium_flower_bush', color: 'purple', multiplier: '1'}, -// {input: 'byg:reeds', color: 'brown', multiplier: '1'}, -// {input: 'byg:prickly_pear_cactus', color: 'green', multiplier: '1'}, -// {input: 'byg:mini_cactus', color: 'green', multiplier: '1'}, -// {input: 'byg:horseweed', color: 'green', multiplier: '1'}, -// {input: 'byg:golden_spined_cactus', color: 'green', multiplier: '1'}, -// {input: 'byg:blueberries', color: 'blue', multiplier: '1'}, -// {input: 'byg:thereal_bellflower', color: 'light_blue', multiplier: '1'}, -// {input: 'byg:tall_pink_allium', color: 'pink', multiplier: '3'}, -// {input: 'byg:japanese_orchid', color: 'pink', multiplier: '3'}, -// {input: 'byg:foxglove', color: 'cyan', multiplier: '3'}, -// {input: 'byg:delphinium', color: 'blue', multiplier: '3'}, -// {input: 'byg:azalea', color: 'blue', multiplier: '3'}, -// {input: 'byg:tall_allium', color: 'purple', multiplier: '3'}, -// {input: 'biomesoplenty:goldenrod', color: 'yellow', multiplier: '1'}, -// {input: 'biomesoplenty:blue_hydrangea', color: 'light_blue', multiplier: '1'}, -// {input: 'biomesoplenty:burning_blossom', color: 'orange', multiplier: '1'}, -// {input: 'biomesoplenty:wilted_lily', color: 'gray', multiplier: '1'}, -// {input: 'biomesoplenty:glowflower', color: 'cyan', multiplier: '1'}, -// {input: 'biomesoplenty:pink_hibiscus', color: 'pink', multiplier: '1'}, -// {input: 'biomesoplenty:pink_daffodil', color: 'pink', multiplier: '1'}, -// {input: 'biomesoplenty:orange_cosmos', color: 'orange', multiplier: '1'}, -// {input: 'biomesoplenty:wildflower', color: 'magenta', multiplier: '1'}, -// {input: 'biomesoplenty:lavender', color: 'purple', multiplier: '1'}, -// {input: 'biomesoplenty:violet', color: 'purple', multiplier: '1'}, -// {input: 'biomesoplenty:rose', color: 'red', multiplier: '1'} -// ] -// }; -// data.recipes.forEach((recipe) => { -// event.recipes.thermal.centrifuge({ -// type: "thermal:centrifuge", -// ingredient: { -// item: recipe.input -// }, -// result: [ -// { -// item: 'minecraft:' + recipe.color + '_dye', -// count: count * recipe.multiplier -// } -// ], -// energy: 1600 -// }); -// }); -// }); diff --git a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/thermal/machine/induction_smelter.js b/kubejs/server_scripts/fellies/kubejs/base/recipetypes/thermal/machine/induction_smelter.js deleted file mode 100644 index e4c6edb..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/thermal/machine/induction_smelter.js +++ /dev/null @@ -1,69 +0,0 @@ -// events.listen('recipes', function (event) { -// var data = { -// recipes: [ -// { -// inputs: ['#forge:ores/nickel'], -// experience: 0.2, -// outputs: [ -// item.of('emendatusenigmatica:nickel_ingot'), -// item.of('minecraft:iron_ingot').chance(0.1), -// item.of('thermal:rich_slag').chance(0.2) -// ] -// }, -// { -// inputs: ['#forge:ores/aluminum'], -// experience: 0.2, -// outputs: [ -// item.of('emendatusenigmatica:aluminum_ingot'), -// item.of('minecraft:iron_ingot').chance(0.1), -// item.of('thermal:rich_slag').chance(0.2) -// ] -// }, -// { -// inputs: ['#forge:ores/uranium'], -// experience: 0.2, -// outputs: [ -// item.of('emendatusenigmatica:uranium_ingot'), -// item.of('emendatusenigmatica:lead_ingot').chance(0.1), -// item.of('thermal:rich_slag').chance(0.2) -// ] -// }, -// { -// inputs: ['#forge:ores/osmium'], -// experience: 0.2, -// outputs: [ -// item.of('emendatusenigmatica:osmium_ingot'), -// item.of('emendatusenigmatica:tin_ingot').chance(0.1), -// item.of('thermal:rich_slag').chance(0.2) -// ] -// }, -// { -// inputs: ['#forge:ores/zinc'], -// experience: 0.2, -// outputs: [ -// item.of('emendatusenigmatica:zinc_ingot'), -// item.of('minecraft:gold_ingot').chance(0.1), -// item.of('thermal:rich_slag').chance(0.2) -// ] -// }, -// { -// inputs: [item.of('minecraft:netherite_scrap', 4), item.of('minecraft:gold_ingot', 2)], -// experience: 0.2, -// outputs: ['minecraft:netherite_ingot'] -// }, -// { -// inputs: [item.of('minecraft:iron_ingot', 1), ingredient.of('#forge:dusts/coal_coke', 1)], -// experience: 0.2, -// outputs: ['emendatusenigmatica:steel_ingot'] -// } -// ] -// }; - -// data.recipes.forEach((recipe) => { -// event.remove({ -// inputs: recipe.input, -// type: 'thermal:smelter' -// }); -// event.recipes.thermal.smelter(recipe.outputs, recipe.inputs).experience(recipe.experience); -// }); -// }); diff --git a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/thermal/machine/insolator.js b/kubejs/server_scripts/fellies/kubejs/base/recipetypes/thermal/machine/insolator.js deleted file mode 100644 index eae2a9f..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/thermal/machine/insolator.js +++ /dev/null @@ -1,393 +0,0 @@ -// events.listen('recipes', (event) => { -// var energy = 20000; -// var water = 500; -// var data = { -// recipes: [ -// { -// input: 'simplefarming:cactus_crop', -// outputs: [ -// item.of('simplefarming:cactus_crop').chance(2.0), -// item.of('simplefarming:cactus_fruit').chance(1.1) -// ], -// energyModifier: 1.5, -// waterModifier: 0.5 -// }, -// { -// input: 'simplefarming:chicory_root', -// outputs: [item.of('simplefarming:chicory_root').chance(2.5)], -// energyModifier: 1.0, -// waterModifier: 1.0 -// }, -// { -// input: 'simplefarming:marshmallow_root', -// outputs: [item.of('simplefarming:marshmallow_root').chance(2.5)], -// energyModifier: 1.0, -// waterModifier: 1.0 -// }, -// { -// input: 'simplefarming:cumin_seeds', -// outputs: [item.of('simplefarming:cumin_seeds').chance(2.5)], -// energyModifier: 1.0, -// waterModifier: 1.0 -// }, -// { -// input: 'simplefarming:quinoa_seeds', -// outputs: [item.of('simplefarming:quinoa_seeds').chance(2.5)], -// energyModifier: 1.0, -// waterModifier: 1.0 -// }, -// { -// input: 'simplefarming:barley_seeds', -// outputs: [ -// item.of('simplefarming:barley').chance(2.0), -// item.of('simplefarming:barley_seeds').chance(1.1) -// ], -// energyModifier: 1.0, -// waterModifier: 0.5 -// }, -// { -// input: 'simplefarming:broccoli_seeds', -// outputs: [ -// item.of('simplefarming:broccoli').chance(2.0), -// item.of('simplefarming:broccoli_seeds').chance(1.1) -// ], -// energyModifier: 1.0, -// waterModifier: 0.5 -// }, -// { -// input: 'simplefarming:cassava_seeds', -// outputs: [ -// item.of('simplefarming:cassava').chance(2.0), -// item.of('simplefarming:cassava_seeds').chance(1.1) -// ], -// energyModifier: 1.0, -// waterModifier: 0.5 -// }, -// { -// input: 'simplefarming:corn_seeds', -// outputs: [item.of('simplefarming:corn').chance(2.0), item.of('simplefarming:corn_seeds').chance(1.1)], -// energyModifier: 1.0, -// waterModifier: 0.5 -// }, -// { -// input: 'simplefarming:cotton_seeds', -// outputs: [ -// item.of('simplefarming:cotton').chance(2.0), -// item.of('simplefarming:cotton_seeds').chance(1.1) -// ], -// energyModifier: 1.0, -// waterModifier: 0.5 -// }, -// { -// input: 'simplefarming:cucumber_seeds', -// outputs: [ -// item.of('simplefarming:cucumber').chance(2.0), -// item.of('simplefarming:cucumber_seeds').chance(1.1) -// ], -// energyModifier: 1.0, -// waterModifier: 0.5 -// }, -// { -// input: 'simplefarming:eggplant_seeds', -// outputs: [ -// item.of('simplefarming:eggplant').chance(2.0), -// item.of('simplefarming:eggplant_seeds').chance(1.1) -// ], -// energyModifier: 1.0, -// waterModifier: 0.5 -// }, -// { -// input: 'simplefarming:ginger_seeds', -// outputs: [ -// item.of('simplefarming:ginger').chance(2.0), -// item.of('simplefarming:ginger_seeds').chance(1.1) -// ], -// energyModifier: 1.0, -// waterModifier: 0.5 -// }, -// { -// input: 'simplefarming:kenaf_seeds', -// outputs: [ -// item.of('simplefarming:kenaf_fiber').chance(2.0), -// item.of('simplefarming:kenaf_seeds').chance(1.1) -// ], -// energyModifier: 1.0, -// waterModifier: 0.5 -// }, -// { -// input: 'simplefarming:lettuce_seeds', -// outputs: [ -// item.of('simplefarming:lettuce').chance(2.0), -// item.of('simplefarming:lettuce_seeds').chance(1.1) -// ], -// energyModifier: 1.0, -// waterModifier: 0.5 -// }, -// { -// input: 'simplefarming:oat_seeds', -// outputs: [item.of('simplefarming:oat').chance(2.0), item.of('simplefarming:oat_seeds').chance(1.1)], -// energyModifier: 1.0, -// waterModifier: 0.5 -// }, -// { -// input: 'simplefarming:onion_seeds', -// outputs: [item.of('simplefarming:onion').chance(2.0), item.of('simplefarming:onion_seeds').chance(1.1)], -// energyModifier: 1.0, -// waterModifier: 0.5 -// }, -// { -// input: 'simplefarming:pea_seeds', -// outputs: [item.of('simplefarming:pea_pod').chance(2.0), item.of('simplefarming:pea_seeds').chance(1.1)], -// energyModifier: 1.0, -// waterModifier: 0.5 -// }, -// { -// input: 'simplefarming:peanut_seeds', -// outputs: [ -// item.of('simplefarming:peanut').chance(2.0), -// item.of('simplefarming:peanut_seeds').chance(1.1) -// ], -// energyModifier: 1.0, -// waterModifier: 0.5 -// }, -// { -// input: 'simplefarming:pepper_seeds', -// outputs: [ -// item.of('simplefarming:pepper').chance(2.0), -// item.of('simplefarming:pepper_seeds').chance(1.1), -// item.of('simplefarming:habanero').chance(1.01) -// ], -// energyModifier: 1.0, -// waterModifier: 0.5 -// }, -// { -// input: 'simplefarming:radish_seeds', -// outputs: [ -// item.of('simplefarming:radish').chance(2.0), -// item.of('simplefarming:radish_seeds').chance(1.1) -// ], -// energyModifier: 1.0, -// waterModifier: 0.5 -// }, -// { -// input: 'simplefarming:rice_seeds', -// outputs: [item.of('simplefarming:rice').chance(2.0), item.of('simplefarming:rice_seeds').chance(1.1)], -// energyModifier: 1.0, -// waterModifier: 0.5 -// }, -// { -// input: 'simplefarming:rye_seeds', -// outputs: [item.of('simplefarming:rye').chance(2.0), item.of('simplefarming:rye_seeds').chance(1.1)], -// energyModifier: 1.0, -// waterModifier: 0.5 -// }, -// { -// input: 'simplefarming:sorghum_seeds', -// outputs: [ -// item.of('simplefarming:sorghum').chance(2.0), -// item.of('simplefarming:sorghum_seeds').chance(1.1) -// ], -// energyModifier: 1.0, -// waterModifier: 0.5 -// }, -// { -// input: 'simplefarming:soybean_seeds', -// outputs: [ -// item.of('simplefarming:soybean').chance(2.0), -// item.of('simplefarming:soybean_seeds').chance(1.1) -// ], -// energyModifier: 1.0, -// waterModifier: 0.5 -// }, -// { -// input: 'simplefarming:spinach_seeds', -// outputs: [ -// item.of('simplefarming:spinach').chance(2.0), -// item.of('simplefarming:spinach_seeds').chance(1.1) -// ], -// energyModifier: 1.0, -// waterModifier: 0.5 -// }, -// { -// input: 'simplefarming:sweet_potato_seeds', -// outputs: [ -// item.of('simplefarming:sweet_potato').chance(2.0), -// item.of('simplefarming:sweet_potato_seeds').chance(1.1) -// ], -// energyModifier: 1.0, -// waterModifier: 0.5 -// }, -// { -// input: 'simplefarming:tomato_seeds', -// outputs: [ -// item.of('simplefarming:tomato').chance(2.0), -// item.of('simplefarming:tomato_seeds').chance(1.1) -// ], -// energyModifier: 1.0, -// waterModifier: 0.5 -// }, -// { -// input: 'simplefarming:turnip_seeds', -// outputs: [ -// item.of('simplefarming:turnip').chance(2.0), -// item.of('simplefarming:turnip_seeds').chance(1.1) -// ], -// energyModifier: 1.0, -// waterModifier: 0.5 -// }, -// { -// input: 'simplefarming:yam_seeds', -// outputs: [item.of('simplefarming:yam').chance(2.0), item.of('simplefarming:yam_seeds').chance(1.1)], -// energyModifier: 1.0, -// waterModifier: 0.5 -// }, -// { -// input: 'simplefarming:zucchini_seeds', -// outputs: [ -// item.of('simplefarming:zucchini').chance(2.0), -// item.of('simplefarming:zucchini_seeds').chance(1.1) -// ], -// energyModifier: 1.0, -// waterModifier: 0.5 -// }, -// { -// input: 'simplefarming:squash_seeds', -// outputs: [ -// item.of('simplefarming:squash_block').chance(1.1), -// item.of('simplefarming:squash_seeds').chance(1.1) -// ], -// energyModifier: 2.0, -// waterModifier: 2.0 -// }, -// { -// input: 'simplefarming:honeydew_seeds', -// outputs: [ -// item.of('simplefarming:honeydew_block').chance(1.1), -// item.of('simplefarming:honeydew_seeds').chance(1.1) -// ], -// energyModifier: 2.0, -// waterModifier: 2.0 -// }, -// { -// input: 'simplefarming:cantaloupe_seeds', -// outputs: [ -// item.of('simplefarming:cantaloupe_block').chance(1.1), -// item.of('simplefarming:cantaloupe_seeds').chance(1.1) -// ], -// energyModifier: 2.0, -// waterModifier: 2.0 -// }, -// { -// input: 'farmersdelight:cabbage_seeds', -// outputs: [ -// item.of('farmersdelight:cabbage').chance(2.0), -// item.of('farmersdelight:cabbage_seeds').chance(1.1) -// ], -// energyModifier: 1.0, -// waterModifier: 0.5 -// }, -// { -// input: 'farmersdelight:tomato_seeds', -// outputs: [ -// item.of('farmersdelight:tomato').chance(2.0), -// item.of('farmersdelight:tomato_seeds').chance(1.1) -// ], -// energyModifier: 1.0, -// waterModifier: 0.5 -// }, -// { -// input: 'farmersdelight:onion', -// outputs: [item.of('farmersdelight:onion').chance(2.5)], -// energyModifier: 1.0, -// waterModifier: 1.0 -// }, -// { -// input: 'farmersdelight:rice_panicle', -// outputs: [item.of('farmersdelight:rice_panicle').chance(2.5)], -// energyModifier: 1.0, -// waterModifier: 1.5 -// }, -// { -// input: 'biomesoplenty:maple_sapling', -// outputs: [item.of('minecraft:oak_log').chance(6.0), item.of('biomesoplenty:maple_sapling').chance(1.1)], -// energyModifier: 3.0, -// waterModifier: 3.0 -// }, -// { -// input: 'byg:ether_sapling', -// outputs: [item.of('byg:ether_log').chance(6.0), item.of('byg:ether_sapling').chance(1.1)], -// energyModifier: 3.0, -// waterModifier: 3.0 -// }, -// { -// input: 'byg:maple_sapling', -// outputs: [item.of('minecraft:oak_log').chance(6.0), item.of('byg:maple_sapling').chance(1.1)], -// energyModifier: 3.0, -// waterModifier: 3.0 -// }, -// { -// input: 'byg:brown_zelkova_sapling', -// outputs: [item.of('byg:zelkova_log').chance(6.0), item.of('byg:brown_zelkova_sapling').chance(1.1)], -// energyModifier: 3.0, -// waterModifier: 3.0 -// }, -// { -// input: 'byg:withering_oak_sapling', -// outputs: [ -// item.of('byg:withering_oak_log').chance(6.0), -// item.of('byg:withering_oak_sapling').chance(1.1) -// ], -// energyModifier: 3.0, -// waterModifier: 3.0 -// }, -// { -// input: 'byg:palm_sapling', -// outputs: [item.of('byg:palm_log').chance(6.0), item.of('byg:palm_sapling').chance(1.1)], -// energyModifier: 3.0, -// waterModifier: 3.0 -// }, -// { -// input: 'byg:nightshade_sapling', -// outputs: [item.of('byg:nightshade_log').chance(6.0), item.of('byg:nightshade_sapling').chance(1.1)], -// energyModifier: 3.0, -// waterModifier: 3.0 -// }, -// { -// input: 'byg:lament_sapling', -// outputs: [item.of('byg:lament_log').chance(6.0), item.of('byg:lament_sapling').chance(1.1)], -// energyModifier: 3.0, -// waterModifier: 3.0 -// }, -// { -// input: 'byg:araucaria_sapling', -// outputs: [item.of('byg:pine_log').chance(6.0), item.of('byg:araucaria_sapling').chance(1.1)], -// energyModifier: 3.0, -// waterModifier: 3.0 -// }, -// { -// input: 'undergarden:smogstem_sapling', -// outputs: [ -// item.of('undergarden:smogstem_log').chance(6.0), -// item.of('undergarden:smogstem_sapling').chance(1.1) -// ], -// energyModifier: 3.0, -// waterModifier: 3.0 -// }, -// { -// input: 'undergarden:wigglewood_sapling', -// outputs: [ -// item.of('undergarden:wigglewood_log').chance(6.0), -// item.of('undergarden:wigglewood_sapling').chance(1.1) -// ], -// energyModifier: 3.0, -// waterModifier: 3.0 -// } -// ] -// }; -// data.recipes.forEach((recipe) => { -// event.recipes.thermal -// .insolator(recipe.outputs, recipe.input) -// .water(water * recipe.waterModifier) -// .energy(energy * recipe.energyModifier); -// }); -// }); diff --git a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/thermal/machine/press.js b/kubejs/server_scripts/fellies/kubejs/base/recipetypes/thermal/machine/press.js deleted file mode 100644 index 9a3ad32..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/thermal/machine/press.js +++ /dev/null @@ -1,50 +0,0 @@ -// events.listen('recipes', (event) => { -// var data = { -// recipes: [ -// { -// inputs: [item.of('#forge:plates/steel', 3), item.of('#forge:wires/steel')], -// output: item.of('immersiveengineering:mold_wire', 1) -// }, -// { -// inputs: [item.of('#forge:plates/steel', 3), item.of('#forge:rods/steel')], -// output: item.of('immersiveengineering:mold_rod', 1) -// }, -// { -// inputs: [item.of('byg:pink_sandstone', 1), item.of('thermal:press_unpacking_die')], -// output: item.of('byg:pink_sand', 4) -// }, -// { -// inputs: [item.of('byg:purple_sandstone', 1), item.of('thermal:press_unpacking_die')], -// output: item.of('byg:purple_sand', 4) -// }, -// { -// inputs: [item.of('byg:blue_sandstone', 1), item.of('thermal:press_unpacking_die')], -// output: item.of('byg:blue_sand', 4) -// }, -// { -// inputs: [item.of('byg:white_sandstone', 1), item.of('thermal:press_unpacking_die')], -// output: item.of('byg:white_sand', 4) -// }, -// { -// inputs: [item.of('byg:black_sandstone', 1), item.of('thermal:press_unpacking_die')], -// output: item.of('byg:black_sand', 4) -// }, -// { -// inputs: [item.of('biomesoplenty:black_sandstone', 1), item.of('thermal:press_unpacking_die')], -// output: item.of('biomesoplenty:black_sand', 4) -// }, -// { -// inputs: [item.of('biomesoplenty:orange_sandstone', 1), item.of('thermal:press_unpacking_die')], -// output: item.of('biomesoplenty:orange_sand', 4) -// }, -// { -// inputs: [item.of('biomesoplenty:white_sandstone', 1), item.of('thermal:press_unpacking_die')], -// output: item.of('biomesoplenty:white_sand', 4) -// } -// ] -// }; - -// data.recipes.forEach((recipe) => { -// event.recipes.thermal.press(recipe.output, recipe.inputs).energy(2400); -// }); -// }); diff --git a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/thermal/machine/pulverizer.js b/kubejs/server_scripts/fellies/kubejs/base/recipetypes/thermal/machine/pulverizer.js deleted file mode 100644 index b56cc09..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/thermal/machine/pulverizer.js +++ /dev/null @@ -1,144 +0,0 @@ -// events.listen('recipes', function (event) { -// var data = { -// recipes: [ -// { -// input: '#forge:ores/netherite', -// experience: 0.2, -// outputs: [item.of('minecraft:netherite_scrap', 2)] -// }, -// { -// input: '#forge:ores/nickel', -// experience: 0.2, -// outputs: [ -// item.of('emendatusenigmatica:nickel_dust', 2), -// item.of('emendatusenigmatica:iron_dust').chance(0.1), -// item.of('minecraft:gravel').chance(0.2) -// ] -// }, -// { -// input: '#forge:ores/aluminum', -// experience: 0.2, -// outputs: [ -// item.of('emendatusenigmatica:aluminum_dust', 2), -// item.of('emendatusenigmatica:iron_dust').chance(0.1), -// item.of('minecraft:gravel').chance(0.2) -// ] -// }, -// { -// input: '#forge:ores/uranium', -// experience: 0.2, -// outputs: [ -// item.of('emendatusenigmatica:uranium_dust', 2), -// item.of('emendatusenigmatica:lead_dust').chance(0.1), -// item.of('minecraft:gravel').chance(0.2) -// ] -// }, -// { -// input: '#forge:ores/osmium', -// experience: 0.2, -// outputs: [ -// item.of('emendatusenigmatica:osmium_dust', 2), -// item.of('emendatusenigmatica:tin_dust').chance(0.1), -// item.of('minecraft:gravel').chance(0.2) -// ] -// }, -// { -// input: '#forge:ores/zinc', -// experience: 0.2, -// outputs: [ -// item.of('emendatusenigmatica:zinc_dust', 2), -// item.of('emendatusenigmatica:gold_dust').chance(0.1), -// item.of('minecraft:gravel').chance(0.2) -// ] -// }, -// { -// input: '#forge:ores/bitumen', -// experience: 0.2, -// outputs: [item.of('emendatusenigmatica:bitumen_gem', 2), item.of('minecraft:gravel').chance(0.2)] -// }, -// { -// input: '#forge:ores/dimensional', -// experience: 0.2, -// outputs: [item.of('emendatusenigmatica:dimensional_gem', 8)] -// }, -// { -// input: '#forge:ores/mana', -// experience: 0.2, -// outputs: [item.of('emendatusenigmatica:arcane_gem', 2)] -// }, -// { -// input: 'byg:pink_sandstone', -// outputs: [ -// item.of('byg:pink_sand', 2), -// item.of('emendatusenigmatica:potassium_nitrate_gem').chance(0.3) -// ], -// experience: 0.2 -// }, -// { -// input: 'byg:purple_sandstone', -// outputs: [ -// item.of('byg:purple_sand', 2), -// item.of('emendatusenigmatica:potassium_nitrate_gem').chance(0.3) -// ], -// experience: 0.2 -// }, -// { -// input: 'byg:blue_sandstone', -// outputs: [ -// item.of('byg:blue_sand', 2), -// item.of('emendatusenigmatica:potassium_nitrate_gem').chance(0.3) -// ], -// experience: 0.2 -// }, -// { -// input: 'byg:white_sandstone', -// outputs: [ -// item.of('byg:white_sand', 2), -// item.of('emendatusenigmatica:potassium_nitrate_gem').chance(0.3) -// ], -// experience: 0.2 -// }, -// { -// input: 'byg:black_sandstone', -// outputs: [ -// item.of('byg:black_sand', 2), -// item.of('emendatusenigmatica:potassium_nitrate_gem').chance(0.3) -// ], -// experience: 0.2 -// }, -// { -// input: 'biomesoplenty:black_sandstone', -// outputs: [ -// item.of('biomesoplenty:black_sand', 2), -// item.of('emendatusenigmatica:potassium_nitrate_gem').chance(0.3) -// ], -// experience: 0.2 -// }, -// { -// input: 'biomesoplenty:orange_sandstone', -// outputs: [ -// item.of('biomesoplenty:orange_sand', 2), -// item.of('emendatusenigmatica:potassium_nitrate_gem').chance(0.3) -// ], -// experience: 0.2 -// }, -// { -// input: 'biomesoplenty:white_sandstone', -// outputs: [ -// item.of('biomesoplenty:white_sand', 2), -// item.of('emendatusenigmatica:potassium_nitrate_gem').chance(0.3) -// ], -// experience: 0.2 -// } -// ] -// }; - -// data.recipes.forEach((recipe) => { -// event.remove({ -// input: recipe.input, -// mod: 'thermal', -// type: 'thermal:pulverizer' -// }); -// event.recipes.thermal.pulverizer(recipe.outputs, recipe.input).experience(recipe.experience); -// }); -// }); diff --git a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/thermal/machine/refinery.js b/kubejs/server_scripts/fellies/kubejs/base/recipetypes/thermal/machine/refinery.js deleted file mode 100644 index d12ec32..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/thermal/machine/refinery.js +++ /dev/null @@ -1,10 +0,0 @@ -// events.listen('recipes', (event) => { -// event.recipes.thermal.refinery( -// [ -// item.of('emendatusenigmatica:bitumen_gem').chance(0.1), -// fluid.of('thermal:heavy_oil', 40), -// fluid.of('thermal:light_oil', 60) -// ], -// fluid.of('pneumaticcraft:oil', 100) -// ); -// }); diff --git a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/thermal/machine/sawmill.js b/kubejs/server_scripts/fellies/kubejs/base/recipetypes/thermal/machine/sawmill.js deleted file mode 100644 index 019e830..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/recipetypes/thermal/machine/sawmill.js +++ /dev/null @@ -1,38 +0,0 @@ -// events.listen('recipes', function (event) { -// buildWoodVariants.forEach((variant) => { -// var modID = variant.logBlock.split(':')[0]; -// var sawDust = 'emendatusenigmatica:wood_dust'; - -// // mod blacklist -// if (modID == 'minecraft' || modID == 'byg' || modID == 'biomesoplenty') { -// return; -// } - -// var data = { -// recipes: [ -// { -// input: variant.logBlock, -// output: variant.plankBlock -// }, -// { -// input: variant.woodBlock, -// output: variant.plankBlock -// }, -// { -// input: variant.logBlockStripped, -// output: variant.plankBlock -// }, -// { -// input: variant.woodBlockStripped, -// output: variant.plankBlock -// } -// ] -// }; - -// data.recipes.forEach((recipe) => { -// event.recipes.thermal -// .sawmill([item.of(recipe.output, 6), item.of(sawDust).chance(1.25)], recipe.input) -// .energy(1000); -// }); -// }); -// }); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/blocks/forge/ores.js b/kubejs/server_scripts/fellies/kubejs/base/tags/blocks/forge/ores.js deleted file mode 100644 index ac1391e..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/blocks/forge/ores.js +++ /dev/null @@ -1,17 +0,0 @@ -events.listen('block.tags', function (event) { - event - .get('forge:ores') - .add(['powah:uraninite_ore_poor', 'powah:uraninite_ore', 'powah:uraninite_ore_dense']) - .add('minecraft:ancient_debris'); - event - .get('forge:ores/dimensional') - .add([ - 'rftoolsbase:dimensionalshard_overworld', - 'rftoolsbase:dimensionalshard_nether', - 'rftoolsbase:dimensionalshard_end' - ]); - - event.get('forge:ores/nether/gold').add('minecraft:nether_gold_ore'); - event.get('forge:ores/netherite_scrap').remove('minecraft:ancient_debris'); - event.get('forge:ores/netherite').add('minecraft:ancient_debris'); -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/blocks/forge/stones.js b/kubejs/server_scripts/fellies/kubejs/base/tags/blocks/forge/stones.js deleted file mode 100644 index af0c8b2..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/blocks/forge/stones.js +++ /dev/null @@ -1,41 +0,0 @@ -events.listen('block.tags', function (event) { - event - .get('forge:stone') - .add([ - 'astralsorcery:marble_arch', - 'astralsorcery:marble_bricks', - 'astralsorcery:marble_chiseled', - 'astralsorcery:marble_engraved', - 'astralsorcery:marble_raw', - 'astralsorcery:marble_runed' - ]); - event - .get('forge:stones/basalt') - .add([ - 'quark:basalt', - 'quark:chiseled_basalt_bricks', - 'quark:basalt_pavement', - 'quark:basalt_pillar', - 'quark:polished_basalt', - 'quark:basalt_bricks', - 'minecraft:basalt' - ]); - event.get('forge:stones/slate').add(['quark:slate', 'quark:polished_slate']); - event - .get('forge:stones/marble') - .add([ - 'quark:marble', - 'quark:polished_marble', - 'astralsorcery:marble_arch', - 'astralsorcery:marble_bricks', - 'astralsorcery:marble_chiseled', - 'astralsorcery:marble_engraved', - 'astralsorcery:marble_raw', - 'astralsorcery:marble_runed' - ]); - event.get('forge:stones/limestone').add(['quark:limestone', 'quark:polished_limestone']); - event.get('forge:stones/jasper').add(['quark:jasper', 'quark:polished_jasper']); - event.get('forge:stones/granite').add(['minecraft:granite', 'minecraft:polished_granite']); - event.get('forge:stones/diorite').add(['minecraft:diorite', 'minecraft:polished_diorite']); - event.get('forge:stones/andesite').add(['minecraft:andesite', 'minecraft:polished_andesite']); -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/blocks/forge/storage_blocks.js b/kubejs/server_scripts/fellies/kubejs/base/tags/blocks/forge/storage_blocks.js deleted file mode 100644 index 0395b99..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/blocks/forge/storage_blocks.js +++ /dev/null @@ -1,4 +0,0 @@ -events.listen('block.tags', function (event) { - event.get('forge:storage_blocks').add('minecraft:glowstone'); - event.get('forge:storage_blocks/glowstone').add('minecraft:glowstone'); -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/blocks/resourcefulbees/valid_apiary.js b/kubejs/server_scripts/fellies/kubejs/base/tags/blocks/resourcefulbees/valid_apiary.js deleted file mode 100644 index eaffdc8..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/blocks/resourcefulbees/valid_apiary.js +++ /dev/null @@ -1,20 +0,0 @@ -// events.listen('block.tags', function (event) { -// var blocks = [ -// 'botania:bifrost_pane', -// 'botania:bifrost_perm', -// 'botania:elf_glass_pane', -// 'botania:mana_glass_pane', -// 'botania:elf_glass', -// 'botania:mana_glass', - -// 'glassential:glass_dark', -// 'glassential:glass_dark_ethereal', -// 'glassential:glass_ethereal', -// 'glassential:glass_light', -// 'glassential:glass_redstone', - -// 'minecraft:soul_sand' -// ]; - -// event.get('resourcefulbees:valid_apiary').add(blocks); -// }); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/astralsorcery/astralsorcery.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/astralsorcery/astralsorcery.js deleted file mode 100644 index 00aa748..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/astralsorcery/astralsorcery.js +++ /dev/null @@ -1,17 +0,0 @@ -events.listen('item.tags', function (event) { - event - .get('astralsorcery:crystals/collector') - .add('astralsorcery:celestial_collector_crystal') - .add('astralsorcery:rock_collector_crystal'); - event - .get('astralsorcery:crystals/attuned') - .add('astralsorcery:attuned_celestial_crystal') - .add('astralsorcery:attuned_rock_crystal'); - event - .get('astralsorcery:stars/irradiant') - .add('astralsorcery:shifting_star_vicio') - .add('astralsorcery:shifting_star_evorsio') - .add('astralsorcery:shifting_star_discidia') - .add('astralsorcery:shifting_star_armara') - .add('astralsorcery:shifting_star_aevitas'); -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/create/crushed_ores.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/create/crushed_ores.js deleted file mode 100644 index 2a20683..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/create/crushed_ores.js +++ /dev/null @@ -1,14 +0,0 @@ -events.listen('item.tags', function (event) { - event.get('create:crushed_ores/nickel').add('create:crushed_nickel_ore'); - event.get('create:crushed_ores/uranium').add('create:crushed_uranium_ore'); - event.get('create:crushed_ores/aluminum').add('create:crushed_aluminum_ore'); - event.get('create:crushed_ores/lead').add('create:crushed_lead_ore'); - event.get('create:crushed_ores/tin').add('create:crushed_tin_ore'); - event.get('create:crushed_ores/silver').add('create:crushed_silver_ore'); - event.get('create:crushed_ores/osmium').add('create:crushed_osmium_ore'); - event.get('create:crushed_ores/gold').add('create:crushed_gold_ore'); - event.get('create:crushed_ores/copper').add('create:crushed_copper_ore'); - event.get('create:crushed_ores/iron').add('create:crushed_iron_ore'); - event.get('create:crushed_ores/zinc').add('create:crushed_zinc_ore'); - event.get('create:crushed_ores/brass').add('create:crushed_brass'); -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/enigmatica/cobbleworks.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/enigmatica/cobbleworks.js deleted file mode 100644 index 3409e28..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/enigmatica/cobbleworks.js +++ /dev/null @@ -1,5 +0,0 @@ -// events.listen('item.tags', (event) => { -// event.get('enigmatica:cobbleworks/stone').add(generatableStone); -// event.get('enigmatica:cobbleworks/cobblestone').add(generatableCobblestone); -// event.get('enigmatica:cobbleworks/basalt').add(generatableBasalt); -// }); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/armor/boots.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/armor/boots.js deleted file mode 100644 index 8d45dc4..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/armor/boots.js +++ /dev/null @@ -1,34 +0,0 @@ -events.listen('item.tags', function (event) { - var items = [ - 'ars_nouveau:apprentice_boots', - 'ars_nouveau:archmage_boots', - 'ars_nouveau:novice_boots', - 'immersiveengineering:armor_faraday_feet', - 'immersiveengineering:armor_steel_feet', - 'mekanism:free_runners', - 'mekanism:hazmat_boots', - 'mekanism:mekasuit_boots', - 'mekanismtools:bronze_boots', - 'mekanismtools:lapis_lazuli_boots', - 'mekanismtools:osmium_boots', - 'mekanismtools:refined_glowstone_boots', - 'mekanismtools:refined_obsidian_boots', - 'minecraft:chainmail_boots', - 'minecraft:diamond_boots', - 'minecraft:golden_boots', - 'minecraft:iron_boots', - 'minecraft:leather_boots', - 'minecraft:netherite_boots', - 'naturesaura:infused_iron_shoes', - 'naturesaura:sky_shoes', - 'pneumaticcraft:pneumatic_boots', - 'thermal:beekeeper_boots', - 'thermal:diving_boots', - 'thermal:hazmat_boots', - 'bloodmagic:livingboots', - 'mekanismtools:steel_boots', - 'dustrial_decor:cardboard_boots' - ]; - event.get('forge:armor').add(items); - event.get('forge:armor/boots').add(items); -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/armor/chests.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/armor/chests.js deleted file mode 100644 index f89850c..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/armor/chests.js +++ /dev/null @@ -1,36 +0,0 @@ -events.listen('item.tags', function (event) { - var items = [ - 'ars_nouveau:apprentice_robes', - 'ars_nouveau:archmage_robes', - 'ars_nouveau:novice_robes', - 'immersiveengineering:armor_faraday_chest', - 'immersiveengineering:armor_steel_chest', - 'mekanism:hazmat_gown', - 'mekanism:jetpack', - 'mekanism:jetpack_armored', - 'mekanism:mekasuit_bodyarmor', - 'mekanismtools:bronze_chestplate', - 'mekanismtools:lapis_lazuli_chestplate', - 'mekanismtools:osmium_chestplate', - 'mekanismtools:refined_glowstone_chestplate', - 'mekanismtools:refined_obsidian_chestplate', - 'minecraft:chainmail_chestplate', - 'minecraft:diamond_chestplate', - 'minecraft:golden_chestplate', - 'minecraft:iron_chestplate', - 'minecraft:leather_chestplate', - 'minecraft:netherite_chestplate', - 'naturesaura:infused_iron_chest', - 'naturesaura:sky_chest', - 'pneumaticcraft:pneumatic_chestplate', - 'thermal:beekeeper_chestplate', - 'thermal:diving_chestplate', - 'thermal:hazmat_chestplate', - 'astralsorcery:mantle', - 'bloodmagic:livingplate', - 'dustrial_decor:cardboard_chestplate', - 'mekanismtools:steel_chestplate' - ]; - event.get('forge:armor').add(items); - event.get('forge:armor/chest').add(items); -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/armor/helms.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/armor/helms.js deleted file mode 100644 index 7a30376..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/armor/helms.js +++ /dev/null @@ -1,34 +0,0 @@ -events.listen('item.tags', function (event) { - var items = [ - 'ars_nouveau:apprentice_hood', - 'ars_nouveau:archmage_hood', - 'ars_nouveau:novice_hood', - 'immersiveengineering:armor_faraday_head', - 'immersiveengineering:armor_steel_head', - 'mekanism:hazmat_mask', - 'mekanism:mekasuit_helmet', - 'mekanism:scuba_mask', - 'mekanismtools:bronze_helmet', - 'mekanismtools:lapis_lazuli_helmet', - 'mekanismtools:osmium_helmet', - 'mekanismtools:refined_glowstone_helmet', - 'mekanismtools:refined_obsidian_helmet', - 'minecraft:chainmail_helmet', - 'minecraft:diamond_helmet', - 'minecraft:golden_helmet', - 'minecraft:iron_helmet', - 'minecraft:leather_helmet', - 'minecraft:netherite_helmet', - 'naturesaura:infused_iron_helmet', - 'naturesaura:sky_helmet', - 'pneumaticcraft:pneumatic_helmet', - 'thermal:beekeeper_helmet', - 'thermal:diving_helmet', - 'thermal:hazmat_helmet', - 'bloodmagic:livinghelmet', - 'dustrial_decor:cardboard_helmet', - 'mekanismtools:steel_helmet' - ]; - event.get('forge:armor').add(items); - event.get('forge:armor/helm').add(items); -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/armor/legs.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/armor/legs.js deleted file mode 100644 index 9fb2b75..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/armor/legs.js +++ /dev/null @@ -1,33 +0,0 @@ -events.listen('item.tags', function (event) { - var items = [ - 'ars_nouveau:apprentice_leggings', - 'ars_nouveau:archmage_leggings', - 'ars_nouveau:novice_leggings', - 'immersiveengineering:armor_faraday_legs', - 'immersiveengineering:armor_steel_legs', - 'mekanism:hazmat_pants', - 'mekanism:mekasuit_pants', - 'mekanismtools:bronze_leggings', - 'mekanismtools:lapis_lazuli_leggings', - 'mekanismtools:osmium_leggings', - 'mekanismtools:refined_glowstone_leggings', - 'mekanismtools:refined_obsidian_leggings', - 'minecraft:chainmail_leggings', - 'minecraft:diamond_leggings', - 'minecraft:golden_leggings', - 'minecraft:iron_leggings', - 'minecraft:leather_leggings', - 'minecraft:netherite_leggings', - 'naturesaura:infused_iron_pants', - 'naturesaura:sky_pants', - 'pneumaticcraft:pneumatic_leggings', - 'thermal:beekeeper_leggings', - 'thermal:diving_leggings', - 'thermal:hazmat_leggings', - 'bloodmagic:livingleggings', - 'dustrial_decor:cardboard_leggings', - 'mekanismtools:steel_leggings' - ]; - event.get('forge:armor').add(items); - event.get('forge:armor/leggings').add(items); -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/carpet.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/carpet.js deleted file mode 100644 index 6044a06..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/carpet.js +++ /dev/null @@ -1,5 +0,0 @@ -events.listen('item.tags', (event) => { - colors.forEach((color) => { - event.get('forge:carpet').add('minecraft:' + color + '_carpet'); - }); -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/chests.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/chests.js deleted file mode 100644 index 214b2dd..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/chests.js +++ /dev/null @@ -1,8 +0,0 @@ -events.listen('item.tags', function (event) { - event.remove('forge:chests', [ - '#pneumaticcraft:chests', - '#forge:chests/electric', - '#forge:chests/personal', - '#forge:chests/ender' - ]); -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/concrete_powder.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/concrete_powder.js deleted file mode 100644 index 55e084d..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/concrete_powder.js +++ /dev/null @@ -1,5 +0,0 @@ -events.listen('item.tags', function (event) { - for (var i = 0; i < colors.length; i++) { - event.get('forge:concrete_powder').add('minecraft:' + colors[i] + '_concrete_powder'); - } -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/cooked_eggs.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/cooked_eggs.js deleted file mode 100644 index 3c85f4a..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/cooked_eggs.js +++ /dev/null @@ -1,3 +0,0 @@ -// events.listen('item.tags', (event) => { -// event.get('forge:cooked_eggs').add('simplefarming:cooked_egg'); -// }); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/crafting_materials.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/crafting_materials.js deleted file mode 100644 index bfcb23a..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/crafting_materials.js +++ /dev/null @@ -1,7 +0,0 @@ -events.listen('item.tags', function (event) { - event - .get('enigmatica:crafting_materials/diamond') - .add('mekanism:enriched_diamond') - .add('titanium:diamond_gear') - .add('minecraft:diamond_block'); -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/crushed_ores.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/crushed_ores.js deleted file mode 100644 index b4c1db7..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/crushed_ores.js +++ /dev/null @@ -1,15 +0,0 @@ -//TODO: Remove in 0.4.0 -// events.listen('item.tags', function (event) { -// event.get('create:crushed_ores/nickel').add('create:crushed_nickel_ore'); -// event.get('create:crushed_ores/uranium').add('create:crushed_uranium_ore'); -// event.get('create:crushed_ores/aluminum').add('create:crushed_aluminum_ore'); -// event.get('create:crushed_ores/lead').add('create:crushed_lead_ore'); -// event.get('create:crushed_ores/tin').add('create:crushed_tin_ore'); -// event.get('create:crushed_ores/silver').add('create:crushed_silver_ore'); -// event.get('create:crushed_ores/osmium').add('create:crushed_osmium_ore'); -// event.get('create:crushed_ores/gold').add('create:crushed_gold_ore'); -// event.get('create:crushed_ores/copper').add('create:crushed_copper_ore'); -// event.get('create:crushed_ores/iron').add('create:crushed_iron_ore'); -// event.get('create:crushed_ores/zinc').add('create:crushed_zinc_ore'); -// event.get('create:crushed_ores/brass').add('create:crushed_brass'); -// }); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/dirt.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/dirt.js deleted file mode 100644 index 882619c..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/dirt.js +++ /dev/null @@ -1,3 +0,0 @@ -events.listen('item.tags', (event) => { - event.add('forge:dirt', ['minecraft:dirt']); -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/dusts.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/dusts.js deleted file mode 100644 index 1882c21..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/dusts.js +++ /dev/null @@ -1,43 +0,0 @@ -events.listen('item.tags', function (event) { - event - .get('forge:dusts') - .add('immersiveengineering:dust_aluminum') - .add('immersiveengineering:dust_lead') - .add('immersiveengineering:dust_silver') - .add('immersiveengineering:dust_nickel') - .add('immersiveengineering:dust_uranium') - .add('immersiveengineering:dust_constantan') - .add('immersiveengineering:dust_electrum') - .add('immersiveengineering:dust_coke') - .add('immersiveengineering:dust_hop_graphite') - .add('immersiveengineering:dust_saltpeter') - .add('thermal:ender_pearl_dust'); - - event.get('forge:dusts/lapis').add('mekanism:dust_lapis_lazuli'); - - event.get('forge:dusts').remove('minecraft:prismarine_shard'); - event.get('forge:dusts/prismarine').remove('minecraft:prismarine_shard'); - - event.get('forge:dusts/ender_pearl').add('emendatusenigmatica:ender_dust'); - event.get('forge:dusts/ender').add('thermal:ender_pearl_dust'); - - event.get('forge:dusts/gold_copper').add('#forge:dusts/gold').add('#forge:dusts/copper'); - event.get('forge:dusts/iron_aluminum').add('#forge:dusts/iron').add('#forge:dusts/aluminum'); - - event.get('forge:dusts/netherite_scrap').remove('bloodmagic:sand_netherite'); - - // Temporary until EE adapts this change - event.get('forge:chunks/arcane').remove('emendatusenigmatica:arcane_chunk'); - event.get('forge:ores/arcane').remove('emendatusenigmatica:arcane_chunk'); - event.get('forge:ores/arcane').remove('emendatusenigmatica:arcane_ore'); - event.get('forge:ores/arcane').remove('ars_nouveau:arcane_ore'); - event.get('forge:ores/mana_gem').remove('ars_nouveau:arcane_ore'); - event.get('forge:gems/arcane').remove('emendatusenigmatica:arcane_gem'); - event.get('forge:storage_blocks/arcane').remove('emendatusenigmatica:arcane_block'); - event.get('forge:storage_blocks/mana').add('emendatusenigmatica:arcane_block'); - event.get('forge:chunks/mana').add('emendatusenigmatica:arcane_chunk'); - event.get('forge:ores/mana').add('emendatusenigmatica:arcane_ore'); - event.get('forge:ores/mana').add('emendatusenigmatica:arcane_chunk'); - event.get('forge:gems/mana').add('emendatusenigmatica:arcane_gem'); - event.get('forge:ores/mana').add('ars_nouveau:arcane_ore'); -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/dyes.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/dyes.js deleted file mode 100644 index 430360e..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/dyes.js +++ /dev/null @@ -1,4 +0,0 @@ -events.listen('item.tags', function (event) { - event.get('forge:dyes').remove('mekanism:dust_sulfur'); - event.get('forge:dyes/yellow').remove('mekanism:dust_sulfur'); -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/fence_gates.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/fence_gates.js deleted file mode 100644 index 5fa211a..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/fence_gates.js +++ /dev/null @@ -1,4 +0,0 @@ -// events.listen('item.tags', (event) => { -// event.add('forge:fence_gates', /byg:\w+_fence_gate/); -// event.add('forge:fence_gates/wooden', /byg:\w+_fence_gate/); -// }); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/gears.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/gears.js deleted file mode 100644 index 6333081..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/gears.js +++ /dev/null @@ -1,12 +0,0 @@ -events.listen('item.tags', function (event) { - event.get('forge:gears/gold_bronze').add('#forge:gears/gold').add('#forge:gears/bronze'); - event.get('forge:gears/gold_copper').add('#forge:gears/gold').add('#forge:gears/copper'); - event.get('forge:gears/gold_diamond').add('#forge:gears/gold').add('#forge:gears/diamond'); - event.get('forge:gears/gold_invar').add('#forge:gears/gold').add('#forge:gears/invar'); - event.get('forge:gears/gold_silver').add('#forge:gears/gold').add('#forge:gears/silver'); - - event.get('forge:gears/iron_invar').add('#forge:gears/iron').add('#forge:gears/invar'); - - event.get('forge:gears').add('pneumaticcraft:compressed_iron_gear'); - event.get('forge:gears/compressed_iron').add('pneumaticcraft:compressed_iron_gear'); -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/gems.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/gems.js deleted file mode 100644 index f9ab6ff..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/gems.js +++ /dev/null @@ -1,27 +0,0 @@ -events.listen('item.tags', function (event) { - var gems = 'forge:gems'; - var gems_ender = gems + '/ender'; - - event - .get(gems) - .add('rftoolsbase:dimensionalshard') - .add('minecraft:ender_pearl') - .add('ars_nouveau:mana_gem') - .add('immersivepetroleum:bitumen') - .add('thermal:bitumen'); - event.add(gems + '/coal_coke', [ - 'emendatusenigmatica:coke_gem', - 'immersiveengineering:coal_coke', - 'thermal:coal_coke' - ]); - event.get(gems_ender).add('minecraft:ender_pearl'); - event.get('forge:gems/dimensional').add('rftoolsbase:dimensionalshard'); - event.get('forge:gems/mana').add('ars_nouveau:mana_gem'); - event.get('forge:gems/charcoal').add('minecraft:charcoal'); - event - .get('forge:gems/bitumen') - .add('immersivepetroleum:bitumen') - .add('thermal:bitumen'); - - event.get('forge:gems/mana_gem').remove('ars_nouveau:mana_gem'); -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/grass.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/grass.js deleted file mode 100644 index b6641ff..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/grass.js +++ /dev/null @@ -1,3 +0,0 @@ -events.listen('item.tags', (event) => { - event.add('forge:grass', ['minecraft:grass_block', 'biomesoplenty:origin_grass_block']); -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/honeycomb.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/honeycomb.js deleted file mode 100644 index d0e034d..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/honeycomb.js +++ /dev/null @@ -1,74 +0,0 @@ -events.listen('item.tags', function (event) { - const beeTiers = { - tier1: [ - { material: 'coal' }, - { material: 'creeper' }, - { material: 'zombie' }, - { material: 'skeleton' }, - { material: 'clay' }, - { material: 'rgbee' }, - { material: 'nether_quartz' }, - { material: 'blaze' }, - { material: 'ender' } - ], - tier2: [ - { material: 'iron' }, - { material: 'gold' }, - { material: 'slimy' }, - { material: 'pigman' }, - { material: 'obsidian' }, - { material: 'redstone' }, - { material: 'lapis' }, - { material: 'ghast' } - ], - tier3: [ - { material: 'copper' }, - { material: 'copper' }, - { material: 'tin' }, - { material: 'silver' }, - { material: 'lead' }, - { material: 'nickel' }, - { material: 'steel' }, - { material: 'osmium' }, - { material: 'emerald' }, - { material: 'diamond' }, - { material: 'netherite' }, - { material: 'wither' } - ] - // special: [ - // { material: 'manasteel' }, - // { material: 'elementium' }, - // { material: 'terrasteel' }, - - // { material: 'infused_iron' }, - // { material: 'tainted_gold' }, - // { material: 'sky' } - // ] - }; - ['honeycomb', 'honeycomb_block'].forEach((honeyComb) => { - event - .get('forge:' + honeyComb) - .add(beeTiers.tier1.map((bee) => 'resourcefulbees:' + bee.material + '_' + honeyComb)); - event - .get('forge:' + honeyComb) - .add(beeTiers.tier2.map((bee) => 'resourcefulbees:' + bee.material + '_' + honeyComb)); - event - .get('forge:' + honeyComb) - .add(beeTiers.tier3.map((bee) => 'resourcefulbees:' + bee.material + '_' + honeyComb)); - // event - // .get('forge:' + honeyComb) - // .add(beeTiers.special.map((bee) => 'resourcefulbees:' + bee.material + '_' + honeyComb)); - event - .get('forge:' + honeyComb + '/tier1') - .add(beeTiers.tier1.map((bee) => 'resourcefulbees:' + bee.material + '_' + honeyComb)); - event - .get('forge:' + honeyComb + '/tier2') - .add(beeTiers.tier2.map((bee) => 'resourcefulbees:' + bee.material + '_' + honeyComb)); - event - .get('forge:' + honeyComb + '/tier3') - .add(beeTiers.tier3.map((bee) => 'resourcefulbees:' + bee.material + '_' + honeyComb)); - // event - // .get('forge:' + honeyComb + '/special') - // .add(beeTiers.special.map((bee) => 'resourcefulbees:' + bee.material + '_' + honeyComb)); - }); -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/ingots.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/ingots.js deleted file mode 100644 index d46bd99..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/ingots.js +++ /dev/null @@ -1,39 +0,0 @@ -events.listen('item.tags', function (event) { - event.get('forge:ingots').add('powah:uraninite'); - event.get('forge:ingots/uraninite').add('powah:uraninite'); - event.get('forge:ingots/energized_steel').add('powah:steel_energized'); - event.get('forge:ingots/radioactive').add('#forge:ingots/uraninite').add('#forge:ingots/uranium'); - - event - .get('forge:ingots') - .add('immersiveengineering:ingot_aluminum') - .add('immersiveengineering:ingot_lead') - .add('immersiveengineering:ingot_silver') - .add('immersiveengineering:ingot_nickel') - .add('immersiveengineering:ingot_uranium') - .add('immersiveengineering:ingot_constantan') - .add('immersiveengineering:ingot_electrum') - .add('immersiveengineering:ingot_hop_graphite') - .add('industrialforegoing:pink_slime_ingot'); - - event.get('forge:ingots/copper').add('immersiveengineering:ingot_copper'); - event.get('forge:ingots/pink_slime').add('industrialforegoing:pink_slime_ingot'); - - event - .get('forge:ingots') - .add('naturesaura:sky_ingot') - .add('naturesaura:tainted_gold') - .add('naturesaura:infused_iron'); - - event.get('forge:ingots/gold_brass').add('#forge:ingots/gold').add('#forge:ingots/brass'); - event.get('forge:ingots/gold_bronze').add('#forge:ingots/gold').add('#forge:ingots/bronze'); - event.get('forge:ingots/gold_copper').add('#forge:ingots/gold').add('#forge:ingots/copper'); - event.get('forge:ingots/gold_silver').add('#forge:ingots/gold').add('#forge:ingots/silver'); - event.get('forge:ingots/gold_tin').add('#forge:ingots/gold').add('#forge:ingots/tin'); - - event.get('forge:ingots/iron_aluminum').add('#forge:ingots/iron').add('#forge:ingots/aluminum'); - event.get('forge:ingots/iron_copper').add('#forge:ingots/iron').add('#forge:ingots/copper'); - event.get('forge:ingots/iron_lead').add('#forge:ingots/iron').add('#forge:ingots/lead'); - event.get('forge:ingots/iron_tin').add('#forge:ingots/iron').add('#forge:ingots/tin'); - event.get('forge:ingots/iron_brass').add('#forge:ingots/iron').add('#forge:ingots/brass'); -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/lights.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/lights.js deleted file mode 100644 index 08eab29..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/lights.js +++ /dev/null @@ -1,273 +0,0 @@ -events.listen('item.tags', function (event) { - var items = [ - 'additional_lights:al_lamp_acacia_planks', - 'additional_lights:al_lamp_birch_planks', - 'additional_lights:al_lamp_blackstone', - 'additional_lights:al_lamp_cobblestone', - 'additional_lights:al_lamp_crimson_planks', - 'additional_lights:al_lamp_dark_oak_planks', - 'additional_lights:al_lamp_diamond_block', - 'additional_lights:al_lamp_end_stone', - 'additional_lights:al_lamp_glass', - 'additional_lights:al_lamp_gold_block', - 'additional_lights:al_lamp_iron_block', - 'additional_lights:al_lamp_jungle_planks', - 'additional_lights:al_lamp_magenta_wool', - 'additional_lights:al_lamp_mossy_cobblestone', - 'additional_lights:al_lamp_nether_bricks', - 'additional_lights:al_lamp_oak_planks', - 'additional_lights:al_lamp_packed_ice', - 'additional_lights:al_lamp_pink_wool', - 'additional_lights:al_lamp_red_nether_bricks', - 'additional_lights:al_lamp_sandstone', - 'additional_lights:al_lamp_spruce_planks', - 'additional_lights:al_lamp_stone', - 'additional_lights:al_lamp_warped_planks', - 'additional_lights:al_torch_acacia_planks', - 'additional_lights:al_torch_birch_planks', - 'additional_lights:al_torch_blackstone', - 'additional_lights:al_torch_cobblestone', - 'additional_lights:al_torch_crimson_planks', - 'additional_lights:al_torch_dark_oak_planks', - 'additional_lights:al_torch_diamond_block', - 'additional_lights:al_torch_end_stone', - 'additional_lights:al_torch_end_stone_bricks', - 'additional_lights:al_torch_glass', - 'additional_lights:al_torch_gold_block', - 'additional_lights:al_torch_iron_block', - 'additional_lights:al_torch_jungle_planks', - 'additional_lights:al_torch_magenta_wool', - 'additional_lights:al_torch_mossy_cobblestone', - 'additional_lights:al_torch_mossy_stone_bricks', - 'additional_lights:al_torch_nether_bricks', - 'additional_lights:al_torch_oak_planks', - 'additional_lights:al_torch_packed_ice', - 'additional_lights:al_torch_pink_wool', - 'additional_lights:al_torch_red_nether_bricks', - 'additional_lights:al_torch_sandstone', - 'additional_lights:al_torch_smooth_stone', - 'additional_lights:al_torch_spruce_planks', - 'additional_lights:al_torch_stone', - 'additional_lights:al_torch_stone_bricks', - 'additional_lights:al_torch_warped_planks', - 'additional_lights:fire_for_fire_pit_l', - 'additional_lights:fire_for_fire_pit_s', - 'additional_lights:fire_for_standing_torch_l', - 'additional_lights:fire_for_standing_torch_s', - 'additional_lights:fire_pit_l_cobblestone', - 'additional_lights:fire_pit_l_cobblestone', - 'additional_lights:fire_pit_l_cut_sandstone', - 'additional_lights:fire_pit_l_cut_sandstone', - 'additional_lights:fire_pit_l_diamond_block', - 'additional_lights:fire_pit_l_end_stone', - 'additional_lights:fire_pit_l_end_stone', - 'additional_lights:fire_pit_l_end_stone_bricks', - 'additional_lights:fire_pit_l_end_stone_bricks', - 'additional_lights:fire_pit_l_gold_block', - 'additional_lights:fire_pit_l_iron_block', - 'additional_lights:fire_pit_l_magenta_wool', - 'additional_lights:fire_pit_l_mossy_cobblestone', - 'additional_lights:fire_pit_l_mossy_cobblestone', - 'additional_lights:fire_pit_l_mossy_stone_bricks', - 'additional_lights:fire_pit_l_mossy_stone_bricks', - 'additional_lights:fire_pit_l_nether_bricks', - 'additional_lights:fire_pit_l_packed_ice', - 'additional_lights:fire_pit_l_pink_wool', - 'additional_lights:fire_pit_l_polished_andesite', - 'additional_lights:fire_pit_l_polished_andesite', - 'additional_lights:fire_pit_l_polished_blackstone', - 'additional_lights:fire_pit_l_polished_diorite', - 'additional_lights:fire_pit_l_polished_diorite', - 'additional_lights:fire_pit_l_polished_granite', - 'additional_lights:fire_pit_l_polished_granite', - 'additional_lights:fire_pit_l_red_nether_bricks', - 'additional_lights:fire_pit_l_sandstone', - 'additional_lights:fire_pit_l_sandstone', - 'additional_lights:fire_pit_l_smooth_stone', - 'additional_lights:fire_pit_l_smooth_stone', - 'additional_lights:fire_pit_l_stone', - 'additional_lights:fire_pit_l_stone', - 'additional_lights:fire_pit_l_stone_bricks', - 'additional_lights:fire_pit_l_stone_bricks', - 'additional_lights:fire_pit_s_cobblestone', - 'additional_lights:fire_pit_s_cut_sandstone', - 'additional_lights:fire_pit_s_diamond_block', - 'additional_lights:fire_pit_s_end_stone', - 'additional_lights:fire_pit_s_end_stone_bricks', - 'additional_lights:fire_pit_s_gold_block', - 'additional_lights:fire_pit_s_iron_block', - 'additional_lights:fire_pit_s_magenta_wool', - 'additional_lights:fire_pit_s_magenta_wool', - 'additional_lights:fire_pit_s_mossy_cobblestone', - 'additional_lights:fire_pit_s_mossy_stone_bricks', - 'additional_lights:fire_pit_s_nether_bricks', - 'additional_lights:fire_pit_s_packed_ice', - 'additional_lights:fire_pit_s_pink_wool', - 'additional_lights:fire_pit_s_polished_andesite', - 'additional_lights:fire_pit_s_polished_blackstone', - 'additional_lights:fire_pit_s_polished_diorite', - 'additional_lights:fire_pit_s_polished_granite', - 'additional_lights:fire_pit_s_red_nether_bricks', - 'additional_lights:fire_pit_s_sandstone', - 'additional_lights:fire_pit_s_smooth_stone', - 'additional_lights:fire_pit_s_stone', - 'additional_lights:fire_pit_s_stone_bricks', - 'additional_lights:soul_fire_for_fire_pit_l', - 'additional_lights:soul_fire_for_fire_pit_s', - 'additional_lights:soul_fire_for_standing_torch_l', - 'additional_lights:soul_fire_for_standing_torch_s', - 'additional_lights:standing_torch_l_cobblestone', - 'additional_lights:standing_torch_l_cut_sandstone', - 'additional_lights:standing_torch_l_diamond_block', - 'additional_lights:standing_torch_l_end_stone', - 'additional_lights:standing_torch_l_end_stone_bricks', - 'additional_lights:standing_torch_l_gold_block', - 'additional_lights:standing_torch_l_iron_block', - 'additional_lights:standing_torch_l_magenta_wool', - 'additional_lights:standing_torch_l_mossy_cobblestone', - 'additional_lights:standing_torch_l_mossy_stone_bricks', - 'additional_lights:standing_torch_l_nether_bricks', - 'additional_lights:standing_torch_l_packed_ice', - 'additional_lights:standing_torch_l_pink_wool', - 'additional_lights:standing_torch_l_polished_andesite', - 'additional_lights:standing_torch_l_polished_blackstone', - 'additional_lights:standing_torch_l_polished_diorite', - 'additional_lights:standing_torch_l_polished_granite', - 'additional_lights:standing_torch_l_red_nether_bricks', - 'additional_lights:standing_torch_l_sandstone', - 'additional_lights:standing_torch_l_smooth_stone', - 'additional_lights:standing_torch_l_stone', - 'additional_lights:standing_torch_l_stone_bricks', - 'additional_lights:standing_torch_s_cobblestone', - 'additional_lights:standing_torch_s_cut_sandstone', - 'additional_lights:standing_torch_s_diamond_block', - 'additional_lights:standing_torch_s_end_stone', - 'additional_lights:standing_torch_s_end_stone_bricks', - 'additional_lights:standing_torch_s_gold_block', - 'additional_lights:standing_torch_s_iron_block', - 'additional_lights:standing_torch_s_magenta_wool', - 'additional_lights:standing_torch_s_mossy_cobblestone', - 'additional_lights:standing_torch_s_mossy_stone_bricks', - 'additional_lights:standing_torch_s_nether_bricks', - 'additional_lights:standing_torch_s_packed_ice', - 'additional_lights:standing_torch_s_pink_wool', - 'additional_lights:standing_torch_s_polished_andesite', - 'additional_lights:standing_torch_s_polished_blackstone', - 'additional_lights:standing_torch_s_polished_diorite', - 'additional_lights:standing_torch_s_polished_granite', - 'additional_lights:standing_torch_s_red_nether_bricks', - 'additional_lights:standing_torch_s_sandstone', - 'additional_lights:standing_torch_s_smooth_stone', - 'additional_lights:standing_torch_s_stone', - 'additional_lights:standing_torch_s_stone_bricks', - - 'astralsorcery:illumination_powder', - 'astralsorcery:illumination_wand', - 'astralsorcery:illuminator', - - 'bloodmagic:bloodlightsigil', - - 'engineersdecor:iron_bulb_light', - 'engineersdecor:iron_ceiling_edge_light', - 'engineersdecor:iron_floor_edge_light', - 'engineersdecor:iron_inset_light', - - 'immersiveengineering:electric_lantern', - 'immersiveengineering:floodlight', - 'immersiveengineering:lantern', - - 'minecraft:beacon', - 'minecraft:campfire', - 'minecraft:end_rod', - 'minecraft:glowstone', - 'minecraft:jack_o_lantern', - 'minecraft:lantern', - 'minecraft:lava_bucket', - 'minecraft:magma_block', - 'minecraft:redstone_lamp', - 'minecraft:redstone_torch', - 'minecraft:sea_lantern', - 'minecraft:soul_campfire', - 'minecraft:soul_lantern', - 'minecraft:soul_torch', - 'minecraft:torch', - - 'naturesaura:light_staff', - 'naturesaura:spawn_lamp', - - 'pneumaticcraft:kerosene_lamp', - 'pneumaticcraft:wall_lamp_black', - 'pneumaticcraft:wall_lamp_blue', - 'pneumaticcraft:wall_lamp_brown', - 'pneumaticcraft:wall_lamp_cyan', - 'pneumaticcraft:wall_lamp_gray', - 'pneumaticcraft:wall_lamp_green', - 'pneumaticcraft:wall_lamp_inverted_black', - 'pneumaticcraft:wall_lamp_inverted_blue', - 'pneumaticcraft:wall_lamp_inverted_brown', - 'pneumaticcraft:wall_lamp_inverted_cyan', - 'pneumaticcraft:wall_lamp_inverted_gray', - 'pneumaticcraft:wall_lamp_inverted_green', - 'pneumaticcraft:wall_lamp_inverted_light_blue', - 'pneumaticcraft:wall_lamp_inverted_light_gray', - 'pneumaticcraft:wall_lamp_inverted_lime', - 'pneumaticcraft:wall_lamp_inverted_magenta', - 'pneumaticcraft:wall_lamp_inverted_orange', - 'pneumaticcraft:wall_lamp_inverted_pink', - 'pneumaticcraft:wall_lamp_inverted_purple', - 'pneumaticcraft:wall_lamp_inverted_red', - 'pneumaticcraft:wall_lamp_inverted_white', - 'pneumaticcraft:wall_lamp_inverted_yellow', - 'pneumaticcraft:wall_lamp_light_blue', - 'pneumaticcraft:wall_lamp_light_gray', - 'pneumaticcraft:wall_lamp_lime', - 'pneumaticcraft:wall_lamp_magenta', - 'pneumaticcraft:wall_lamp_orange', - 'pneumaticcraft:wall_lamp_pink', - 'pneumaticcraft:wall_lamp_purple', - 'pneumaticcraft:wall_lamp_red', - 'pneumaticcraft:wall_lamp_white', - 'pneumaticcraft:wall_lamp_yellow', - - 'quark:black_candle', - 'quark:blaze_lantern', - 'quark:blue_candle', - 'quark:brown_candle', - 'quark:cyan_candle', - 'quark:duskbound_lantern', - 'quark:elder_sea_lantern', - 'quark:gray_candle', - 'quark:green_candle', - 'quark:light_blue_candle', - 'quark:light_gray_candle', - 'quark:lime_candle', - 'quark:lit_lamp', - 'quark:magenta_candle', - 'quark:orange_candle', - 'quark:paper_lantern', - 'quark:paper_lantern_sakura', - 'quark:pink_candle', - 'quark:purple_candle', - 'quark:red_candle', - 'quark:white_candle', - 'quark:yellow_candle', - - 'rsgauges:industrial_alarm_lamp', - 'rsgauges:sensitive_glass_block', - - 'simplylight:edge_light', - 'simplylight:edge_light_top', - 'simplylight:illuminant_block', - 'simplylight:illuminant_block_on', - 'simplylight:illuminant_panel', - 'simplylight:illuminant_slab', - 'simplylight:lightbulb', - 'simplylight:rodlamp', - 'simplylight:wall_lamp', - - 'torchmaster:dreadlamp', - 'torchmaster:feral_flare_lantern', - 'torchmaster:megatorch' - ]; - event.get('forge:lights').add(items); -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/logs.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/logs.js deleted file mode 100644 index 658be9b..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/logs.js +++ /dev/null @@ -1,20 +0,0 @@ -// events.listen('item.tags', function (event) { -// event -// .get('forge:logs/smogstem') -// .add('undergarden:smogstem_log') -// .add('undergarden:stripped_smogstem_log') -// .add('undergarden:smogstem_wood') -// .add('undergarden:stripped_smogstem_wood'); -// event -// .get('forge:logs/grongle') -// .add('undergarden:grongle_stem') -// .add('undergarden:stripped_grongle_stem') -// .add('undergarden:grongle_hyphae') -// .add('undergarden:stripped_grongle_hyphae'); -// event -// .get('forge:logs/wigglewood') -// .add('undergarden:wigglewood_log') -// .add('undergarden:stripped_wigglewood_log') -// .add('undergarden:wigglewood_wood') -// .add('undergarden:stripped_wigglewood_wood'); -// }); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/manuals.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/manuals.js deleted file mode 100644 index 9f4c105..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/manuals.js +++ /dev/null @@ -1,16 +0,0 @@ -events.listen('item.tags', function (event) { - var items = [ - 'patchouli:guide_book', - 'immersiveengineering:manual', - // 'botania:lexicon', - 'solcarrot:food_book', - // 'tmechworks:book', - 'powah:book', - 'rftoolsbase:manual', - 'ars_nouveau:worn_notebook', - 'astralsorcery:tome' - // 'alexsmobs:animal_dictionary', - // 'occultism:dictionary_of_spirits' - ]; - event.get('forge:manuals').add(items); -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/mushroom_caps.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/mushroom_caps.js deleted file mode 100644 index 1042b46..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/mushroom_caps.js +++ /dev/null @@ -1,8 +0,0 @@ -events.listen('item.tags', function (event) { - var items = [ - 'biomesoplenty:toadstool_block', - 'biomesoplenty:glowshroom_block', - 'quark:glowshroom_block' - ]; - event.get('forge:mushroom_caps').add(items); -}); \ No newline at end of file diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/mushroom_stems.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/mushroom_stems.js deleted file mode 100644 index 7b5fa9c..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/mushroom_stems.js +++ /dev/null @@ -1,6 +0,0 @@ -events.listen('item.tags', function (event) { - var items = [ - 'quark:glowshroom_stem' - ]; - event.get('forge:mushroom_stems').add(items); -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/mushrooms.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/mushrooms.js deleted file mode 100644 index 09dbdfa..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/mushrooms.js +++ /dev/null @@ -1,11 +0,0 @@ -// events.listen('item.tags', function (event) { -// var items = [ -// 'byg:death_cap', -// 'byg:shulkren_fungus', -// 'byg:soul_shroom_spore_end', -// 'byg:soul_shroom', -// 'byg:purple_glowshroom', -// 'byg:blue_glowshroom' -// ]; -// event.get('forge:mushrooms').add(items); -// }); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/nuggets.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/nuggets.js deleted file mode 100644 index 867d3ff..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/nuggets.js +++ /dev/null @@ -1,17 +0,0 @@ -events.listen('item.tags', function (event) { - event - .get('forge:nuggets') - .add('immersiveengineering:nugget_aluminum') - .add('immersiveengineering:nugget_lead') - .add('immersiveengineering:nugget_silver') - .add('immersiveengineering:nugget_nickel') - .add('immersiveengineering:nugget_uranium') - .add('immersiveengineering:nugget_constantan') - .add('immersiveengineering:nugget_electrum'); - - event.get('forge:nuggets/iron_copper').add('#forge:nuggets/iron').add('#forge:nuggets/copper'); - event.get('forge:nuggets/gold_bronze').add('#forge:nuggets/gold').add('#forge:nuggets/bronze'); - event.get('forge:nuggets/gold_brass').add('#forge:nuggets/gold').add('#forge:nuggets/brass'); - event.get('forge:nuggets/gold_copper').add('#forge:nuggets/gold').add('#forge:nuggets/copper'); - event.get('forge:nuggets/gold_silver').add('#forge:nuggets/gold').add('#forge:nuggets/silver'); -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/ores.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/ores.js deleted file mode 100644 index 6000103..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/ores.js +++ /dev/null @@ -1,17 +0,0 @@ -events.listen('item.tags', function (event) { - event - .get('forge:ores') - .add(['powah:uraninite_ore_poor', 'powah:uraninite_ore', 'powah:uraninite_ore_dense']) - .add('minecraft:ancient_debris'); - event - .get('forge:ores/dimensional') - .add([ - 'rftoolsbase:dimensionalshard_overworld', - 'rftoolsbase:dimensionalshard_nether', - 'rftoolsbase:dimensionalshard_end' - ]); - - event.get('forge:ores/nether/gold').add('minecraft:nether_gold_ore'); - event.get('forge:ores/netherite_scrap').remove('minecraft:ancient_debris'); - event.get('forge:ores/netherite').add('minecraft:ancient_debris'); -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/planks.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/planks.js deleted file mode 100644 index ba2d67c..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/planks.js +++ /dev/null @@ -1,22 +0,0 @@ -events.listen('item.tags', function (event) { - event.get('forge:planks/mahogany').add('biomesoplenty:mahogany_planks'); - event.get('forge:planks/jacaranda').add('biomesoplenty:jacaranda_planks'); - event.get('forge:planks/palm').add('biomesoplenty:palm_planks'); - event.get('forge:planks/willow').add('biomesoplenty:willow_planks'); - event.get('forge:planks/dead').add('biomesoplenty:dead_planks'); - event.get('forge:planks/magic').add('biomesoplenty:magic_planks'); - event.get('forge:planks/umbran').add('biomesoplenty:umbran_planks'); - event.get('forge:planks/hellbark').add('biomesoplenty:hellbark_planks'); - event.get('forge:planks/fir').add('biomesoplenty:fir_planks'); - event.get('forge:planks/redwood').add('biomesoplenty:redwood_planks'); - event.get('forge:planks/cherry').add('biomesoplenty:cherry_planks'); - - event.get('forge:planks/ancient').add('naturesaura:ancient_planks'); - - event.get('forge:planks/oak').add('minecraft:oak_planks'); - event.get('forge:planks/spruce').add('minecraft:spruce_planks'); - event.get('forge:planks/birch').add('minecraft:birch_planks'); - event.get('forge:planks/jungle').add('minecraft:jungle_planks'); - event.get('forge:planks/acacia').add('minecraft:acacia_planks'); - event.get('forge:planks/dark_oak').add('minecraft:dark_oak_planks'); -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/plates.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/plates.js deleted file mode 100644 index b36da5a..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/plates.js +++ /dev/null @@ -1,3 +0,0 @@ -events.listen('item.tags', (event) => { - event.get('forge:plates/lapis').add('create:lapis_sheet'); -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/seeds.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/seeds.js deleted file mode 100644 index c3d58dc..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/seeds.js +++ /dev/null @@ -1,4 +0,0 @@ -events.listen('item.tags', function (event) { - event.get('forge:seeds').add('immersiveengineering:seed'); - event.get('forge:seeds/hemp').add('immersiveengineering:seed'); -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/slag.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/slag.js deleted file mode 100644 index daf8d48..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/slag.js +++ /dev/null @@ -1,3 +0,0 @@ -events.listen('item.tags', (event) => { - event.get('forge:slag').add('thermal:slag'); -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/stained_glass_pane.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/stained_glass_pane.js deleted file mode 100644 index 20a8a7b..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/stained_glass_pane.js +++ /dev/null @@ -1,5 +0,0 @@ -events.listen('item.tags', function (event) { - for (var i = 0; i < colors.length; i++) { - event.get('forge:stained_glass_pane').add('minecraft:' + colors[i] + '_stained_glass_pane'); - } -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/stones.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/stones.js deleted file mode 100644 index b64ebd8..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/stones.js +++ /dev/null @@ -1,41 +0,0 @@ -events.listen('item.tags', function (event) { - event - .get('forge:stone') - .add([ - 'astralsorcery:marble_arch', - 'astralsorcery:marble_bricks', - 'astralsorcery:marble_chiseled', - 'astralsorcery:marble_engraved', - 'astralsorcery:marble_raw', - 'astralsorcery:marble_runed' - ]); - event - .get('forge:stones/basalt') - .add([ - 'quark:basalt', - 'quark:chiseled_basalt_bricks', - 'quark:basalt_pavement', - 'quark:basalt_pillar', - 'quark:polished_basalt', - 'quark:basalt_bricks', - 'minecraft:basalt' - ]); - event.get('forge:stones/slate').add(['quark:slate', 'quark:polished_slate']); - event - .get('forge:stones/marble') - .add([ - 'quark:marble', - 'quark:polished_marble', - 'astralsorcery:marble_arch', - 'astralsorcery:marble_bricks', - 'astralsorcery:marble_chiseled', - 'astralsorcery:marble_engraved', - 'astralsorcery:marble_raw', - 'astralsorcery:marble_runed' - ]); - event.get('forge:stones/limestone').add(['quark:limestone', 'quark:polished_limestone']); - event.get('forge:stones/jasper').add(['quark:jasper', 'quark:polished_jasper']); - event.get('forge:stones/granite').add(['minecraft:granite', 'minecraft:polished_granite']); - event.get('forge:stones/diorite').add(['minecraft:diorite', 'minecraft:polished_diorite']); - event.get('forge:stones/andesite').add(['minecraft:andesite', 'minecraft:polished_andesite']); -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/storage/bags.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/storage/bags.js deleted file mode 100644 index 65aca4b..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/storage/bags.js +++ /dev/null @@ -1,29 +0,0 @@ -events.listen('item.tags', function (event) { - var items = [ - 'quantumstorage:quantum_bag_black', - 'quantumstorage:quantum_bag_blue', - 'quantumstorage:quantum_bag_brown', - 'quantumstorage:quantum_bag_cyan', - 'quantumstorage:quantum_bag_gray', - 'quantumstorage:quantum_bag_green', - 'quantumstorage:quantum_bag_light_blue', - 'quantumstorage:quantum_bag_light_gray', - 'quantumstorage:quantum_bag_lime', - 'quantumstorage:quantum_bag_magenta', - 'quantumstorage:quantum_bag_orange', - 'quantumstorage:quantum_bag_pink', - 'quantumstorage:quantum_bag_purple', - 'quantumstorage:quantum_bag_red', - 'quantumstorage:quantum_bag_white', - 'quantumstorage:quantum_bag_yellow', - 'quark:backpack', - 'sophisticatedbackpacks:diamond_backpack', - 'sophisticatedbackpacks:gold_backpack', - 'sophisticatedbackpacks:iron_backpack', - 'sophisticatedbackpacks:backpack', - 'industrialforegoing:infinity_backpack' - ]; - - event.get('forge:storage').add(items); - event.get('forge:storage/bag').add(items); -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/storage/basic.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/storage/basic.js deleted file mode 100644 index 6d6c34d..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/storage/basic.js +++ /dev/null @@ -1,96 +0,0 @@ -events.listen('item.tags', function (event) { - var items = [ - 'cookingforblockheads:cabinet', - 'cookingforblockheads:corner', - 'cookingforblockheads:counter', - 'cookingforblockheads:fruit_basket', - 'cookingforblockheads:hanging_corner', - 'cookingforblockheads:spice_rack', - 'cookingforblockheads:tool_rack', - 'engineersdecor:labeled_crate', - 'farmersdelight:basket', - 'farmersdelight:oak_pantry', - 'farmersdelight:birch_pantry', - 'farmersdelight:spruce_pantry', - 'farmersdelight:jungle_pantry', - 'farmersdelight:acacia_pantry', - 'farmersdelight:dark_oak_pantry', - 'farmersdelight:crimson_pantry', - 'farmersdelight:warped_pantry', - 'immersiveengineering:crate', - 'immersiveengineering:minecart_reinforcedcrate', - 'immersiveengineering:minecart_woodencrate', - 'immersiveengineering:reinforced_crate', - 'ironchest:copper_chest', - 'ironchest:crystal_chest', - 'ironchest:diamond_chest', - 'ironchest:dirt_chest', - 'ironchest:gold_chest', - 'ironchest:iron_chest', - 'ironchest:obsidian_chest', - 'ironchest:silver_chest', - 'mekanism:personal_chest', - 'minecraft:barrel', - 'minecraft:black_shulker_box', - 'minecraft:blue_shulker_box', - 'minecraft:brown_shulker_box', - 'minecraft:chest', - 'minecraft:chest_minecart', - 'minecraft:cyan_shulker_box', - 'minecraft:dispenser', - 'minecraft:dropper', - 'minecraft:ender_chest', - 'minecraft:gray_shulker_box', - 'minecraft:green_shulker_box', - 'minecraft:light_blue_shulker_box', - 'minecraft:light_gray_shulker_box', - 'minecraft:lime_shulker_box', - 'minecraft:orange_shulker_box', - 'minecraft:pink_shulker_box', - 'minecraft:purple_shulker_box', - 'minecraft:red_shulker_box', - 'minecraft:shulker_box', - 'minecraft:trapped_chest', - 'minecraft:white_shulker_box', - 'minecraft:yellow_shulker_box', - 'pneumaticcraft:reinforced_chest', - 'pneumaticcraft:smart_chest', - 'quantumstorage:chestdiamond', - 'quantumstorage:chestgold', - 'quantumstorage:chestiron', - 'quark:acacia_chest', - 'quark:acacia_trapped_chest', - 'quark:birch_chest', - 'quark:birch_trapped_chest', - 'quark:crimson_chest', - 'quark:crimson_trapped_chest', - 'quark:dark_oak_chest', - 'quark:dark_oak_trapped_chest', - 'quark:jungle_chest', - 'quark:jungle_trapped_chest', - 'quark:mushroom_chest', - 'quark:mushroom_trapped_chest', - 'quark:nether_brick_chest', - 'quark:nether_brick_trapped_chest', - 'quark:oak_chest', - 'quark:oak_trapped_chest', - 'quark:prismarine_chest', - 'quark:prismarine_trapped_chest', - 'quark:purpur_chest', - 'quark:purpur_trapped_chest', - 'quark:spruce_chest', - 'quark:spruce_trapped_chest', - 'quark:warped_chest', - 'quark:warped_trapped_chest', - 'resourcefulbees:apiary_storage', - 'rftoolsstorage:modular_storage', - 'rftoolsstorage:storage_module0', - 'rftoolsstorage:storage_module1', - 'rftoolsstorage:storage_module2', - 'rftoolsstorage:storage_module3', - 'tetra:rack' - ]; - - event.get('forge:storage').add(items); - event.get('forge:storage/basic').add(items); -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/storage/bulk.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/storage/bulk.js deleted file mode 100644 index ebc13f4..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/storage/bulk.js +++ /dev/null @@ -1,106 +0,0 @@ -events.listen('item.tags', function (event) { - var items = [ - 'extradisks:1024k_storage_disk', - 'extradisks:1024k_storage_part', - 'extradisks:1048576k_storage_disk', - 'extradisks:1048576k_storage_part', - 'extradisks:16384k_storage_disk', - 'extradisks:16384k_storage_part', - 'extradisks:256k_storage_disk', - 'extradisks:256k_storage_part', - 'extradisks:262144k_storage_disk', - 'extradisks:262144k_storage_part', - 'extradisks:4096k_storage_disk', - 'extradisks:4096k_storage_part', - 'extradisks:65536k_storage_disk', - 'extradisks:65536k_storage_part', - 'extradisks:infinite_storage_disk', - 'extradisks:infinite_storage_part', - 'framedcompactdrawers:framed_compact_drawer', - 'framedcompactdrawers:framed_full_four', - 'framedcompactdrawers:framed_full_one', - 'framedcompactdrawers:framed_full_two', - 'framedcompactdrawers:framed_half_four', - 'framedcompactdrawers:framed_half_one', - 'framedcompactdrawers:framed_half_two', - 'mekanism:advanced_bin', - 'mekanism:basic_bin', - 'mekanism:elite_bin', - 'mekanism:qio_drive_array', - 'mekanism:qio_drive_base', - 'mekanism:qio_drive_hyper_dense', - 'mekanism:qio_drive_supermassive', - 'mekanism:qio_drive_time_dilating', - 'mekanism:ultimate_bin', - 'quantumstorage:qsu', - 'refinedstorage:16k_storage_block', - 'refinedstorage:16k_storage_disk', - 'refinedstorage:16k_storage_part', - 'refinedstorage:1k_storage_block', - 'refinedstorage:1k_storage_disk', - 'refinedstorage:1k_storage_part', - 'refinedstorage:4k_storage_block', - 'refinedstorage:4k_storage_disk', - 'refinedstorage:4k_storage_part', - 'refinedstorage:64k_storage_block', - 'refinedstorage:64k_storage_disk', - 'refinedstorage:64k_storage_part', - 'storagedrawers:acacia_full_drawers_1', - 'storagedrawers:acacia_full_drawers_2', - 'storagedrawers:acacia_full_drawers_4', - 'storagedrawers:acacia_half_drawers_1', - 'storagedrawers:acacia_half_drawers_2', - 'storagedrawers:acacia_half_drawers_4', - 'storagedrawers:birch_full_drawers_1', - 'storagedrawers:birch_full_drawers_2', - 'storagedrawers:birch_full_drawers_4', - 'storagedrawers:birch_half_drawers_1', - 'storagedrawers:birch_half_drawers_2', - 'storagedrawers:birch_half_drawers_4', - 'storagedrawers:compacting_drawers_3', - 'storagedrawers:dark_oak_full_drawers_1', - 'storagedrawers:dark_oak_full_drawers_2', - 'storagedrawers:dark_oak_full_drawers_4', - 'storagedrawers:dark_oak_half_drawers_1', - 'storagedrawers:dark_oak_half_drawers_2', - 'storagedrawers:dark_oak_half_drawers_4', - 'storagedrawers:jungle_full_drawers_1', - 'storagedrawers:jungle_full_drawers_2', - 'storagedrawers:jungle_full_drawers_4', - 'storagedrawers:jungle_half_drawers_1', - 'storagedrawers:jungle_half_drawers_2', - 'storagedrawers:jungle_half_drawers_4', - 'storagedrawers:oak_full_drawers_1', - 'storagedrawers:oak_full_drawers_2', - 'storagedrawers:oak_full_drawers_4', - 'storagedrawers:oak_half_drawers_1', - 'storagedrawers:oak_half_drawers_2', - 'storagedrawers:oak_half_drawers_4', - 'storagedrawers:spruce_full_drawers_1', - 'storagedrawers:spruce_full_drawers_2', - 'storagedrawers:spruce_full_drawers_4', - 'storagedrawers:spruce_half_drawers_1', - 'storagedrawers:spruce_half_drawers_2', - 'storagedrawers:spruce_half_drawers_4', - 'extrastorage:disk_16384k', - 'extrastorage:disk_4096k', - 'extrastorage:disk_1024k', - 'extrastorage:disk_256k', - 'extrastorage:storagepart_16384k', - 'extrastorage:storagepart_4096k', - 'extrastorage:storagepart_1024k', - 'extrastorage:storagepart_256k', - 'extrastorage:block_16384k', - 'extrastorage:block_4096k', - 'extrastorage:block_1024k', - 'extrastorage:block_256k', - 'industrialforegoing:simple_black_hole_unit', - 'industrialforegoing:common_black_hole_unit', - 'industrialforegoing:pity_black_hole_unit', - 'industrialforegoing:supreme_black_hole_unit', - 'industrialforegoing:advanced_black_hole_unit', - 'industrialforegoing:black_hole_controller' - ]; - event.get('forge:storage').add(items); - event.get('forge:storage/bulk').add(items); -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/storage/energy.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/storage/energy.js deleted file mode 100644 index 7ecf731..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/storage/energy.js +++ /dev/null @@ -1,44 +0,0 @@ -events.listen('item.tags', function (event) { - var items = [ - 'immersiveengineering:capacitor_creative', - 'immersiveengineering:capacitor_hv', - 'immersiveengineering:capacitor_lv', - 'immersiveengineering:capacitor_mv', - 'immersiveengineering:powerpack', - 'mekanism:advanced_energy_cube', - 'mekanism:advanced_induction_cell', - 'mekanism:advanced_induction_provider', - 'mekanism:basic_energy_cube', - 'mekanism:basic_induction_cell', - 'mekanism:basic_induction_provider', - 'mekanism:creative_energy_cube', - 'mekanism:elite_energy_cube', - 'mekanism:elite_induction_cell', - 'mekanism:elite_induction_provider', - 'mekanism:energy_tablet', - 'mekanism:induction_casing', - 'mekanism:induction_port', - 'mekanism:ultimate_energy_cube', - 'mekanism:ultimate_induction_cell', - 'mekanism:ultimate_induction_provider', - 'powah:battery_basic', - 'powah:battery_blazing', - 'powah:battery_hardened', - 'powah:battery_niotic', - 'powah:battery_nitro', - 'powah:battery_spirited', - 'powah:battery_starter', - 'powah:energy_cell_basic', - 'powah:energy_cell_blazing', - 'powah:energy_cell_creative', - 'powah:energy_cell_hardened', - 'powah:energy_cell_niotic', - 'powah:energy_cell_nitro', - 'powah:energy_cell_spirited', - 'powah:energy_cell_starter', - 'thermal:flux_capacitor', - 'thermal:energy_cell' - ]; - event.get('forge:storage').add(items); - event.get('forge:storage/energy').add(items); -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/storage/gases.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/storage/gases.js deleted file mode 100644 index fc48a8e..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/storage/gases.js +++ /dev/null @@ -1,13 +0,0 @@ -events.listen('item.tags', function (event) { - var items = [ - 'mekanism:advanced_chemical_tank', - 'mekanism:basic_chemical_tank', - 'mekanism:creative_chemical_tank', - 'mekanism:dynamic_tank', - 'mekanism:dynamic_valve', - 'mekanism:elite_chemical_tank', - 'mekanism:ultimate_chemical_tank' - ]; - event.get('forge:storage').add(items); - event.get('forge:storage/gas').add(items); -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/storage/liquids.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/storage/liquids.js deleted file mode 100644 index 0e50bfd..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/storage/liquids.js +++ /dev/null @@ -1,61 +0,0 @@ -events.listen('item.tags', function (event) { - var items = [ - 'extradisks:1048576k_fluid_storage_disk', - 'extradisks:1048576k_fluid_storage_part', - 'extradisks:16384k_fluid_storage_disk', - 'extradisks:16384k_fluid_storage_part', - 'extradisks:262144k_fluid_storage_disk', - 'extradisks:262144k_fluid_storage_part', - 'extradisks:65536k_fluid_storage_disk', - 'extradisks:65536k_fluid_storage_part', - 'extradisks:infinite_fluid_storage_disk', - 'extradisks:infinite_fluid_storage_part', - 'mekanism:advanced_fluid_tank', - 'mekanism:basic_fluid_tank', - 'mekanism:creative_fluid_tank', - 'mekanism:dynamic_tank', - 'mekanism:dynamic_valve', - 'mekanism:elite_fluid_tank', - 'mekanism:ultimate_fluid_tank', - 'pneumaticcraft:large_tank', - 'pneumaticcraft:medium_tank', - 'pneumaticcraft:small_tank', - 'quantumstorage:tank', - 'refinedstorage:1024k_fluid_storage_block', - 'refinedstorage:1024k_fluid_storage_disk', - 'refinedstorage:1024k_fluid_storage_part', - 'refinedstorage:256k_fluid_storage_block', - 'refinedstorage:256k_fluid_storage_disk', - 'refinedstorage:256k_fluid_storage_part', - 'refinedstorage:4096k_fluid_storage_block', - 'refinedstorage:4096k_fluid_storage_disk', - 'refinedstorage:4096k_fluid_storage_part', - 'refinedstorage:64k_fluid_storage_block', - 'refinedstorage:64k_fluid_storage_disk', - 'refinedstorage:64k_fluid_storage_part', - 'rftoolsutility:tank', - 'extrastorage:disk_1048576k_fluid', - 'extrastorage:disk_262144k_fluid', - 'extrastorage:disk_65536k_fluid', - 'extrastorage:disk_16384k_fluid', - 'extrastorage:storagepart_1048576k_fluid', - 'extrastorage:storagepart_262144k_fluid', - 'extrastorage:storagepart_65536k_fluid', - 'extrastorage:storagepart_16384k_fluid', - 'extrastorage:block_1048576k_fluid', - 'extrastorage:block_262144k_fluid', - 'extrastorage:block_65536k_fluid', - 'extrastorage:block_16384k_fluid', - 'astralsorcery:chalice', - 'thermal:fluid_cell', - 'industrialforegoing:supreme_black_hole_tank', - 'industrialforegoing:pity_black_hole_tank', - 'industrialforegoing:simple_black_hole_tank', - 'industrialforegoing:advanced_black_hole_tank', - 'industrialforegoing:common_black_hole_tank', - 'industrialforegoing:black_hole_controller' - ]; - event.get('forge:storage').add(items); - event.get('forge:storage/liquid').add(items); - event.get('forge:storage/fluid').add(items); -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/storage_blocks.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/storage_blocks.js deleted file mode 100644 index 683d1de..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/storage_blocks.js +++ /dev/null @@ -1,52 +0,0 @@ -events.listen('item.tags', function (event) { - var storageBlocks = 'forge:storage_blocks'; - event.get(storageBlocks + '/glowstone').add('minecraft:glowstone'); - event - .get(storageBlocks) - .add('minecraft:glowstone') - .add('immersiveengineering:storage_aluminum') - .add('immersiveengineering:storage_lead') - .add('immersiveengineering:storage_silver') - .add('immersiveengineering:storage_nickel') - .add('immersiveengineering:storage_uranium') - .add('immersiveengineering:storage_constantan') - .add('immersiveengineering:storage_electrum') - .add('immersiveengineering:coke') - .add('powah:uraninite_block') - .add('naturesaura:infused_iron_block') - .add('naturesaura:tainted_gold_block'); - - event.get(storageBlocks + '/infused_iron').add('naturesaura:infused_iron_block'); - event.get(storageBlocks + '/tainted_gold').add('naturesaura:tainted_gold_block'); - - event - .get(storageBlocks + '/gold_bronze') - .add('#' + storageBlocks + '/gold') - .add('#' + storageBlocks + '/bronze'); - - event - .get(storageBlocks + '/gold_brass') - .add('#' + storageBlocks + '/gold') - .add('#' + storageBlocks + '/brass'); - - event - .get(storageBlocks + '/iron_aluminum') - .add('#' + storageBlocks + '/iron') - .add('#' + storageBlocks + '/aluminum'); - event - .get(storageBlocks + '/iron_brass') - .add('#' + storageBlocks + '/iron') - .add('#' + storageBlocks + '/brass'); - event - .get(storageBlocks + '/iron_invar') - .add('#' + storageBlocks + '/iron') - .add('#' + storageBlocks + '/invar'); - event - .get(storageBlocks + '/iron_lead') - .add('#' + storageBlocks + '/iron') - .add('#' + storageBlocks + '/lead'); - event - .get(storageBlocks + '/iron_tin') - .add('#' + storageBlocks + '/iron') - .add('#' + storageBlocks + '/tin'); -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/tallow.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/tallow.js deleted file mode 100644 index cab3828..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/tallow.js +++ /dev/null @@ -1,3 +0,0 @@ -events.listen('item.tags', (event) => { - event.add('forge:tallow', ['quark:tallow']); -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/terracotta.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/terracotta.js deleted file mode 100644 index aabe3eb..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/terracotta.js +++ /dev/null @@ -1,6 +0,0 @@ -events.listen('item.tags', function (event) { - for (var i = 0; i < colors.length; i++) { - event.get('forge:terracotta').add('minecraft:' + colors[i] + '_terracotta'); - } - event.get('forge:terracotta').add('minecraft:terracotta'); -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/tools.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/tools.js deleted file mode 100644 index 4438b16..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/tools.js +++ /dev/null @@ -1,12 +0,0 @@ -events.listen('item.tags', function (event) { - const knives = [ - 'farmersdelight:flint_knife', - 'farmersdelight:iron_knife', - 'farmersdelight:diamond_knife', - 'farmersdelight:netherite_knife', - 'farmersdelight:golden_knife' - ]; - event.get('forge:tools').add(knives); - event.get('forge:tools/knife').add(knives); - event.get('forge:fillet_knife').add(knives); -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/tools/axes.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/tools/axes.js deleted file mode 100644 index bff1a66..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/tools/axes.js +++ /dev/null @@ -1,36 +0,0 @@ -events.listen('item.tags', function (event) { - var items = [ - 'immersiveengineering:axe_steel', - 'mekanismtools:bronze_axe', - 'mekanismtools:lapis_lazuli_axe', - 'mekanismtools:osmium_axe', - 'mekanismtools:refined_glowstone_axe', - 'mekanismtools:refined_obsidian_axe', - 'mekanismtools:steel_axe', - 'minecraft:diamond_axe', - 'minecraft:golden_axe', - 'minecraft:iron_axe', - 'minecraft:netherite_axe', - 'minecraft:stone_axe', - 'minecraft:wooden_axe', - 'naturesaura:infused_iron_axe', - 'naturesaura:sky_axe', - 'mekanismtools:bronze_paxel', - 'mekanismtools:diamond_paxel', - 'mekanismtools:gold_paxel', - 'mekanismtools:iron_paxel', - 'mekanismtools:lapis_lazuli_paxel', - 'mekanismtools:netherite_paxel', - 'mekanismtools:osmium_paxel', - 'mekanismtools:refined_glowstone_paxel', - 'mekanismtools:refined_obsidian_paxel', - 'mekanismtools:steel_paxel', - 'mekanismtools:stone_paxel', - 'mekanismtools:wood_paxel', - 'bloodmagic:soulaxe', - 'astralsorcery:crystal_axe', - 'astralsorcery:infused_crystal_axe' - ]; - event.get('forge:tools').add(items); - event.get('forge:tools/axe').add(items); -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/tools/hammers.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/tools/hammers.js deleted file mode 100644 index e8c24dc..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/tools/hammers.js +++ /dev/null @@ -1,26 +0,0 @@ -// events.listen('item.tags', function (event) { -// var items = [ -// 'vanillahammers:bone_hammer', -// 'vanillahammers:coal_hammer', -// 'vanillahammers:diamond_hammer', -// 'vanillahammers:emerald_hammer', -// 'vanillahammers:ender_hammer', -// 'vanillahammers:fiery_hammer', -// 'vanillahammers:glowstone_hammer', -// 'vanillahammers:gold_hammer', -// 'vanillahammers:iron_hammer', -// 'vanillahammers:lapis_hammer', -// 'vanillahammers:nether_hammer', -// 'vanillahammers:netherite_hammer', -// 'vanillahammers:obsidian_hammer', -// 'vanillahammers:paper_hammer', -// 'vanillahammers:prismarine_hammer', -// 'vanillahammers:quartz_hammer', -// 'vanillahammers:redstone_hammer', -// 'vanillahammers:slime_hammer', -// 'vanillahammers:stone_hammer', -// 'vanillahammers:wood_hammer' -// ]; -// event.get('forge:tools').add(items); -// event.get('forge:tools/hammer').add(items); -// }); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/tools/hoes.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/tools/hoes.js deleted file mode 100644 index 6beb2dd..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/tools/hoes.js +++ /dev/null @@ -1,21 +0,0 @@ -events.listen('item.tags', function (event) { - var items = [ - 'immersiveengineering:hoe_steel', - 'mekanismtools:bronze_hoe', - 'mekanismtools:lapis_lazuli_hoe', - 'mekanismtools:osmium_hoe', - 'mekanismtools:refined_glowstone_hoe', - 'mekanismtools:refined_obsidian_hoe', - 'mekanismtools:steel_hoe', - 'minecraft:diamond_hoe', - 'minecraft:golden_hoe', - 'minecraft:iron_hoe', - 'minecraft:netherite_hoe', - 'minecraft:stone_hoe', - 'minecraft:wooden_hoe', - 'naturesaura:infused_iron_hoe', - 'naturesaura:sky_hoe' - ]; - event.get('forge:tools').add(items); - event.get('forge:tools/hoe').add(items); -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/tools/multi-tools.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/tools/multi-tools.js deleted file mode 100644 index 72afb03..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/tools/multi-tools.js +++ /dev/null @@ -1,27 +0,0 @@ -events.listen('item.tags', function (event) { - var items = [ - 'immersiveengineering:buzzsaw', - 'immersiveengineering:drill', - 'industrialforegoing:infinity_drill', - 'industrialforegoing:infinity_saw', - 'mekanism:atomic_disassembler', - 'mekanism:meka_tool', - 'mekanismtools:bronze_paxel', - 'mekanismtools:diamond_paxel', - 'mekanismtools:gold_paxel', - 'mekanismtools:iron_paxel', - 'mekanismtools:lapis_lazuli_paxel', - 'mekanismtools:netherite_paxel', - 'mekanismtools:refined_glowstone_paxel', - 'mekanismtools:refined_obsidian_paxel', - 'mekanismtools:steel_paxel', - 'mekanismtools:stone_paxel', - 'mekanismtools:wood_paxel', - 'mininggadgets:mininggadget', - 'pneumaticcraft:jackhammer', - 'thermal:flux_drill', - 'thermal:flux_saw' - ]; - event.get('forge:tools').add(items); - event.get('forge:tools/multi-tool').add(items); -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/tools/pickaxes.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/tools/pickaxes.js deleted file mode 100644 index 23769ee..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/tools/pickaxes.js +++ /dev/null @@ -1,24 +0,0 @@ -events.listen('item.tags', function (event) { - var items = [ - 'immersiveengineering:pickaxe_steel', - 'mekanismtools:bronze_pickaxe', - 'mekanismtools:lapis_lazuli_pickaxe', - 'mekanismtools:osmium_pickaxe', - 'mekanismtools:refined_glowstone_pickaxe', - 'mekanismtools:refined_obsidian_pickaxe', - 'mekanismtools:steel_pickaxe', - 'minecraft:diamond_pickaxe', - 'minecraft:golden_pickaxe', - 'minecraft:iron_pickaxe', - 'minecraft:netherite_pickaxe', - 'minecraft:stone_pickaxe', - 'minecraft:wooden_pickaxe', - 'naturesaura:infused_iron_pickaxe', - 'naturesaura:sky_pickaxe', - 'bloodmagic:soulpickaxe', - 'astralsorcery:crystal_pickaxe', - 'astralsorcery:infused_crystal_pickaxe' - ]; - event.get('forge:tools').add(items); - event.get('forge:tools/pickaxe').add(items); -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/tools/shovels.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/tools/shovels.js deleted file mode 100644 index 182fafc..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/tools/shovels.js +++ /dev/null @@ -1,24 +0,0 @@ -events.listen('item.tags', function (event) { - var items = [ - 'immersiveengineering:shovel_steel', - 'mekanismtools:bronze_shovel', - 'mekanismtools:lapis_lazuli_shovel', - 'mekanismtools:osmium_shovel', - 'mekanismtools:refined_glowstone_shovel', - 'mekanismtools:refined_obsidian_shovel', - 'mekanismtools:steel_shovel', - 'minecraft:diamond_shovel', - 'minecraft:golden_shovel', - 'minecraft:iron_shovel', - 'minecraft:netherite_shovel', - 'minecraft:stone_shovel', - 'minecraft:wooden_shovel', - 'naturesaura:infused_iron_shovel', - 'naturesaura:sky_shovel', - 'bloodmagic:soulshovel', - 'astralsorcery:crystal_shovel', - 'astralsorcery:infused_crystal_shovel' - ]; - event.get('forge:tools').add(items); - event.get('forge:tools/shovel').add(items); -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/weapons/melee.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/weapons/melee.js deleted file mode 100644 index c3749bd..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/weapons/melee.js +++ /dev/null @@ -1,41 +0,0 @@ -events.listen('item.tags', function (event) { - var items = [ - 'immersiveengineering:sword_steel', - 'industrialforegoing:infinity_hammer', - 'mekanism:atomic_disassembler', - 'mekanism:meka_tool', - 'mekanismtools:bronze_paxel', - 'mekanismtools:bronze_sword', - 'mekanismtools:diamond_paxel', - 'mekanismtools:gold_paxel', - 'mekanismtools:iron_paxel', - 'mekanismtools:lapis_lazuli_paxel', - 'mekanismtools:lapis_lazuli_sword', - 'mekanismtools:netherite_paxel', - 'mekanismtools:osmium_sword', - 'mekanismtools:refined_glowstone_paxel', - 'mekanismtools:refined_glowstone_sword', - 'mekanismtools:refined_obsidian_paxel', - 'mekanismtools:refined_obsidian_sword', - 'mekanismtools:steel_paxel', - 'mekanismtools:steel_sword', - 'mekanismtools:stone_paxel', - 'mekanismtools:wood_paxel', - 'minecraft:diamond_sword', - 'minecraft:golden_sword', - 'minecraft:iron_sword', - 'minecraft:netherite_sword', - 'minecraft:stone_sword', - 'minecraft:wooden_sword', - 'naturesaura:infused_iron_sword', - 'naturesaura:sky_sword', - 'wstweaks:blaze_blade', - 'wstweaks:lava_blade', - 'bloodmagic:soulsword', - 'bloodmagic:soulscythe', - 'astralsorcery:crystal_sword', - 'astralsorcery:infused_crystal_sword' - ]; - event.get('forge:weapons').add(items); - event.get('forge:weapons/melee').add(items); -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/weapons/ranged.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/weapons/ranged.js deleted file mode 100644 index 6b4786f..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/weapons/ranged.js +++ /dev/null @@ -1,17 +0,0 @@ -events.listen('item.tags', function (event) { - var items = [ - 'immersiveengineering:chemthrower', - 'immersiveengineering:railgun', - 'immersiveengineering:revolver', - 'industrialforegoing:infinity_trident', - 'mekanism:electric_bow', - 'mekanism:flamethrower', - 'minecraft:bow', - 'minecraft:crossbow', - 'minecraft:trident', - 'pneumaticcraft:micromissiles', - 'pneumaticcraft:minigun' - ]; - event.get('forge:weapons').add(items); - event.get('forge:weapons/ranged').add(items); -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/weapons/swords.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/weapons/swords.js deleted file mode 100644 index 8b457f9..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/weapons/swords.js +++ /dev/null @@ -1,23 +0,0 @@ -events.listen('item.tags', function (event) { - var items = [ - 'immersiveengineering:sword_steel', - 'mekanismtools:bronze_sword', - 'mekanismtools:lapis_lazuli_sword', - 'mekanismtools:osmium_sword', - 'mekanismtools:refined_glowstone_sword', - 'mekanismtools:refined_obsidian_sword', - 'mekanismtools:steel_paxel', - 'mekanismtools:steel_sword', - 'minecraft:diamond_sword', - 'minecraft:golden_sword', - 'minecraft:iron_sword', - 'minecraft:netherite_sword', - 'minecraft:stone_sword', - 'minecraft:wooden_sword', - 'naturesaura:infused_iron_sword', - 'naturesaura:sky_sword', - 'wstweaks:blaze_blade', - 'wstweaks:lava_blade' - ]; - event.get('forge:weapons/sword').add(items); -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/wires.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/wires.js deleted file mode 100644 index b8a9012..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/wires.js +++ /dev/null @@ -1,14 +0,0 @@ -events.listen('item.tags', function (event) { - event - .get('forge:wires') - .add('immersiveengineering:wire_steel') - .add('immersiveengineering:wire_aluminum') - .add('immersiveengineering:wire_copper') - .add('immersiveengineering:wire_electrum'); - - event.get('forge:wires/steel').add('immersiveengineering:wire_steel'); - event.get('forge:wires/aluminum').add('immersiveengineering:wire_aluminum'); - event.get('forge:wires/copper').add('immersiveengineering:wire_copper'); - event.get('forge:wires/electrum').add('immersiveengineering:wire_electrum'); - -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/wool.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/wool.js deleted file mode 100644 index a444f16..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/wool.js +++ /dev/null @@ -1,5 +0,0 @@ -events.listen('item.tags', function (event) { - for (var i = 0; i < colors.length; i++) { - event.get('forge:wool').add('minecraft:' + colors[i] + '_wool'); - } -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/workbench.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/workbench.js deleted file mode 100644 index 8fd1706..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/forge/workbench.js +++ /dev/null @@ -1,3 +0,0 @@ -events.listen('item.tags', (event) => { - event.get('forge:workbench').add('minecraft:crafting_table'); -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/industrialforegoing/bioreactor.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/industrialforegoing/bioreactor.js deleted file mode 100644 index 19bd02b..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/industrialforegoing/bioreactor.js +++ /dev/null @@ -1,3 +0,0 @@ -events.listen('item.tags', function (event) { - event.get('industrialforegoing:bioreactor').add('#forge:crops'); -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/industrialforegoing/enchantment_extractor_blacklist.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/industrialforegoing/enchantment_extractor_blacklist.js deleted file mode 100644 index 5678abd..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/industrialforegoing/enchantment_extractor_blacklist.js +++ /dev/null @@ -1,10 +0,0 @@ -events.listen('item.tags', function (event) { - event - .get('industrialforegoing:enchantment_extractor_blacklist') - .add('tetra:modular_double') - .add('tetra:modular_shield') - .add('tetra:modular_single') - .add('tetra:modular_sword') - .add('tetra:modular_crossbow') - .add('tetra:modular_bow'); -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/minecraft/logs.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/minecraft/logs.js deleted file mode 100644 index bf3cec8..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/minecraft/logs.js +++ /dev/null @@ -1,3 +0,0 @@ -// events.listen('item.tags', function (event) { -// event.get('minecraft:birch_logs').add('#byg:palo_verde_logs'); -// }); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/minecraft/saplings.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/minecraft/saplings.js deleted file mode 100644 index f676796..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/minecraft/saplings.js +++ /dev/null @@ -1,7 +0,0 @@ -// events.listen('item.tags', function (event) { -// var items = [ -// 'byg:yellow_spruce_sapling', -// 'byg:joshua_sapling' -// ]; -// event.get('minecraft:saplings').add(items); -// }); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/minecraft/small_flowers.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/minecraft/small_flowers.js deleted file mode 100644 index 45e63a1..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/minecraft/small_flowers.js +++ /dev/null @@ -1,8 +0,0 @@ -// events.listen('item.tags', function (event) { -// var items = [ -// 'byg:prickly_pear_cactus', -// 'byg:mini_cactus' -// ]; -// event.get('minecraft:flowers').add(items); -// event.get('minecraft:small_flowers').add(items); -// }); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/minecraft/wooden_buttons.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/minecraft/wooden_buttons.js deleted file mode 100644 index e70da78..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/minecraft/wooden_buttons.js +++ /dev/null @@ -1,34 +0,0 @@ -// events.listen('item.tags', (event) => { -// event -// .get('minecraft:wooden_buttons') -// .add([ -// 'byg:aspen_button', -// 'byg:baobab_button', -// 'byg:blue_enchanted_button', -// 'byg:cherry_button', -// 'byg:cika_button', -// 'byg:cypress_button', -// 'byg:ebony_button', -// 'byg:fir_button', -// 'byg:green_enchanted_button', -// 'byg:holly_button', -// 'byg:jacaranda_button', -// 'byg:mahogany_button', -// 'byg:mangrove_button', -// 'byg:maple_button', -// 'byg:pine_button', -// 'byg:rainbow_eucalyptus_button', -// 'byg:redwood_button', -// 'byg:skyris_button', -// 'byg:willow_button', -// 'byg:witch_hazel_button', -// 'byg:zelkova_button', -// 'byg:sythian_button', -// 'byg:embur_button', -// 'byg:palm_button', -// 'byg:lament_button', -// 'byg:ether_button', -// 'byg:bulbis_button', -// 'byg:nightshade_button' -// ]); -// }); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/powah/powah.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/powah/powah.js deleted file mode 100644 index 7983dca..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/powah/powah.js +++ /dev/null @@ -1,28 +0,0 @@ -//Tiers array -var tiers = ['starter', 'basic', 'hardened', 'blazing', 'niotic', 'spirited', 'nitro']; - -//Blocks array -var blocks = [ - 'energy_cell', - 'ender_cell', - 'energy_cable', - 'ender_gate', - 'energizing_rod', - 'furnator', - 'magmator', - 'thermo_generator', - 'solar_panel', - 'reactor', - 'player_transmitter', - 'energy_hopper', - 'energy_discharger', - 'battery' -]; - -events.listen('item.tags', function (event) { - tiers.forEach(function (tier) { - blocks.forEach(function (block) { - event.get('powah:' + block).add('powah:' + block + '_' + tier); - }); - }); -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/resourcefulbees/valid_apiary.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/resourcefulbees/valid_apiary.js deleted file mode 100644 index 5fa0cf7..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/resourcefulbees/valid_apiary.js +++ /dev/null @@ -1,20 +0,0 @@ -// events.listen('item.tags', function (event) { -// var blocks = [ -// 'botania:bifrost_pane', -// 'botania:bifrost_perm', -// 'botania:elf_glass_pane', -// 'botania:mana_glass_pane', -// 'botania:elf_glass', -// 'botania:mana_glass', - -// 'glassential:glass_dark', -// 'glassential:glass_dark_ethereal', -// 'glassential:glass_ethereal', -// 'glassential:glass_light', -// 'glassential:glass_redstone', - -// 'minecraft:soul_sand' -// ]; - -// event.get('resourcefulbees:valid_apiary').add(blocks); -// }); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/rftools/rftools.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/rftools/rftools.js deleted file mode 100644 index f8a05b2..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/rftools/rftools.js +++ /dev/null @@ -1,29 +0,0 @@ -events.listen('item.tags', function (event) { - //Crafters - for(i = 1; i <= 3; i++) { - event.get('rftools:crafter').add('rftoolsutility:crafter' + i); - } - - //Power Cells - for(i = 1; i <= 3; i++) { - event.get('rftools:powercell').add('rftoolspower:cell' + i); - } - - //Dimensional Cells - var dimtiers = ['_simple', '', '_advanced']; - dimtiers.forEach(function (tier) { - event.get('rftools:dimensionalcell').add('rftoolspower:dimensionalcell' + tier); - }); - - //Quarry Shape Cards - var quarrycards = ['_fortune', '_silk', '']; - quarrycards.forEach(function (card) { - event.get('rftools:quarrycard').add('rftoolsbuilder:shape_card_quarry' + card); - event.get('rftools:quarrycard').add('rftoolsbuilder:shape_card_quarry_clear' + card); - }); - - //Fluid Shape Cards - event.get('rftools:fluidcard').add('rftoolsbuilder:shape_card_liquid'); - event.get('rftools:fluidcard').add('rftoolsbuilder:shape_card_pump'); - event.get('rftools:fluidcard').add('rftoolsbuilder:shape_card_pump_clear'); -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/tetra/forge_hammer_upgrades.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/tetra/forge_hammer_upgrades.js deleted file mode 100644 index 9bfa129..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/tetra/forge_hammer_upgrades.js +++ /dev/null @@ -1,7 +0,0 @@ -events.listen('item.tags', (event) => { - event.add('tetra:forge_hammer_upgrades', [ - 'tetra:combustion_chamber', - 'tetra:planar_stabilizer', - 'tetra:vent_plate' - ]); -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/tags/items/thermal/dies.js b/kubejs/server_scripts/fellies/kubejs/base/tags/items/thermal/dies.js deleted file mode 100644 index bed8d67..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/tags/items/thermal/dies.js +++ /dev/null @@ -1,15 +0,0 @@ -events.listen('item.tags', function (event) { - var dies = ['immersiveengineering:mold_unpacking', - 'immersiveengineering:mold_packing_9', - 'immersiveengineering:mold_packing_4', - 'immersiveengineering:mold_wire', - 'immersiveengineering:mold_bullet_casing', - 'immersiveengineering:mold_rod', - 'immersiveengineering:mold_gear', - 'immersiveengineering:mold_plate' - ] - - event.get('thermal:crafting/dies').add(dies); - - -}); diff --git a/kubejs/server_scripts/fellies/kubejs/base/unification/additions.js b/kubejs/server_scripts/fellies/kubejs/base/unification/additions.js deleted file mode 100644 index ab46ae4..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/unification/additions.js +++ /dev/null @@ -1,787 +0,0 @@ -//priority: 900 -events.listen('recipes', function (event) { - materialsToUnify.forEach(function (material) { - var ore = getPreferredItemInTag(ingredient.of('#forge:ores/' + material)).id; - var ingot = getPreferredItemInTag(ingredient.of('#forge:ingots/' + material)).id; - var gem = getPreferredItemInTag(ingredient.of('#forge:gems/' + material)).id; - - var crushedOre = getPreferredItemInTag(ingredient.of('#create:crushed_ores/' + material)).id; - var clump = getPreferredItemInTag(ingredient.of('#mekanism:clumps/' + material)).id; - var dirtyDust = getPreferredItemInTag(ingredient.of('#mekanism:dirty_dusts/' + material)).id; - var dust = getPreferredItemInTag(ingredient.of('#forge:dusts/' + material)).id; - - var plate = getPreferredItemInTag(ingredient.of('#forge:plates/' + material)).id; - var gear = getPreferredItemInTag(ingredient.of('#forge:gears/' + material)).id; - var rod = getPreferredItemInTag(ingredient.of('#forge:rods/' + material)).id; - var wire = getPreferredItemInTag(ingredient.of('#forge:wires/' + material)).id; - - gear_unification(event, material, ingot, gem, gear); - rod_unification(event, material, ingot, gem, rod); - - astralsorcery_ore_processing_infuser(event, material, ore, ingot, gem); - - bloodmagic_ore_processing_alchemy(event, material, ore, dust, gem); - bloodmagic_ore_processing_arc(event, material, ore, ingot, clump, dirtyDust, dust, gem); - - create_ore_processing_with_secondary_outputs(event, material, crushedOre); - create_gem_processing(event, material, ore, gem, dust); - create_ingot_gem_milling(event, material, ingot, dust, gem); - create_press_plates(event, material, gem, plate); - - emendatus_hammer_crushing(event, material, ore, dust); - - immersiveengineering_gem_crushing(event, material, dust, gem); - immersiveengineering_ingot_crushing(event, material, dust, ingot); - immersiveengineering_ore_processing(event, material, ore, gem); - immersiveengineering_press_plates(event, material, ingot, gem, plate); - - // occultism_ore_crushing(event, material, ore, dust, gem); - // occultism_ingot_gem_crushing(event, material, ingot, dust, gem); - - // pedestals_ore_crushing(event, material, ore, dust, gem); - // pedestals_ingot_gem_crushing(event, material, ingot, dust, gem); - - thermal_press_wires(event, material, wire); - thermal_press_plates(event, material, gem, plate); - }); -}); - -function getPreferredItemInTag(tag) { - const pref = wrapArray(tag.stacks).sort(({ mod: a }, { mod: b }) => compareIndices(a, b, tag))[0] || item.of(air); - // console.info('Preferred item: ' + tag + ' => ' + pref); - return pref; -} - -function tagIsEmpty(tag) { - return getPreferredItemInTag(ingredient.of(tag)).id == air; -} - -function gear_unification(event, material, ingot, gem, gear) { - if (gear == air) { - return; - } - - var output = item.of(gear, 4), - input, - mold = 'immersiveengineering:mold_gear'; - - if (ingot != air) { - input = '#forge:ingots/' + material; - } else if (gem != air) { - input = '#forge:gems/' + material; - } else { - return; - } - - // Implemented by Thermal - // event.recipes.thermal.press(gear, [item.of(gearInput, 4), 'thermal:press_gear_die']); - - event.recipes.immersiveengineering.metal_press(output, input, mold); - event.shaped(gear, [' B ', 'BAB', ' B '], { - A: '#forge:nuggets/iron', - B: input - }); -} - -function rod_unification(event, material, ingot, gem, rod) { - if (rod == air) { - return; - } - - event.remove({ type: 'minecraft:crafting_shaped', output: rod }); - - var output = item.of(rod, 2), - input, - mold = 'immersiveengineering:mold_rod'; - - if (ingot != air) { - input = '#forge:ingots/' + material; - } else if (gem != air) { - input = '#forge:gems/' + material; - } else { - return; - } - - event.recipes.thermal.press(output, [input, mold]).energy(2400); - event.recipes.immersiveengineering.metal_press(output, input, mold); - event.shaped(output, [' A ', ' A ', ' '], { - A: input - }); -} - -function astralsorcery_ore_processing_infuser(event, material, ore, ingot, gem) { - if (ore == air) { - return; - } - - blacklistedMaterials = ['redstone', 'lapis', 'emerald', 'diamond', 'iron']; - for (var i = 0; i < blacklistedMaterials.length; i++) { - if (blacklistedMaterials[i] == material) { - return; - } - } - - var input = 'forge:ores/' + material, - output, - count; - if (gem != air) { - output = gem; - count = 5; - } else if (ingot != air) { - output = ingot; - count = 3; - } else { - return; - } - - event.custom({ - type: 'astralsorcery:infuser', - fluidInput: 'astralsorcery:liquid_starlight', - input: { - tag: input - }, - output: { - item: output, - count: count - }, - consumptionChance: 0.1, - duration: 100, - consumeMultipleFluids: false, - acceptChaliceInput: true, - copyNBTToOutputs: false - }); -} - -function bloodmagic_ore_processing_alchemy(event, material, ore, dust, gem) { - if (ore == air || material == 'iron' || material == 'gold') { - return; - } - - var inputs = ['#forge:ores/' + material, '#bloodmagic:arc/cuttingfluid'], - output, - count = 2; - - if (gem != air) { - output = item.of(gem, count); - } else if (dust != air) { - output = item.of(dust, count); - } else { - return; - } - - event.recipes.bloodmagic.alchemytable(output, inputs).syphon(400).ticks(200).upgradeLevel(1); -} - -function bloodmagic_ore_processing_arc(event, material, ore, ingot, clump, dirtyDust, dust, gem) { - if (material == 'iron' || material == 'gold') { - return; - } - var data = { - recipes: [] - }; - - if (ore != air && gem != air) { - data.recipes.push({ - input: '#forge:ores/' + material, - output: item.of(gem, 5), - addedOutput: [], - tool: '#bloodmagic:arc/cuttingfluid' - }); - } - - if (ore != air && dust != air) { - data.recipes.push({ - input: '#forge:ores/' + material, - output: item.of(dust, 2), - addedOutput: [], - tool: '#bloodmagic:arc/cuttingfluid' - }); - } - - if (ingot != air && dust != air) { - data.recipes.push({ - input: '#forge:ingots/' + material, - output: item.of(dust, 1), - addedOutput: [], - tool: '#bloodmagic:arc/explosive' - }); - } - - if (gem != air && dust != air) { - data.recipes.push({ - input: '#forge:gems/' + material, - output: item.of(dust, 1), - addedOutput: [], - tool: '#bloodmagic:arc/explosive' - }); - } - - if (clump != air && dirtyDust != air) { - data.recipes.push( - { - input: '#forge:ores/' + material, - output: item.of(clump, 3), - addedOutput: [], - tool: '#bloodmagic:arc/explosive' - }, - { - input: '#mekanism:clumps/' + material, - output: item.of(dirtyDust, 1), - addedOutput: [ - item.of('bloodmagic:corrupted_tinydust').chance(0.05), - item.of('bloodmagic:corrupted_tinydust').chance(0.01) - ], - tool: '#bloodmagic:arc/resonator' - }, - { - input: '#mekanism:dirty_dusts/' + material, - output: item.of(dust, 1), - addedOutput: [], - tool: '#bloodmagic:arc/cuttingfluid' - } - ); - } - - data.recipes.forEach((recipe) => { - event.recipes.bloodmagic - .arc(recipe.output, recipe.input, recipe.tool, recipe.addedOutput) - .consumeIngredient(false); - }); -} - -function create_ore_processing_with_secondary_outputs(event, material, crushedOre) { - if (crushedOre == air) { - return; - } - - var primaryOutput = crushedOre, - stoneOutput = 'minecraft:cobblestone', - primaryCount = 2, - secondaryCount = 2, - secondaryMaterial, - input = '#forge:ores/' + material, - processingTime = 300; - - switch (material) { - case 'iron': - secondaryMaterial = 'nickel'; - processingTime = 400; - break; - case 'nickel': - secondaryMaterial = 'iron'; - processingTime = 350; - break; - case 'gold': - secondaryMaterial = 'zinc'; - break; - case 'copper': - secondaryMaterial = 'gold'; - processingTime = 350; - break; - case 'aluminum': - secondaryMaterial = 'iron'; - break; - case 'lead': - secondaryMaterial = 'silver'; - break; - case 'silver': - secondaryMaterial = 'lead'; - break; - case 'uranium': - secondaryMaterial = 'lead'; - processingTime = 400; - break; - case 'osmium': - secondaryMaterial = 'tin'; - processingTime = 400; - break; - case 'tin': - secondaryMaterial = 'osmium'; - processingTime = 350; - break; - case 'zinc': - secondaryMaterial = 'gold'; - processingTime = 350; - break; - case 'iesnium': - secondaryMaterial = 'iesnium'; - processingTime = 350; - break; - case 'cloggrum': - secondaryMaterial = 'cloggrum'; - processingTime = 350; - break; - case 'froststeel': - secondaryMaterial = 'froststeel'; - processingTime = 350; - break; - case 'regalium': - secondaryMaterial = 'regalium'; - processingTime = 350; - break; - case 'utherium': - secondaryMaterial = 'utherium'; - processingTime = 350; - break; - default: - return; - } - - var secondaryOutput = getPreferredItemInTag(ingredient.of('#create:crushed_ores/' + secondaryMaterial)).id; - var primaryChance = 0.25, - secondaryChance = 0.05; - - var outputs = [ - item.of(primaryOutput), - item.of(primaryOutput, primaryCount).withChance(primaryChance), - item.of(secondaryOutput, secondaryCount).withChance(secondaryChance) - ]; - - event.recipes.create.milling(outputs, input).processingTime(processingTime); - - primaryChance = 0.6; - secondaryChance = 0.1; - outputs = [ - item.of(primaryOutput), - item.of(primaryOutput, primaryCount).withChance(primaryChance), - item.of(secondaryOutput, secondaryCount).withChance(secondaryChance), - Item.of(stoneOutput).withChance(0.125) - ]; - event.recipes.create.crushing(outputs, input).processingTime(processingTime); -} - -function create_gem_processing(event, material, ore, gem, dust) { - if (ore == air) { - return; - } - - var stoneOutput = 'minecraft:cobblestone', - processingTime = 300, - output = gem, - primaryCount, - secondaryCount, - input = '#forge:ores/' + material; - - switch (material) { - case 'redstone': - primaryCount = 8; - secondaryCount = 6; - secondaryChance = 0.25; - output = dust; - break; - case 'coal': - primaryCount = 2; - secondaryCount = 2; - secondaryChance = 0.5; - break; - case 'diamond': - primaryCount = 2; - secondaryCount = 1; - secondaryChance = 0.25; - processingTime = 500; - break; - case 'emerald': - primaryCount = 2; - secondaryCount = 1; - secondaryChance = 0.25; - processingTime = 500; - break; - case 'lapis': - primaryCount = 8; - secondaryCount = 4; - secondaryChance = 0.25; - break; - case 'quartz': - primaryCount = 2; - secondaryCount = 4; - secondaryChance = 0.5; - processingTime = 350; - stoneOutput = 'minecraft:netherrack'; - break; - case 'sulfur': - primaryCount = 6; - secondaryCount = 2; - secondaryChance = 0.25; - break; - case 'apatite': - primaryCount = 8; - secondaryCount = 4; - secondaryChance = 0.25; - break; - case 'fluorite': - primaryCount = 6; - secondaryCount = 3; - secondaryChance = 0.25; - break; - case 'dimensional': - primaryCount = 6; - secondaryCount = 3; - secondaryChance = 0.25; - break; - default: - return; - } - var outputs = [ - item.of(output, primaryCount), - item.of(output, secondaryCount).withChance(secondaryChance), - Item.of(stoneOutput).withChance(0.125) - ]; - - event.recipes.create.crushing(outputs, input).processingTime(processingTime); -} - -function create_ingot_gem_milling(event, material, ingot, dust, gem) { - if (dust == air) { - return; - } - - var input, - outputs = [item.of(dust, 1)], - processingTime = 300; - if (ingot != air) { - input = '#forge:ingots/' + material; - } else if (gem != air) { - input = '#forge:gems/' + material; - } else { - return; - } - - event.recipes.create.milling(outputs, input).processingTime(processingTime); -} - -function create_press_plates(event, material, gem, plate) { - if (plate == air || gem == air) { - return; - } - - var output = plate; - var input = '#forge:gems/' + material; - - event.recipes.create.pressing(output, input); -} - -function emendatus_hammer_crushing(event, material, ore, dust) { - if (ore == air || dust == air) { - return; - } - - event.remove({ id: 'immersiveengineering:crafting/hammercrushing_' + material }); - event.replaceInput( - { id: 'emendatusenigmatica:dust_from_chunk/' + material }, - 'emendatusenigmatica:' + material + '_chunk', - '#forge:ores/' + material - ); -} - -function immersiveengineering_gem_crushing(event, material, dust, gem) { - if (gem == air || dust == air) { - return; - } - - var output = dust, - input = '#forge:gems/' + material; - - event.recipes.immersiveengineering.crusher(output, input).energy(2000); -} - -function immersiveengineering_ingot_crushing(event, material, dust, ingot) { - if (ingot == air || dust == air) { - return; - } - - if (material == 'signalum' || material == 'lumium' || material == 'enderium') { - var output = dust, - input = '#forge:ingots/' + material; - - event.recipes.immersiveengineering.crusher(output, input).energy(2000); - } -} - -function immersiveengineering_ore_processing(event, material, ore, gem) { - if (ore == air || gem == air) { - return; - } - var count, - input = '#forge:ores/' + material; - - switch (material) { - case 'sulfur': - count = 6; - break; - case 'apatite': - count = 12; - break; - case 'dimensional': - count = 8; - break; - case 'mana': - count = 2; - break; - case 'cinnabar': - count = 2; - break; - case 'potassium_nitrate': - count = 2; - break; - case 'bitumen': - count = 2; - break; - default: - return; - } - var output = item.of(gem, count); - - event.recipes.immersiveengineering.crusher(output, input).energy(2000); -} - -function immersiveengineering_press_plates(event, material, ingot, gem, plate) { - if (plate == air) { - return; - } - - //var hammer = 'immersiveengineering:hammer'; - //event.shapeless(plate, [hammer, ingot]); - event.remove({ id: 'immersiveengineering:crafting/plate_' + material + '_hammering' }); - - blacklistedMaterials = [ - 'iron', - 'gold', - 'copper', - 'aluminum', - 'silver', - 'lead', - 'nickel', - 'uranium', - 'osmium', - 'tin', - 'zinc', - 'bronze', - 'brass', - 'constantan', - 'electrum', - 'steel', - 'invar' - ]; - - for (var i = 0; i < blacklistedMaterials.length; i++) { - if (blacklistedMaterials[i] == material) { - return; - } - } - - var output = plate, - mold = 'immersiveengineering:mold_plate'; - if (ingot != air) { - input = '#forge:ingots/' + material; - } else if (gem != air) { - input = '#forge:gems/' + material; - } else { - return; - } - - event.recipes.immersiveengineering.metal_press(output, input, mold).energy(2400); -} - -function occultism_ore_crushing(event, material, ore, dust, gem) { - if (ore == air) { - return; - } - - blacklistedMaterials = ['silver']; - - for (var i = 0; i < blacklistedMaterials.length; i++) { - if (blacklistedMaterials[i] == material) { - return; - } - } - - var count; - switch (material) { - case 'redstone': - count = 6; - break; - case 'coal': - count = 4; - break; - case 'lapis': - count = 9; - break; - case 'quartz': - count = 3; - break; - case 'sulfur': - count = 6; - break; - case 'apatite': - count = 12; - break; - case 'fluorite': - count = 6; - break; - case 'dimensional': - count = 8; - break; - default: - count = 2; - } - - var output, - input = 'forge:ores/' + material, - output = dust; - if (gem != air) { - output = gem; - } - - event.custom({ - type: 'occultism:crushing', - ingredient: { - tag: input - }, - result: { - item: output, - count: count - }, - crushing_time: 100 - }); -} - -function occultism_ingot_gem_crushing(event, material, ingot, dust, gem) { - if (dust == air) { - return; - } - - blacklistedMaterials = ['silver']; - - for (var i = 0; i < blacklistedMaterials.length; i++) { - if (blacklistedMaterials[i] == material) { - return; - } - } - - var input, - output = dust; - if (ingot != air) { - input = 'forge:ingots/' + material; - } else if (gem != air) { - input = 'forge:gems/' + material; - } else { - return; - } - - event.custom({ - type: 'occultism:crushing', - ingredient: { - tag: input - }, - result: { - item: output, - count: 1 - }, - crushing_time: 100 - }); -} - -function pedestals_ore_crushing(event, material, ore, dust, gem) { - if (ore == air) { - return; - } - var count; - switch (material) { - case 'redstone': - count = 6; - break; - case 'coal': - count = 4; - break; - case 'lapis': - count = 9; - break; - case 'quartz': - count = 3; - break; - case 'sulfur': - count = 6; - break; - case 'apatite': - count = 12; - break; - case 'fluorite': - count = 6; - break; - case 'dimensional': - count = 8; - break; - default: - count = 2; - } - - var output, - input = 'forge:ores/' + material, - output = dust; - if (gem != air) { - output = gem; - } - - event.custom({ - type: 'pedestals:pedestal_crushing', - ingredient: { - tag: input - }, - result: { - item: output, - count: count - } - }); - event.remove({ - id: 'pedestals:pedestal_crushing/dust' + material - }); -} - -function pedestals_ingot_gem_crushing(event, material, ingot, dust, gem) { - if (dust == air) { - return; - } - - var input, - output = dust; - if (ingot != air) { - input = 'forge:ingots/' + material; - } else if (gem != air) { - input = 'forge:gems/' + material; - } else { - return; - } - - event.custom({ - type: 'pedestals:pedestal_crushing', - ingredient: { - tag: input - }, - result: { - item: output, - count: 1 - } - }); -} - -function thermal_press_plates(event, material, gem, plate) { - if (plate == air || gem == air) { - return; - } - - var output = plate; - var input = '#forge:gems/' + material; - - event.recipes.thermal.press(item.of(output), input); -} - -function thermal_press_wires(event, material, wire) { - if (wire == air) { - return; - } - - var output = wire, - input = item.of('#forge:ingots/' + material, 2), - mold = 'immersiveengineering:mold_wire'; - event.recipes.thermal.press(output, [input, mold]).energy(2400); -} diff --git a/kubejs/server_scripts/fellies/kubejs/base/unification/unify_tags.js b/kubejs/server_scripts/fellies/kubejs/base/unification/unify_tags.js deleted file mode 100644 index 1b569f8..0000000 --- a/kubejs/server_scripts/fellies/kubejs/base/unification/unify_tags.js +++ /dev/null @@ -1,17 +0,0 @@ -//priority: 900 -events.listen('recipes', function (event) { - materialsToUnify.forEach(function (material) { - typesToUnify.forEach(function (type) { - if (!entryIsBlacklisted(material, type)) { - var tagString = '#forge:' + type + 's/' + material; - var tag = ingredient.of(tagString); - if (tag.stacks.size() > 1) { - var prefItem = getPreferredItemInTag(tag); - // console.log('Tag: ' + tag); - // console.log('Prefered item: ' + prefItem); - event.replaceOutput({}, tagString, prefItem); - } - } - }); - }); -}); diff --git a/kubejs/server_scripts/fellies/settings.js b/kubejs/server_scripts/fellies/settings.js deleted file mode 100644 index 9d8d674..0000000 --- a/kubejs/server_scripts/fellies/settings.js +++ /dev/null @@ -1 +0,0 @@ -settings.logSkippedRecipes = false; diff --git a/kubejs/server_scripts/script.js b/kubejs/server_scripts/script.js new file mode 100644 index 0000000..bad1063 --- /dev/null +++ b/kubejs/server_scripts/script.js @@ -0,0 +1,20 @@ +// priority: 0 + +settings.logAddedRecipes = true +settings.logRemovedRecipes = true +settings.logSkippedRecipes = false +settings.logErroringRecipes = true + +console.info('Hello, World! (You will see this line every time server resources reload)') + +onEvent('recipes', event => { + // Change recipes here +}) + +onEvent('item.tags', event => { + // Get the #forge:cobblestone tag collection and add Diamond Ore to it + // event.get('forge:cobblestone').add('minecraft:diamond_ore') + + // Get the #forge:cobblestone tag collection and remove Mossy Cobblestone from it + // event.get('forge:cobblestone').remove('minecraft:mossy_cobblestone') +}) \ No newline at end of file