Enigmatica 2: Expert - E2E

Enigmatica 2: Expert - E2E

2M Downloads

Vulpes library item names fix

DanHoust opened this issue ยท 1 comments

commented

Modpack Version

1.90h

Describe your issue.

Dilithium shows up as material.Dilithium.name Crystal or material.Dilithium.name Ore. The battery shows up as item.battery.0.name and item.battery.1.name. Can be solved via CraftTweaker with the following lines of code in any script (I added it to AdvancedRocketry.zs)

# Add names to dilithium and batteries from LibVulpes
	<libvulpes:ore0>.displayName = "Dilithium";
	<libvulpes:battery:0>.displayName = "Battery";
	<libvulpes:battery:1>.displayName = "Two Batteries"; # Wasn't sure what to call it but it literally just looks like two batteries.

Crash Report

No response

Latest Log

No response

Have you modified the modpack?

No

User Modifications

No response

Did the issue happen in singleplayer or on a server?

Singleplayer

Discord Username

TehEpicDan

commented

Thanks for the report and fix ๐Ÿ‘