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

[Question] Is there a way to have the 3D Chains effect from Vanilla Tweaks apply to this mod's lanterns? #40

Open
LessThanBenji opened this issue Mar 19, 2024 · 1 comment
Labels
question Further information is requested

Comments

@LessThanBenji
Copy link

LessThanBenji commented Mar 19, 2024

Question:

If you're not familiar, Vanilla Tweaks offers a "3D Chains" pack that uses .json files in assets/minecraft/models/block to make Chains (including the Chain-parts attached to the tops of Lanterns) appear 3D. It reuses the existing Chain textures to create the effect. I'm wondering how this effect could be applied to this mod's Chains and Lanterns (obviously using all the different Chain textures on the applicable Lanterns -- ie. the Amethyst Chain texture on the Amethyst Lantern, etc.). I've had a fiddle around already but haven't been able to figure it out -- the solution's probably really simple and staring me in the face.

The 3D Chains pack can be found at https://vanillatweaks.net/picker/resource-packs, under "3D" (I'm trying to do this in 1.20.1 in particular, but any solution would most likely work across versions I'd assume).

I've attached some screenshots showing the effect applied to the default Chain and Lantern in comparison with two regular 2D counterparts.

This is purely out of curiosity and for fun! Absolutely no rush/pressure/etc.. The mod itself is epic regardless.

2024-03-19_23 29 07
2024-03-19_23 29 28
2024-03-19_23 29 39

@LessThanBenji LessThanBenji added the question Further information is requested label Mar 19, 2024
@SuperMartijn642
Copy link
Owner

Here are the three models used for the lanterns by Additional Lanterns: https://github.com/SuperMartijn642/AdditionalLanterns/tree/forge-1.16/src/main/resources/assets/additionallanterns/models/block.
They pretty much just correspond to the ones vanilla uses. You'd have to overwrite those models with a resource pack, the same way Vanilla Tweaks overwrites the vanilla models.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants