ThePython10110 / ExchangeClone

Equivalent Exchange/ProjectE for Minetest Game and MineClone2/Mineclonia
https://github.com/ThePython10110/ExchangeClone/wiki
GNU General Public License v3.0
3 stars 2 forks source link

[Bug] mt-mods/technic missing energy values in MineClone2 #13

Closed programmerjake closed 9 months ago

programmerjake commented 9 months ago

Describe the bug mt-mods/technic just added MineClone2 support, ExchangeClone doesn't give energy values to items from technic when playing with MineClone2.

Expected behavior Technic things such as Chromium Ingot have an energy value.

Game (e.g. Minetest Game) MineClone2 0.86.2

Reproduction Steps Get latest Git version of https://github.com/mt-mods/technic (not yet on ContentDB as of writing) Create world with MineClone2. Enable pipeworks, basic_materials, and the exchangeclone modpack. Enable technic_worldgen and technic mods (the whole modpack doesn't work yet last I checked, just those two mods, which are enough to use it) Start game Get some chromium/uranium/sulfur/etc., cook into ingots where applicable. Observe that they don't have any energy values.

programmerjake commented 9 months ago

an additional bug I spotted: iron/gold nuggets often have a much larger energy value than the corresponding ingots, but this seems to be somewhat random each time the world is started. this may require mods other than just ExchangeClone to be enabled...maybe a mod loading order issue?

ThePython10110 commented 9 months ago

I guess I just forgot that Technic worked in MCL. The iron nuggets are due to the fact that the energy value for iron ingots is automatically generated, meaning that on the first iteration, iron nuggets get the energy value of the cheapest available recipe, which happens to be a random piece of chain armor. I'm not sure about the gold nuggets (and can't really reproduce it). This should be fixed now.