EnigmaticaModpacks / Enigmatica6

The official repository and issue-tracker for Enigmatica 6
https://www.curseforge.com/minecraft/modpacks/enigmatica6
242 stars 516 forks source link

[Suggestion] Decoration-safe version of Tinkers Construct seared and scorched blocks #5268

Open juh9870 opened 1 year ago

juh9870 commented 1 year ago

Describe your suggestion

Seared and scorched bricks in Tinkers Construct are tile entities, and so can't be used inside Framed Blocks, don't work correctly with Building Gadgets (replace and delete), and may cause lag issues in large quantities. I've created a kubejs script, that adds non-TE versions of those blocks, that are completely safe for decoration, but can't be used inside a smeltery.

Why would you like this added/changed?

Tbh I just want to use TC blocks with framed blocks

juh9870 commented 1 year ago

Here is download for kubejs files (and item models): tconDecoFix.zip image image image

juh9870 commented 1 year ago

I think, script should also work on 1.18 and 1.19 unless TC dev has changed textures and models locations

MuteTiefling commented 1 year ago

Thanks. I'll have to give it a think. Off hand I feel like this just clutters things up and has the potential to lead to confusion, despite the very blatant tooltips.

NielsPilgaard commented 1 year ago

I think this is a pretty good idea :) The WARNING! on the originals is a tad too ominous though, imo :P

juh9870 commented 1 year ago

Well, text can be easily tweaked in client script

juh9870 commented 1 year ago

But there is one issue: Scorched Stone and Smooth scorched stone are always facing upwards, since kubejs doesn't support log-like blocks in 1.16