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

<ERROR> instead of custom / base config waila tooltip #71

Open
AlexGuignard opened this issue Jul 29, 2023 · 0 comments · May be fixed by #72
Open

<ERROR> instead of custom / base config waila tooltip #71

AlexGuignard opened this issue Jul 29, 2023 · 0 comments · May be fixed by #72

Comments

@AlexGuignard
Copy link

AlexGuignard commented Jul 29, 2023

Hi i'm having an issue where even with default configs when i look at a furnace it showns no burn time but instead
I didnt see this issue anywhere in this github
modlist :
modlist.pdf
other question would this work for a custom furnace script ?

<!--Date: 2015/2/8-->
<!--Version: 1.7.10-->
<oo>
    <init>
        function tick2second(n){return parseInt(n/20)}
    </init>
    <tileentity id="Furnace">
        <line displayname="Burn Time">
            return "Cook time : " + tick2second(nbt['BurnTime']) + " | Cooked items : " + nbt['Items'][3]["Count"]<!--Author: EpixZhang-->
        </line>
    </tileentity>
    <entity id="Sheep">
        <line displayname="Until next love">
            tick2second(nbt['InLove'])
        </line>
    </entity>
    <tooltip id="minecraft:skull">
        <line displayname="OwnerName">
            return nbt['SkullOwner']
        </line>
    </tooltip>
</oo>
@AlexGuignard AlexGuignard changed the title <ERROR> <ERROR> instead of custom / base config waila tooltip Jul 29, 2023
@Discreater Discreater linked a pull request Sep 20, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant