Skip to content

Commit

Permalink
build: 🚧 Dev Environment changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Krutoy242 committed Sep 16, 2024
1 parent af30f3f commit f80659c
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 68 deletions.
11 changes: 10 additions & 1 deletion dev/TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@
- [ ] Add when fixed https://github.com/Invadermonky/MagicultureIntegrations/issues/4
- [ ] transormation powder turn fox into foxhound
- [ ] Integrate https://www.curseforge.com/minecraft/mc-mods/customfishing
- [ ] Integrate `Fluid Interaction Tweaker`
- [ ] 📖 Reward proper tank in Skyblock Quests before treated wood
- [ ] 🚧 TconScript: account trait "value" in resulted power
- [ ] 📖 Add `Ctrl+F5` hotkey info
- [ ] 📖 Add note about disabling placement logic
- [ ] 📖 Find how to work with Modrinth and install https://modrinth.com/mod/hit-indication
- [ ] 🕰️ Make Timewood Clock function unstackable
- [ ] 🟢 Add and integrate https://legacy.curseforge.com/minecraft/mc-mods/villager-contracts
- [ ] 📖 fix stellar set reward random

---

Expand Down Expand Up @@ -80,7 +89,7 @@ Planned non-urgent changes, or just good ideas:
- [ ] ✏️ Milk Questing Ram to color essence
- [ ] 🔄 Add `Cow Hacker` feature. Buff cow with 2-3 special potions based on their UUID to turn it into drop generator.
- [ ] ✏️ Dragon Ice better craft isages
- [ ] ✏️ Fish rework: All automated fishing options way harder to make sense of manual fishing. All fish usages lower
- [ ] ✏️ Fish rework: All automated fishing options way harder to make sense of manual fishing. All fish usages lower. Add `Fish Singularity`.
- [ ] ✏️ Add `Meat Singularity`
- [ ] 🔨 Ironwood Add material. Drop Armor from mobs on hit

Expand Down
120 changes: 60 additions & 60 deletions dev/benchmarks/latest.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@

<p align="center" style="font-size:160%;">
MC total load time:<br>
289.89 sec
284.61 sec
<br>
<sup><sub>(
4:49 min
4:44 min
)</sub></sup>
</p>

Expand All @@ -20,8 +20,8 @@ MC total load time:<br>
type: 'horizontalBar',
data: {
datasets: [
{label: 'MODS:', data: [107.79]},
{label: 'FML stuff:', data: [182.10]}
{label: 'MODS:', data: [111.54]},
{label: 'FML stuff:', data: [173.07]}
]
},
options: {
Expand Down Expand Up @@ -60,30 +60,30 @@ MC total load time:<br>
},
data: {...
`
813e81 5.46s OpenComputers;
8f304e 5.12s Astral Sorcery;
a651a8 4.10s IndustrialCraft 2;
516fa8 4.06s Ender IO;
cd922c 3.39s NuclearCraft;
3eba85 2.71s Just Enough Magiculture;
213664 2.66s Forestry;
5161a8 2.24s CraftTweaker2;
495797 9.96s CraftTweaker2 (Script Loading);
a86e51 2.21s Extra Utilities 2;
ba3eb8 2.10s Cyclic;
308f7e 2.05s Quark: RotN Edition;
8f4d30 1.94s Open Terrain Generator;
3e8160 1.93s The Twilight Forest;
436e17 1.89s Integrated Dynamics;
3eb2ba 1.61s Botania;
8c2ccd 1.61s Immersive Engineering;
5a352c 1.57s Shadowfacts' Forgelin;
649e21 1.48s OpenBlocks;
61176e 1.43s Ice and Fire;
3e68ba 1.37s AE2 Unofficial Extended Life;
444444 10.42s 9 Other mods;
333333 38.33s 125 'Fast' mods (load 1.0s - 0.1s);
222222 8.11s 306 'Instant' mods (load %3C 0.1s)
8f304e 5.29s Astral Sorcery;
813e81 5.11s OpenComputers;
a651a8 4.45s IndustrialCraft 2;
516fa8 4.43s Ender IO;
cd922c 3.83s NuclearCraft;
5161a8 2.78s CraftTweaker2;
495797 9.20s CraftTweaker2 (Script Loading);
213664 2.71s Forestry;
308f7e 2.15s Quark: RotN Edition;
ba3eb8 2.14s Cyclic;
436e17 2.10s Integrated Dynamics;
3e8160 1.99s The Twilight Forest;
3eba85 1.99s Just Enough Magiculture;
8f4d30 1.93s Open Terrain Generator;
a86e51 1.82s Extra Utilities 2;
3eb2ba 1.65s Botania;
8c2ccd 1.64s Immersive Engineering;
5a352c 1.45s Shadowfacts' Forgelin;
61176e 1.44s Ice and Fire;
649e21 1.44s OpenBlocks;
814a3e 1.42s RFTools;
444444 12.91s 11 Other mods;
333333 39.30s 131 'Fast' mods (load 1.0s - 0.1s);
222222 7.59s 296 'Instant' mods (load %3C 0.1s)
`
.split(';').reduce((a, l) => {
l.match(/(\w{6}) *(\d*\.\d*)s (.*)/)
Expand Down Expand Up @@ -153,18 +153,18 @@ ba3eb8 2.10s Cyclic;
.forEach(([name]) => a.datasets.push({ label: name, data: [] }));
`
1 2 3 4 5 6 7 8 ;
OpenComputers | 0.14| 0.00| 3.11| 2.21| 0.00| 0.00| 0.00| 0.00;
Astral Sorcery | 0.17| 0.00| 4.31| 0.64| 0.00| 0.00| 0.00| 0.00;
IndustrialCraft 2 | 0.49| 0.00| 2.96| 0.64| 0.00| 0.00| 0.00| 0.00;
Ender IO | 1.42| 0.00| 2.42| 0.22| 0.00| 0.00| 0.00| 0.00;
NuclearCraft | 1.18| 0.00| 1.96| 0.25| 0.00| 0.00| 0.00| 0.00;
Just Enough Magiculture | 0.09| 0.00| 0.00| 2.62| 0.00| 0.00| 0.00| 0.00;
Forestry | 0.43| 0.00| 1.77| 0.46| 0.00| 0.00| 0.00| 0.00;
CraftTweaker2 | 0.09| 0.00| 2.15| 0.00| 0.00| 0.00| 0.00| 0.00;
Extra Utilities 2 | 0.03| 0.00| 2.16| 0.02| 0.00| 0.00| 0.00| 0.00;
Cyclic | 0.05| 0.01| 1.57| 0.48| 0.00| 0.00| 0.00| 0.00;
Quark: RotN Edition | 0.02| 0.00| 1.92| 0.11| 0.00| 0.00| 0.00| 0.00;
Open Terrain Generator | 0.04| 0.00| 0.00| 1.90| 0.00| 0.00| 0.00| 0.00
Astral Sorcery | 0.19| 0.00| 4.47| 0.63| 0.00| 0.00| 0.00| 0.00;
OpenComputers | 0.14| 0.00| 3.39| 1.58| 0.00| 0.00| 0.00| 0.00;
IndustrialCraft 2 | 0.66| 0.00| 3.19| 0.59| 0.00| 0.00| 0.00| 0.00;
Ender IO | 1.24| 0.00| 2.87| 0.32| 0.00| 0.00| 0.00| 0.00;
NuclearCraft | 1.17| 0.00| 2.42| 0.24| 0.00| 0.00| 0.00| 0.00;
CraftTweaker2 | 0.21| 0.00| 2.57| 0.00| 0.00| 0.00| 0.00| 0.00;
Forestry | 0.33| 0.00| 2.01| 0.37| 0.00| 0.00| 0.00| 0.00;
Quark: RotN Edition | 0.02| 0.00| 2.04| 0.09| 0.00| 0.00| 0.00| 0.00;
Cyclic | 0.06| 0.00| 1.66| 0.42| 0.00| 0.00| 0.00| 0.00;
Integrated Dynamics | 0.15| 0.00| 1.91| 0.04| 0.00| 0.00| 0.00| 0.00;
The Twilight Forest | 0.65| 0.00| 1.20| 0.14| 0.00| 0.00| 0.00| 0.00;
Just Enough Magiculture | 0.09| 0.00| 0.00| 1.89| 0.00| 0.00| 0.00| 0.00
`
.split(';').slice(1)
.map(l => l.split('|').map(s => s.trim()))
Expand Down Expand Up @@ -195,22 +195,22 @@ Open Terrain Generator | 0.04| 0.00| 0.00| 1.90| 0.00| 0.00| 0.00| 0.00
}]
};
`
1.86: jeresources.jei.JEIConfig;
0.99: com.rwtema.extrautils2.crafting.jei.XUJEIPlugin;
0.54: crazypants.enderio.machines.integration.jei.MachinesPlugin;
0.49: mezz.jei.plugins.vanilla.VanillaPlugin;
0.44: com.buuz135.industrial.jei.JEICustomPlugin;
0.40: ic2.jeiIntegration.SubModule;
0.28: nc.integration.jei.NCJEI;
0.27: crazypants.enderio.base.integration.jei.JeiPlugin;
0.23: knightminer.tcomplement.plugin.jei.JEIPlugin;
0.21: cofh.thermalexpansion.plugins.jei.JEIPluginTE;
0.16: com.buuz135.thaumicjei.ThaumcraftJEIPlugin;
0.13: ninjabrain.gendustryjei.GendustryJEIPlugin;
0.13: crafttweaker.mods.jei.JEIAddonPlugin;
0.12: lach_01298.qmd.jei.QMDJEI;
0.08: forestry.factory.recipes.jei.FactoryJeiPlugin;
1.46: Other 124 Plugins
2.74: jeresources.jei.JEIConfig;
0.93: com.rwtema.extrautils2.crafting.jei.XUJEIPlugin;
0.59: crazypants.enderio.machines.integration.jei.MachinesPlugin;
0.49: com.buuz135.industrial.jei.JEICustomPlugin;
0.42: mezz.jei.plugins.vanilla.VanillaPlugin;
0.39: ic2.jeiIntegration.SubModule;
0.38: knightminer.tcomplement.plugin.jei.JEIPlugin;
0.31: nc.integration.jei.NCJEI;
0.24: cofh.thermalexpansion.plugins.jei.JEIPluginTE;
0.18: com.buuz135.thaumicjei.ThaumcraftJEIPlugin;
0.18: ninjabrain.gendustryjei.GendustryJEIPlugin;
0.16: crazypants.enderio.base.integration.jei.JeiPlugin;
0.12: crafttweaker.mods.jei.JEIAddonPlugin;
0.11: thelm.packagedauto.integration.jei.PackagedAutoJEIPlugin;
0.11: net.bdew.jeibees.BeesJEIPlugin;
1.80: Other 124 Plugins
`
.split(';')
.map(l => l.split(':'))
Expand Down Expand Up @@ -247,7 +247,7 @@ Open Terrain Generator | 0.04| 0.00| 0.00| 1.90| 0.00| 0.00| 0.00| 0.00
font: {size: 18}
},
{
text: [182.10,'s'].join(''),
text: [173.07,'s'].join(''),
color: 'rgba(128, 128, 128, 1)',
font: {size: 22}
}
Expand All @@ -267,9 +267,9 @@ Open Terrain Generator | 0.04| 0.00| 0.00| 1.90| 0.00| 0.00| 0.00| 0.00
}]
};
`
993A00 0.35s Loading sounds;
994400 0.43s Loading Resource - SoundHandler;
444444 181.32s Other
993A00 0.46s Loading sounds;
994400 0.50s Loading Resource - SoundHandler;
444444 172.11s Other
`
.split(';')
.map(l => l.match(/(\w{6}) *(\d*\.\d*)s (.*)/))
Expand Down
12 changes: 6 additions & 6 deletions dev/tools/unresolved-errors.log
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,6 @@ java.nio.file.NoSuchFileException: E:\mc\packs\E2EE-Java22\.minecraft\mods\OpenC
[Client thread/WARN] [FML]: Mod scalar has been disabled through configuration
[Client thread/WARN] [mixin]: Reference map 'mixins.thaumicenergistics.refmap.json' for mixins.thaumicenergistics.late.json could not be read. If this is a development environment you can ignore this message
[Client thread/WARN] [mixin]: Static binding violation: PRIVATE @Overwrite method func_76615_h in mixins.alfheim.json:ChunkMixin from mod unknown-owner cannot reduce visibiliy of PUBLIC target method, visibility will be upgraded.
[Client thread/WARN] [mixin]: Mixin apply for mod unknown-owner failed mixins.customfishing.json:MixinNetHandlerPlayClient from mod unknown-owner -> net.minecraft.client.network.NetHandlerPlayClient: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException Invalid descriptor on mixins.customfishing.json:MixinNetHandlerPlayClient from mod unknown-owner->@Inject::handleSpawnObject(Lnet/minecraft/network/play/server/SPacketSpawnObject;)V! Expected (Lnet/minecraft/network/play/server/SPacketSpawnObject;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V but found (Lnet/minecraft/network/play/server/SPacketSpawnObject;)V [ -> Inject -> mixins.customfishing.json:MixinNetHandlerPlayClient from mod unknown-owner->@Inject::handleSpawnObject(Lnet/minecraft/network/play/server/SPacketSpawnObject;)V]
org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: Invalid descriptor on mixins.customfishing.json:MixinNetHandlerPlayClient from mod unknown-owner->@Inject::handleSpawnObject(Lnet/minecraft/network/play/server/SPacketSpawnObject;)V! Expected (Lnet/minecraft/network/play/server/SPacketSpawnObject;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V but found (Lnet/minecraft/network/play/server/SPacketSpawnObject;)V [ -> Inject -> mixins.customfishing.json:MixinNetHandlerPlayClient from mod unknown-owner->@Inject::handleSpawnObject(Lnet/minecraft/network/play/server/SPacketSpawnObject;)V]
at org.spongepowered.asm.mixin.injection.callback.CallbackInjector.inject(CallbackInjector.java:559) ~[sponge-mixin-0.20.6+mixin.0.8.7.jar:0.20.6+mixin.0.8.7]
at org.spongepowered.asm.mixin.injection.callback.CallbackInjector.inject(CallbackInjector.java:489) ~[sponge-mixin-0.20.6+mixin.0.8.7.jar:0.20.6+mixin.0.8.7]
at org.spongepowered.asm.mixin.injection.code.Injector.inject(Injector.java:284) ~[sponge-mixin-0.20.6+mixin.0.8.7.jar:0.20.6+mixin.0.8.7]
[...]
[Client thread/WARN] [net.minecraft.network.datasync.EntityDataManager]: defineId called for: class net.minecraft.entity.item.EntityMinecartFurnace from class com.lothrazar.cyclicmagic.item.minecart.EntityGoldFurnaceMinecart
[Client thread/WARN] [net.minecraft.network.datasync.EntityDataManager]: defineId called for: class net.minecraft.entity.monster.EntitySlime from class teamroots.emberroot.entity.slime.EntityRainbowSlime
[Client thread/WARN] [net.minecraft.network.datasync.EntityDataManager]: defineId called for: class malte0811.industrialwires.entities.EntityBrokenPart from class malte0811.industrialwires.IndustrialWires
Expand Down Expand Up @@ -143,4 +137,10 @@ java.lang.NullPointerException: Cannot invoke "net.minecraft.entity.player.Entit
at net.silentchaos512.scalinghealth.utils.SHPlayerDataHandler.getKey(SHPlayerDataHandler.java:103) ~[SHPlayerDataHandler.class:?]
at net.silentchaos512.scalinghealth.utils.SHPlayerDataHandler.get(SHPlayerDataHandler.java:69) ~[SHPlayerDataHandler.class:?]
at xyz.tcreopargh.ctintegration.scalinghealth.DifficultyManager.getDifficulty(DifficultyManager.java:63) ~[DifficultyManager.class:1.8.0]
[...]
[Client thread/WARN] [mixin]: Mixin apply for mod unknown-owner failed mixins.customfishing.json:MixinNetHandlerPlayClient from mod unknown-owner -> net.minecraft.client.network.NetHandlerPlayClient: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException Invalid descriptor on mixins.customfishing.json:MixinNetHandlerPlayClient from mod unknown-owner->@Inject::handleSpawnObject(Lnet/minecraft/network/play/server/SPacketSpawnObject;)V! Expected (Lnet/minecraft/network/play/server/SPacketSpawnObject;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V but found (Lnet/minecraft/network/play/server/SPacketSpawnObject;)V [ -> Inject -> mixins.customfishing.json:MixinNetHandlerPlayClient from mod unknown-owner->@Inject::handleSpawnObject(Lnet/minecraft/network/play/server/SPacketSpawnObject;)V]
org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: Invalid descriptor on mixins.customfishing.json:MixinNetHandlerPlayClient from mod unknown-owner->@Inject::handleSpawnObject(Lnet/minecraft/network/play/server/SPacketSpawnObject;)V! Expected (Lnet/minecraft/network/play/server/SPacketSpawnObject;Lorg/spongepowered/asm/mixin/injection/callback/CallbackInfo;)V but found (Lnet/minecraft/network/play/server/SPacketSpawnObject;)V [ -> Inject -> mixins.customfishing.json:MixinNetHandlerPlayClient from mod unknown-owner->@Inject::handleSpawnObject(Lnet/minecraft/network/play/server/SPacketSpawnObject;)V]
at org.spongepowered.asm.mixin.injection.callback.CallbackInjector.inject(CallbackInjector.java:559) ~[sponge-mixin-0.20.6+mixin.0.8.7.jar:0.20.6+mixin.0.8.7]
at org.spongepowered.asm.mixin.injection.callback.CallbackInjector.inject(CallbackInjector.java:489) ~[sponge-mixin-0.20.6+mixin.0.8.7.jar:0.20.6+mixin.0.8.7]
at org.spongepowered.asm.mixin.injection.code.Injector.inject(Injector.java:284) ~[sponge-mixin-0.20.6+mixin.0.8.7.jar:0.20.6+mixin.0.8.7]
[...]
2 changes: 1 addition & 1 deletion mc-tools

0 comments on commit f80659c

Please sign in to comment.