Compare commits

...

4 commits

Author SHA1 Message Date
Timo Ley 52bc788096 chore: release 4.1.0
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
2023-12-16 12:02:07 +01:00
Timo Ley 166cfb25e6 fix: enable compatibilityRenderMode
fixes #9
2023-12-16 12:01:19 +01:00
Timo Ley b310418142 chore: updated ntx4core
fixes #8
2023-12-16 11:45:01 +01:00
Timo Ley 5b2c0dd750 fix: disable dml armor flight 2023-12-16 11:44:17 +01:00
4 changed files with 127 additions and 2 deletions

7
CHANGELOG.md Normal file
View file

@ -0,0 +1,7 @@
# 4.1.0
- Added Gravestones
- Added FastLeafDecay
- Added Polymorph
- Updated Ntx4Core
- Enabled compatibilityRenderMode

View file

@ -3,7 +3,7 @@
"type": "modpack",
"versions": [
{
"version": "4.0.0",
"version": "4.1.0",
"versionid": -1,
"mcversion": [
"1.18.2"
@ -2562,7 +2562,7 @@
{
"id": "mod-ntx4core",
"file": {
"link": "https://maven.tilera.xyz/net/anvilcraft/ntx4core/ntx4core/1.1.0/ntx4core-1.1.0.jar",
"link": "https://maven.tilera.xyz/net/anvilcraft/ntx4core/ntx4core/1.2.0/ntx4core-1.2.0.jar",
"installer": "internal.dir:mods"
},
"type": "mod",

View file

@ -0,0 +1,45 @@
#Check the wiki at https://qouteall.fun/immptl/wiki/Config-Options for more information
enableWarning = false
enableMirrowCreation = true
#Range: > 0
maxPortalLayer = 5
sharedBlockMeshBufferOptimization = true
lagAttackProof = true
#Range: > 0
portalRenderLimit = 200
#Range: > 0
indirectLoadingRadiusCap = 8
enableCrossPortalSound = true
enableModelDataFix = true
compatibilityRenderMode = true
doCheckGlError = false
#Range: > 0
portalSearchingRange = 128
renderYourselfInPortal = true
serverSideNormalChunkLoading = true
teleportationDebug = false
correctCrossPortalEntityRendering = true
looseMovementCheck = false
pureMirror = false
enableAlternateDimensions = true
reducedPortalRendering = false
visibilityPrediction = true
netherPortalOverlay = false
#Range: > -2147483648
scaleLimit = 30
easeCreativePermission = true
easeCommandStickPermission = false
enableDatapackPortalGen = true
enableCrossPortalView = true
enableClippingMechanism = true
enableDepthClampForPortalRendering = true
lightVanillaNetherPortalWhenCrouching = false
enableNetherPortalEffect = true
enableClientPerformanceAdjustment = true
enableServerPerformanceAdjustment = true
#Allowed Values: normal, vanilla, adaptive, disabled
netherPortalMode = "normal"
#Allowed Values: normal, toObsidianPlatform, scaledView, vanilla
endPortalMode = "normal"
enableGlobalDimensionStack = false

View file

@ -0,0 +1,73 @@
#Balance the game mechanics
[balancing]
#Range: 1 ~ 100
killMultiplierTier0 = 1
#Range: 1 ~ 100
killMultiplierTier1 = 4
#Range: 1 ~ 100
killMultiplierTier2 = 10
#Range: 1 ~ 100
killMultiplierTier3 = 18
#Range: 1 ~ 500
killsToTier1 = 6
#Range: 1 ~ 500
killsToTier2 = 12
#Range: 1 ~ 500
killsToTier3 = 30
#Range: 1 ~ 500
killsToTier4 = 50
#Range: 1 ~ 100
tier1 = 5
#Range: 1 ~ 100
tier2 = 11
#Range: 1 ~ 100
tier3 = 24
#Range: 1 ~ 100
tier4 = 42
isGlitchArmorCreativeFlightEnabled = false
isGlitchArmorExtraDropsEnabled = true
#Not advised to make false. Datapack for diffrent recipes must be written in order for mod to work correctly
sootedRedstoneCraftingEnabled = true
#Data Model cost (FE/t)
[data_model]
#Range: 1 ~ 6666
blazeCost = 256
#Range: 1 ~ 6666
creeperCost = 80
#Range: 1 ~ 6666
dragonCost = 4096
#Range: 1 ~ 6666
endermanCost = 512
#Range: 1 ~ 6666
ghastCost = 372
#Range: 1 ~ 6666
guardianCost = 340
#Range: 1 ~ 6666
shulkerCost = 512
#Range: 1 ~ 6666
skeletonCost = 80
#Range: 1 ~ 6666
slimeCost = 150
#Range: 1 ~ 6666
spiderCost = 80
#Range: 1 ~ 6666
witchCost = 120
#Range: 1 ~ 6666
witherCost = 2048
#Range: 1 ~ 6666
witherSkeletonCost = 880
#Balance the energy cost of the Loot Fabricator (FE/t)
#Range: 1 ~ 18000
lootFabricatorCost = 256
#Balance the EXP received from using Living Matter Item
[living_matter]
#Range: 0 ~ 999
livingOverworldian = 10
#Range: 0 ~ 999
livingHellish = 14
#Range: 0 ~ 999
livingExtraterrestrial = 20