19 Commits

Author SHA1 Message Date
661294715f microblocks: add many efr blocks 2025-11-30 14:09:10 +01:00
435091e1c8 add hextex config 2025-11-23 13:18:10 +01:00
87ad992552 update sildurs shader once again 2025-11-23 11:02:28 +01:00
a212c0aa02 update config a little bit 2025-11-23 09:22:52 +01:00
49959b2108 fix meteor dimension 2025-11-23 09:21:34 +01:00
034117a728 add battlegear2 config (with shield offsets) 2025-11-23 09:20:25 +01:00
e6f4216134 use new shader also in Angelica 2025-11-18 09:49:32 +01:00
c1c9cae18b use new shader pack 2025-11-18 09:48:03 +01:00
569dbb3c54 update shader 2025-11-18 09:47:37 +01:00
ef768f6422 tweaks 2025-11-09 11:19:31 +01:00
5f45cf3079 tweak iguana tweaks config
- tools level up to 99
2025-11-09 11:10:40 +01:00
c41d42050c comment for unstable ingot tinker casts 2025-11-09 10:49:59 +01:00
5a1b547a84 add three modifiers by default 2025-11-08 22:10:08 +01:00
e00f3e0484 bump ezstorage again 2025-09-18 13:00:34 +02:00
5e9c7ae3ef now ore gen is ok 2025-09-17 18:09:23 +02:00
1e4691c61a rever to miny=0 2025-09-17 17:56:42 +02:00
2fd8e390e4 make diamond and lapis more common 2025-09-17 17:50:08 +02:00
d8367c7990 miny = 1 2025-09-17 17:14:46 +02:00
0c8604d179 min ore generation =3 2025-09-17 16:39:40 +02:00
15 changed files with 277 additions and 32 deletions

View File

