Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vulpes library item names fix #2208

Open
DanHoust opened this issue Feb 4, 2025 · 1 comment
Open

Vulpes library item names fix #2208

DanHoust opened this issue Feb 4, 2025 · 1 comment
Labels
Bug A modpack specific bug

Comments

@DanHoust
Copy link

DanHoust commented Feb 4, 2025

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

@DanHoust DanHoust added the Bug A modpack specific bug label Feb 4, 2025
@NielsPilgaard
Copy link
Collaborator

Thanks for the report and fix 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug A modpack specific bug
Projects
None yet
Development

No branches or pull requests

2 participants