Version 1.0.22

This commit is contained in:
2023-07-11 22:00:55 +00:00
parent e3d5caae1e
commit 9c58e91959
104 changed files with 4613 additions and 490 deletions
+16 -10
View File
@@ -1,21 +1,27 @@
#A list of class:method strings (render methods) that the dark shader will not be applied to.
#Each string consists of the class and the method (or any substring) to block the dark shader.
#For example, 'renderHunger' is sufficient to block 'net.minecraftforge.client.gui.overlay.ForgeGui:renderFood' (either will work).
METHOD_SHADER_BLACKLIST = ["mezz.jei.common.render.FluidTankRenderer:drawTextureWithMasking", "mezz.jei.library.render.FluidTankRenderer:drawTextureWithMasking", "renderCrosshair", "shadows.packmenu.logo.Logo:draw", "shadows.packmenu.ExtendedMenuScreen:m88315", "shadows.packmenu.buttons.JsonButton:renderImageButton", "m_93080_", "net.minecraft.client.gui.screens.TitleScreen", "renderSky", "m_202423_", "renderHotbar", "m_93009_", "m_193837_", "setupOverlayRenderState", "net.minecraftforge.client.gui.overlay.ForgeGui", "renderFood", "renderExperienceBar", "m_93071_"]
#Enabling this config will (every 5 seconds) dump which methods were used to render GUIs that the dark shader was applied to
#The dump will consist of a list of class:method strings, e.g. 'net.minecraftforge.client.gui.overlay.ForgeGui:renderFood'
#Use this feature to help find the render method strings of GUIs you would like to blacklist.
METHOD_SHADER_DUMP = false
["Button Position"]
#Pixels away from the bottom left of the GUI in the x axis
#Pixels away from the left of the GUI in the x axis
#Range: > 0
X = 64
#Pixels away from the bottom left of the GUI in the y axis
#Pixels away from the bottom of the GUI in the y axis
#Range: > 0
Y = 0
NAME = "Dark Mode"
["Main Menu Button"]
["Button Position"."Main Menu Button"]
#Enabled
SHOW = false
#Pixels away from the bottom left of the GUI in the x axis
SHOW = true
#Pixels away from the left of the GUI in the x axis
#Range: > 0
X = 4
#Pixels away from the bottom left of the GUI in the y axis
MAIN_X = 4
#Pixels away from the bottom of the GUI in the y axis
#Range: > 0
Y = 40
NAME = "Dark Mode"
MAIN_Y = 40
+24
View File
@@ -0,0 +1,24 @@
{
// Whether the Sculk Jaw can eat items or not (eating an item will cause it to disappear forever)
"sculk_jaw_eats_items": false,
"warden_armor": {
"warden_armor_toughness": 3.0,
"warden_armor_durability": 45,
"warden_armor_knockback_resistance": 0.5,
// How much strength/armor you get from the Soul Elytra
"soul_elytra_armor_modifier": 4.0,
},
"warden_tools": {
"warden_tools_durability": 2464,
"warden_tools_damage": 7.0,
"warden_tools_speed": 11.0,
},
"otherside": {
"sculk_centipede_spawning": true,
// Whether Sculk Blocks can spawn in the Otherside or not (Sculk Sensor, Sculk Vein, and Sculk Catalyst)
"sculk_blocks_in_otherside": true,
"phantom_spawning": true,
"sculk_snapper_spawning": false,
"shattered_spawning": true,
},
}
@@ -1,7 +1,7 @@
{
id: "1883B79BDB2AAE5D"
group: "02FE661031A105D8"
order_index: 2
order_index: 1
filename: "botania"
title: "Botania"
icon: "botania:lexicon"
@@ -1,7 +1,7 @@
{
id: "4351A2B2F092D7AF"
group: "02FE661031A105D8"
order_index: 1
order_index: 2
filename: "elementalcraft"
title: "ElementalCraft"
icon: {
File diff suppressed because it is too large Load Diff
File diff suppressed because it is too large Load Diff
@@ -1,7 +1,7 @@
{
id: "5C764279146E5E66"
group: "6614EE2378B8AFB9"
order_index: 1
order_index: 2
filename: "mystical_ag"
title: "Mystical Agriculture"
icon: "mysticalagriculture:inferium_essence"
@@ -1,7 +1,7 @@
{
id: "26E6ED94168A05C4"
group: "6614EE2378B8AFB9"
order_index: 2
order_index: 3
filename: "productive_bees"
title: "Productive Bees"
icon: {
File diff suppressed because it is too large Load Diff
@@ -24,7 +24,7 @@
dev: false
height: 5.0d
hover: ["whatthedrunk"]
image: "atm:textures/questpics/welcome/whatthedrunk.png"
image: "atm:textures/questpics/welcome/whatthedrunk_character.png"
rotation: 0.0d
width: 3.75d
x: 0.0d
@@ -36,7 +36,7 @@
dev: false
height: 5.0d
hover: ["EnigmaQuip"]
image: "atm:textures/questpics/welcome/enigmaquip.png"
image: "atm:textures/questpics/welcome/enigma_character.png"
rotation: 0.0d
width: 3.75d
x: 5.0d
@@ -48,7 +48,7 @@
dev: false
height: 5.0d
hover: ["theVortex"]
image: "atm:textures/questpics/welcome/thevortex.png"
image: "atm:textures/questpics/welcome/thevortex_character.png"
rotation: 0.0d
width: 3.75d
x: 10.0d
@@ -60,7 +60,7 @@
dev: false
height: 5.0d
hover: ["AlfredGG"]
image: "atm:textures/questpics/welcome/alfred.png"
image: "atm:textures/questpics/welcome/alfred_character.png"
rotation: 0.0d
width: 3.75d
x: 15.0d
@@ -72,7 +72,7 @@
dev: false
height: 5.0d
hover: ["mitchell52"]
image: "atm:textures/questpics/welcome/mitchell52.png"
image: "atm:textures/questpics/welcome/mitchell52_character.png"
rotation: 0.0d
width: 3.75d
x: -5.0d
@@ -84,7 +84,7 @@
dev: false
height: 5.0d
hover: ["oly2o6"]
image: "atm:textures/questpics/welcome/oly206.png"
image: "atm:textures/questpics/welcome/oly206_character.png"
rotation: 0.0d
width: 3.75d
x: -15.0d
@@ -96,7 +96,7 @@
dev: false
height: 5.0d
hover: ["MutantGumdrop"]
image: "atm:textures/questpics/welcome/mutantgumdrop.png"
image: "atm:textures/questpics/welcome/mutantgumdrop_character.png"
rotation: 0.0d
width: 3.75d
x: -10.0d
@@ -0,0 +1,97 @@
{
id: "67D8094B10FAA687"
loot_size: 1
order_index: 41
rewards: [
{ count: 2, item: "evilcraft:dark_gem", random_bonus: 2, weight: 100.0f }
{ item: "evilcraft:dark_power_gem", random_bonus: 1, weight: 50.0f }
{ item: "evilcraft:hardened_blood", weight: 50.0f }
{ count: 2, item: "evilcraft:hardened_blood_shard", random_bonus: 4, weight: 50.0f }
{
item: {
Count: 1b
ForgeCaps: {
Parent: {
Amount: 0
FluidName: "minecraft:empty"
capacity: 5000
}
}
id: "evilcraft:blood_extractor"
tag: {
Fluid: {
Amount: 0
FluidName: "minecraft:empty"
}
capacity: 5000
}
}
weight: 25.0f
}
{
item: {
Count: 1b
ForgeCaps: {
Parent: {
Amount: 0
FluidName: "minecraft:empty"
capacity: 16000
}
}
id: "evilcraft:dark_tank"
tag: {
Fluid: {
Amount: 0
FluidName: "minecraft:empty"
}
capacity: 16000
}
}
weight: 25.0f
}
{ item: "evilcraft:blook", random_bonus: 1, weight: 25.0f }
{ item: "evilcraft:potentia_sphere", random_bonus: 1, weight: 25.0f }
{ count: 2, item: "evilcraft:dark_gem_crushed", random_bonus: 4, weight: 100.0f }
{ item: "evilcraft:box_of_eternal_closure", weight: 10.0f }
{ item: "evilcraft:bowl_of_promises_dusted", weight: 10.0f }
{ count: 5, item: "evilcraft:condensed_blood", random_bonus: 10, weight: 75.0f }
{ item: "evilcraft:blood_infusion_core", weight: 10.0f }
{ item: "evilcraft:vengeance_essence", weight: 10.0f }
{
item: {
Count: 1b
id: "evilcraft:vengeance_pickaxe"
tag: {
Damage: 0
Enchantments: [
{
id: "evilcraft:vengeance"
lvl: 3s
}
{
id: "minecraft:fortune"
lvl: 5s
}
]
}
}
weight: 5.0f
}
{
item: {
Count: 1b
id: "evilcraft:vein_sword"
tag: {
Damage: 0
Enchantments: [{
id: "minecraft:looting"
lvl: 2s
}]
}
}
weight: 5.0f
}
]
title: "EvilCraft Basic Reward"
use_title: true
}
@@ -3,8 +3,8 @@
"disable": false,
"tier": 6,
"color": "ffef0e",
"armorPoints": 150,
"enchantability": 87,
"armorPoints": 9,
"enchantability": 25,
"craftingMaterial": "tag:forge:ingots/allthemodium",
"rarity": 0,
"capacity": 72000000,
@@ -3,8 +3,8 @@
"disable": false,
"tier": 8,
"color": "d152e3",
"armorPoints": 520,
"enchantability": 420,
"armorPoints": 15,
"enchantability": 25,
"craftingMaterial": "tag:forge:ingots/unobtainium",
"rarity": 0,
"capacity": 184000000,
@@ -3,8 +3,8 @@
"disable": false,
"tier": 7,
"color": "26de88",
"armorPoints": 320,
"enchantability": 187,
"armorPoints": 12,
"enchantability": 25,
"craftingMaterial": "tag:forge:ingots/vibranium",
"rarity": 0,
"capacity": 120000000,
+7 -6
View File
@@ -28,7 +28,8 @@
"heat_blocks": {
"powah:blazing_crystal_block": 2800,
"minecraft:magma_block": 800,
"minecraft:lava": 1000
"minecraft:lava": 1000,
"allthemodium:soul_lava": 9000
},
// Energy produced per fuel tick in the Furnator.
"energy_per_fuel_tick": 30,
@@ -149,11 +150,11 @@
"generation_rates": {
"starter": 20,
"basic": 60,
"hardened": 100,
"blazing": 200,
"niotic": 400,
"spirited": 800,
"nitro": 2000
"hardened": 180,
"blazing": 540,
"niotic": 1620,
"spirited": 5000,
"nitro": 20000
}
},
"thermo_generators": {
@@ -7,7 +7,7 @@
#Range: 0 ~ 1000
heartsPerMilestone = 2
#A list of numbers of unique foods you need to eat to unlock each milestone, in ascending order. Naturally, adding more milestones lets you earn more hearts.
milestones = [5, 10, 15, 20, 25]
milestones = [5, 10, 20, 40, 80, 120, 160, 200, 240, 280]
[filtering]
#Foods in this list won't affect the player's health nor show up in the food book.
@@ -16,7 +16,7 @@
whitelist = []
#The minimum hunger value foods need to provide in order to count for milestones, in half drumsticks.
#Range: 0 ~ 1000
minimumFoodValue = 1
minimumFoodValue = 2
[miscellaneous]
#Whether or not to reset the food list on death, effectively losing all bonus hearts.
@@ -8,4 +8,8 @@ ServerEvents.recipes(e=> {
G: '#forge:gears/vibranium',
R: 'minecraft:redstone'
}).id('kubejs:industrialforegoings/ore_laser_drill')
//uneeded gears
e.remove({id: 'industrialforegoing:iron_gear'})
e.remove({id: 'industrialforegoing:gold_gear'})
e.remove({id: 'industrialforegoing:diamond_gear'})
})
@@ -19,4 +19,31 @@ ServerEvents.recipes(e => {
// remove combiner recipes for ores
e.remove({ type: 'mekanism:combining', id: /ore/ })
// Nerf ethylene
e.remove({ id: 'mekanism:reaction/substrate/water_hydrogen'})
e.custom({
"type": "mekanism:reaction",
"duration": 100,
"fluidInput": {
"amount": 10,
"tag": "minecraft:water"
},
"gasInput": {
"amount": 100,
"gas": "mekanism:hydrogen"
},
"gasOutput": {
"amount": 50,
"gas": "mekanism:ethene"
},
"itemInput": {
"amount": 2,
"ingredient": {
"tag": "forge:fuels/bio"
}
},
"itemOutput": {
"item": "mekanism:substrate"
}
}).id('kubejs:mek/ethene')
})
+6
View File
@@ -28,6 +28,12 @@ ServerEvents.tags('item', event => {
event.add('c:blue_sand', '#forge:blue_sand')
event.add('c:purple_sand', '#forge:purple_sand')
event.add('c:pink_sand', '#forge:pink_sand')
//xycraft RGB glass
Color.DYE.keySet().forEach(color => {
event.remove(`forge:glass/${color}`, '@xycraft_world')
event.remove(`forge:glass/brown`, '@xycraft_world')
})
})
ServerEvents.tags('block', event => {
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

After

Width:  |  Height:  |  Size: 723 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 690 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 47 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Some files were not shown because too many files have changed in this diff Show More