@@ -452,11 +452,21 @@ wireless {
worldgen { worldgen {
D:meteoriteClusterChance=0.1 D:meteoriteClusterChance=0.1
I:meteoriteDimensionWhitelist < S:meteoriteDimensionWhitelist <
-4 4
>
S:meteoriteInvalidSpawnBlocks <
examplemod:example_block
>
S:meteoriteSpawnChance <
0=0.3
>
S:meteoriteValidSpawnBlocks <
examplemod:example_block
>
S:minMeteoriteDistance <
0=707
> >
D:meteoriteSpawnChance=0.3
I:minMeteoriteDistance=707
I:quartzOresClusterAmount=15 I:quartzOresClusterAmount=15
I:quartzOresPerCluster=4 I:quartzOresPerCluster=4
D:spawnChargedChance=0.07999998331069946 D:spawnChargedChance=0.07999998331069946

View File

@@ -130,10 +130,10 @@ mobheads {
partreplacement { partreplacement {
# How much of the current XP% to the next mining level shall be removed when replacing the pickaxe head. Useful to remove the mining level boost on part replacement. [range: 0 ~ 100, default: 5] # How much of the current XP% to the next mining level shall be removed when replacing the pickaxe head. Useful to remove the mining level boost on part replacement. [range: 0 ~ 100, default: 5]
I:PickBoostXpPenality=5 I:PickBoostXpPenality=50
# How much of the current XP% shall be removed when replacing parts (So if you had 50%, and penality is 10% it'll remove 5% xp, resulting in 45%). Does not remove Skill Levels. [range: 0 ~ 100, default: 0] # How much of the current XP% shall be removed when replacing parts (So if you had 50%, and penality is 10% it'll remove 5% xp, resulting in 45%). Does not remove Skill Levels. [range: 0 ~ 100, default: 0]
I:XpPenality=0 I:XpPenality=25
# Removes the Mob Head Modifier on Tool-Head replacement, allowing it to be reapplied. Should be used with PickBoostXpPenality. [default: true] # Removes the Mob Head Modifier on Tool-Head replacement, allowing it to be reapplied. Should be used with PickBoostXpPenality. [default: true]
B:removeMobHead=true B:removeMobHead=true
@@ -191,7 +191,6 @@ randombonuses {
B:allowStonebound=true B:allowStonebound=true
} }
########################################################################################################## ##########################################################################################################
# toolleveling # toolleveling
#--------------------------------------------------------------------------------------------------------# #--------------------------------------------------------------------------------------------------------#
@@ -204,6 +203,8 @@ toolleveling {
2 2
4 4
6 6
8
10
> >
# Each modifier is equally likely on levelup. Disables useful bonuses. [default: false] # Each modifier is equally likely on levelup. Disables useful bonuses. [default: false]
@@ -215,8 +216,31 @@ toolleveling {
# Adds an extra modifier on these levelups if 'ExtraModifiers' is enabled # Adds an extra modifier on these levelups if 'ExtraModifiers' is enabled
I:ModifiersAtLevels < I:ModifiersAtLevels <
2 2
4 3
6 5
7
9
11
14
17
20
24
28
32
36
40
45
50
55
60
65
70
75
80
85
90
95
99
> >
# Gives a random bonus every level, if false and levelling is on modifiers are given at levels 2 and 4 (requires 'toolLeveling=true') [default: true] # Gives a random bonus every level, if false and levelling is on modifiers are given at levels 2 and 4 (requires 'toolLeveling=true') [default: true]
@@ -229,7 +253,7 @@ toolleveling {
B:detailedXpTooltip=true B:detailedXpTooltip=true
# [range: 1 ~ 99, default: 6] # [range: 1 ~ 99, default: 6]
I:maxToolLevel=6 I:maxToolLevel=99
# If true, only the heads of tools are examined when determining how much XP it takes to level up. (This only matters if you manually specify that some material types level faster than others using the override module) [default: true] # If true, only the heads of tools are examined when determining how much XP it takes to level up. (This only matters if you manually specify that some material types level faster than others using the override module) [default: true]
B:onlyHeadsChangeXPRequirement=true B:onlyHeadsChangeXPRequirement=true

View File

@@ -95,7 +95,7 @@
"enabled": true, "enabled": true,
"oreModName": "minecraft", "oreModName": "minecraft",
"oreBlockName": "lapis_ore", "oreBlockName": "lapis_ore",
"intensity": 3, "intensity": 4,
"minVeinSize": 5, "minVeinSize": 5,
"maxVeinSize": 7, "maxVeinSize": 7,
"minY": 0, "minY": 0,
@@ -108,7 +108,7 @@
"enabled": true, "enabled": true,
"oreModName": "minecraft", "oreModName": "minecraft",
"oreBlockName": "diamond_ore", "oreBlockName": "diamond_ore",
"intensity": 1, "intensity": 2,
"minVeinSize": 5, "minVeinSize": 5,
"maxVeinSize": 7, "maxVeinSize": 7,
"minY": 0, "minY": 0,
@@ -117,11 +117,11 @@
"dimensionIdsBlacklistAsWhitelist": true "dimensionIdsBlacklistAsWhitelist": true
}, },
{ {
"name": "Emeral (Extra)", "name": "Emerald",
"enabled": true, "enabled": true,
"oreModName": "minecraft", "oreModName": "minecraft",
"oreBlockName": "emerald_ore", "oreBlockName": "emerald_ore",
"intensity": 1, "intensity": 3,
"minVeinSize": 4, "minVeinSize": 4,
"maxVeinSize": 6, "maxVeinSize": 6,
"minY": 20, "minY": 20,

132
both/config/battlegear2.cfg Normal file
View File

@@ -0,0 +1,132 @@
# Configuration file
coremod {
# Only use for advanced bug reporting when asked by a dev.
B:"ASM debug Mode"=false
}
##########################################################################################################
# enchantmentsid
#--------------------------------------------------------------------------------------------------------#
# Values should be between 0 and 255, or the enchantment will be disabled
##########################################################################################################
enchantmentsid {
I:BashDamage=127
I:BashPower=126
I:BashWeight=125
I:BowCharge=131
I:BowLoot=130
I:ShieldRecovery=129
I:ShieldUsage=128
}
general {
# This will disable completely the provided item, along with their renderers and recipes including them.
# These should all be placed on separate lines between the provided '<' and '>'.
# The valid values are:
# heraldric, chain, quiver, dagger, waraxe,
# mace, spear, shield, knight.armour, mb.arrow,
# flagpole, bow,
S:"Disabled Items" <
>
# This will disable the crafting recipe for the provided item/blocks.
# It should be noted that this WILL NOT remove the item from the game, it will only disable the recipe.
# In this way the items may still be obtained through creative mode and cheats, but players will be unable to craft them.
# These should all be placed on separate lines between the provided '<' and '>'. The valid values are:
# chain, quiver, dagger, waraxe, mace,
# spear, shield, knight.armour, flagpole, bow,
# mb.arrow.holy, mb.arrow.ice, mb.arrow.explosive, mb.arrow.ender, mb.arrow.flame,
# mb.arrow.piercing, mb.arrow.poison, mb.arrow.mystery, mb.arrow.leech, chain.armour
S:"Disabled Recipies" <
>
}
##########################################################################################################
# rendering
#--------------------------------------------------------------------------------------------------------#
# This category is client side, you don't have to sync its values with server in multiplayer.
##########################################################################################################
rendering {
# This will disable the special rendering for the provided item.
# These should all be placed on separate lines between the provided '<' and '>'.
# The valid values are:
# spear, shield, bow, quiver, flagpole,
S:"Disabled Renderers" <
>
# Change to move the equipped shield in 1st person
# Recommended values between -100 and 100
# Higher values -> move up
I:"Equipped shield in 1st person horizontal position offset"=-40
# Change to move the equipped shield in 1st person
# Recommended values between -100 and 100
# Higher values -> make bigger
I:"Equipped shield in 1st person relative size"=-20
# Change to move the equipped shield in 1st person
# Recommended values between -100 and 100
# Higher values -> move right
I:"Equipped shield in 1st person vertical position offset"=10
B:"Force screen components rendering"=false
# Change to move this bar in your gui
I:"Mainhand hotbar relative horizontal position"=0
# Change to move this bar in your gui
I:"Mainhand hotbar relative vertical position"=0
B:"Modern equipped shield height"=true
# Change to move this bar in your gui
I:"Offhand hotbar relative horizontal position"=0
# Change to move this bar in your gui
I:"Offhand hotbar relative vertical position"=0
# Change to move this bar in your gui
I:"Quiver hotbar relative horizontal position"=0
# Change to move this bar in your gui
I:"Quiver hotbar relative vertical position"=0
B:"Render arrow with bow uncharged"=true
B:"Render quiver on skeleton back"=true
# Change to move this bar in your gui
I:"Shield bar relative horizontal position"=0
# Change to move this bar in your gui
I:"Shield bar relative vertical position"=0
}
server {
# How often packets are sent over the network to update the battle inventory slots. Lower for faster updates, but more packets to deal for each client. [range: 1 ~ 20000, default: 20]
I:"Update packet rate"=20
}
##########################################################################################################
# skeleton customarrow spawn rate
#--------------------------------------------------------------------------------------------------------#
# The spawn rate (between 0 & 1) that Skeletons will spawn with Arrows provided from this mod
##########################################################################################################
"skeleton customarrow spawn rate" {
D:ender=0.1
D:explosive=0.1
D:flame=0.1
D:holy=0.1
D:ice=0.0
D:leech=0.1
D:mystery=0.1
D:piercing=0.0
D:poison=0.1
}

View File

@@ -2,13 +2,13 @@
general { general {
# Count of items that the basic storage box can hold. [range: 1 ~ 2147483647, default: 400] # Count of items that the basic storage box can hold. [range: 1 ~ 2147483647, default: 400]
I:basicCapacity=500 I:basicCapacity=1000
# Count of items that the condensed storage box can hold. [range: 1 ~ 2147483647, default: 4000] # Count of items that the condensed storage box can hold. [range: 1 ~ 2147483647, default: 4000]
I:condensedCapacity=5000 I:condensedCapacity=10000
# Count of items that the hyper storage box can hold. [range: 1 ~ 2147483647, default: 400000] # Count of items that the hyper storage box can hold. [range: 1 ~ 2147483647, default: 400000]
I:hyperCapacity=100000 I:hyperCapacity=200000
# The maximum amount of different items that can be stored within one storage box. # The maximum amount of different items that can be stored within one storage box.
# The default value tries to ensure the NBT data wont get too large wich would normally lead to world corruption. [range: 1 ~ 2147483647, default: 1000] # The default value tries to ensure the NBT data wont get too large wich would normally lead to world corruption. [range: 1 ~ 2147483647, default: 1000]

68
both/config/hextext.cfg Normal file
View File

@@ -0,0 +1,68 @@
# Configuration file
##########################################################################################################
# effects
#--------------------------------------------------------------------------------------------------------#
# Timing controls for HexText's dynamic formatting effects.
##########################################################################################################
effects {
# Milliseconds for ignite to fade from bright to dim and back again. Lower values animate faster. [range: 1 ~ 1000, default: 700]
I:igniteBlinkIntervalMs=700
# Milliseconds required for the rainbow effect to rotate through the full spectrum. Lower values move faster. [range: 1.0 ~ 5000.0, default: 3000.0]
S:rainbowCycleDurationMs=3000.0
# Milliseconds between shake offset updates. Lower values produce a more frantic shake. [range: 1 ~ 1000, default: 50]
I:shakeUpdateIntervalMs=50
}
##########################################################################################################
# server
#--------------------------------------------------------------------------------------------------------#
# Server-side behavioural toggles for HexText formatting and sign editing.
##########################################################################################################
server {
# Permit players to open the sign editor by right-clicking with an empty hand. [default: true]
B:allowSignEditing=true
# Convert & formatting tokens to section signs when sending chat or commands. [default: true]
B:ampersandsInChat=true
# Convert & formatting tokens to section signs when renaming items in anvils. [default: true]
B:ampersandsInRepairs=true
# Convert & formatting tokens to section signs when editing signs. [default: true]
B:ampersandsInSigns=true
# Allow the <RRGGBB> and </RRGGBB> HTML-style colour tags to be parsed. [default: false]
B:enableRgbHtmlFormat=true
# Allow & as an alternative to the section sign when entering formatting codes. [default: false]
B:universalAmpersandFormatting=true
##########################################################################################################
# signmodifiers
#--------------------------------------------------------------------------------------------------------#
# Enable or disable the built-in HexText sign modifier items.
##########################################################################################################
signmodifiers {
# Allow glowstone dust to apply the glowing text modifier to signs. [default: true]
B:enableGlowstoneDustGlowModifier=true
# Allow ink sacs to cleanse glowing and outlined effects from signs. [default: true]
B:enableInkSacCleanseModifier=true
# Allow redstone dust to apply the outlined text modifier to signs. [default: true]
B:enableRedstoneDustOutlineModifier=true
# Allow slimeballs to wax signs and preserve their current styling. [default: true]
B:enableSlimeballWaxModifier=true
}
}

View File

@@ -15,9 +15,8 @@
# Et Futurum # Et Futurum
"etfuturum:deepslate" "etfuturum:deepslate"
"etfuturum:deepslate_bricks":0-4 "etfuturum:deepslate_bricks":0-4
"etfuturum:polished_deepslate"
"etfuturum:smooth_quartz"
"etfuturum:quartz_bricks" "etfuturum:quartz_bricks"
"etfuturum:end_bricks"
"etfuturum:concrete":0-15 "etfuturum:concrete":0-15
"etfuturum:plankWood":0-4 "etfuturum:plankWood":0-4
"etfuturum:azalea_leaves":0-1 "etfuturum:azalea_leaves":0-1
@@ -27,6 +26,27 @@
"etfuturum:wood2_stripped":0-1 "etfuturum:wood2_stripped":0-1
"etfuturum:bark":0-3 "etfuturum:bark":0-3
"etfuturum:bark2":0-1 "etfuturum:bark2":0-1
"etfuturum:copper_bulb":0-3
"etfuturum:copper_bulb":8-11
"etfuturum:chiseled_copper":0-7
"etfuturum:copper_grate":0-7
"etfuturum:stone":1-6
"etfuturum:moss_block"
"etfuturum:packed_mud":0-1
"etfuturum:basalt":0-1
"etfuturum:smooth_basalt"
"etfuturum:smooth_stone"
"etfuturum:smooth_quartz"
"etfuturum:smooth_sandstone"
"etfuturum:smooth_red_sandstone"
"etfuturum:polished_deepslate"
"etfuturum:red_netherbrick":0-2
"etfuturum:red_sandstone":0-2
"etfuturum:deepslate_bricks"
"etfuturum:cobbled_deepslate"
"etfuturum:old_gravel"
"etfuturum:tuff":0-4
"etfuturum:sponge":1
# Underground Biomes # Underground Biomes
"UndergroundBiomes:igneousStone":0-7 "UndergroundBiomes:igneousStone":0-7

View File

@@ -16,7 +16,7 @@ recipes.addShaped(<TConstruct:heartCanister:3> * 2, [[<minecraft:soul_sand>, <mi
recipes.addShaped(<TConstruct:heartCanister:5> * 2, [[<minecraft:soul_sand>, <minecraft:soul_sand>, <minecraft:soul_sand>], [<DraconicEvolution:dragonHeart>, <TConstruct:heartCanister:3>, <DraconicEvolution:dragonHeart>], [<minecraft:soul_sand>, <minecraft:soul_sand>, <minecraft:soul_sand>]]); recipes.addShaped(<TConstruct:heartCanister:5> * 2, [[<minecraft:soul_sand>, <minecraft:soul_sand>, <minecraft:soul_sand>], [<DraconicEvolution:dragonHeart>, <TConstruct:heartCanister:3>, <DraconicEvolution:dragonHeart>], [<minecraft:soul_sand>, <minecraft:soul_sand>, <minecraft:soul_sand>]]);
// Unstable parts (table recipes) // Unstable parts (table recipes)
// --> still not working?! // --> table not working, for some reason, only basin works (recipes below)???
mods.tconstruct.Casting.addTableRecipe(<TConstruct:toughRod:314>, <liquid:molten.unstableingots> * 432, <TConstruct:metalPattern:14>, false, 50); mods.tconstruct.Casting.addTableRecipe(<TConstruct:toughRod:314>, <liquid:molten.unstableingots> * 432, <TConstruct:metalPattern:14>, false, 50);
mods.tconstruct.Casting.addTableRecipe(<TConstruct:toolRod:314>, <liquid:molten.unstableingots> * 72, <TConstruct:metalPattern:1>, false, 50); mods.tconstruct.Casting.addTableRecipe(<TConstruct:toolRod:314>, <liquid:molten.unstableingots> * 72, <TConstruct:metalPattern:1>, false, 50);
mods.tconstruct.Casting.addTableRecipe(<TConstruct:pickaxeHead:314>, <liquid:molten.unstableingots> * 144, <TConstruct:metalPattern:2>, false, 50); mods.tconstruct.Casting.addTableRecipe(<TConstruct:pickaxeHead:314>, <liquid:molten.unstableingots> * 144, <TConstruct:metalPattern:2>, false, 50);
@@ -46,7 +46,6 @@ mods.tconstruct.Casting.addTableRecipe(<TConstruct:BowLimbPart:314>, <liquid:mol
mods.tconstruct.Casting.addTableRecipe(<TConstruct:arrowhead:314>, <liquid:molten.unstableingots> * 144, <TConstruct:metalPattern:25>, false, 50); mods.tconstruct.Casting.addTableRecipe(<TConstruct:arrowhead:314>, <liquid:molten.unstableingots> * 144, <TConstruct:metalPattern:25>, false, 50);
// Unstable parts (basin recipes) // Unstable parts (basin recipes)
// --> still not working?!
mods.tconstruct.Casting.addBasinRecipe(<TConstruct:toughRod:314>, <liquid:molten.unstableingots> * 432, <TConstruct:metalPattern:14>, false, 50); mods.tconstruct.Casting.addBasinRecipe(<TConstruct:toughRod:314>, <liquid:molten.unstableingots> * 432, <TConstruct:metalPattern:14>, false, 50);
mods.tconstruct.Casting.addBasinRecipe(<TConstruct:toolRod:314>, <liquid:molten.unstableingots> * 72, <TConstruct:metalPattern:1>, false, 50); mods.tconstruct.Casting.addBasinRecipe(<TConstruct:toolRod:314>, <liquid:molten.unstableingots> * 72, <TConstruct:metalPattern:1>, false, 50);
mods.tconstruct.Casting.addBasinRecipe(<TConstruct:pickaxeHead:314>, <liquid:molten.unstableingots> * 144, <TConstruct:metalPattern:2>, false, 50); mods.tconstruct.Casting.addBasinRecipe(<TConstruct:pickaxeHead:314>, <liquid:molten.unstableingots> * 144, <TConstruct:metalPattern:2>, false, 50);

View File

@@ -2,4 +2,4 @@
disableUpdateMessage=false disableUpdateMessage=false
enableShaders=true enableShaders=true
maxShadowRenderDistance=32 maxShadowRenderDistance=32
shaderPack=Sildur's Vibrant Shaders v1.53 Extreme.zip shaderPack=Sildur's Vibrant Shaders for LITW Refined.zip

View File

@@ -1,5 +1,5 @@
#Sat Jun 01 09:41:57 CEST 2024 #Sat Jun 01 09:41:57 CEST 2024
shaderPack=Sildur's Vibrant Shaders v1.29 High.zip shaderPack=Sildur's Vibrant Shaders for LITW Refined.zip
antialiasingLevel=0 antialiasingLevel=0
normalMapEnabled=true normalMapEnabled=true
specularMapEnabled=true specularMapEnabled=true

View File

@@ -1,5 +1,4 @@
#Fri Aug 22 19:20:16 CEST 2025 #Fri Aug 22 19:20:16 CEST 2025
Bloom=false
MobsFlashRed=false MobsFlashRed=false
Underwater_Fog=false Underwater_Fog=false
minlight=0.001 minlight=0.001

View File

@@ -1,7 +0,0 @@
#Fri Aug 22 19:20:16 CEST 2025
Bloom=false
MobsFlashRed=false
Underwater_Fog=false
minlight=0.001
uwatertint=false
waterA=2.0