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

Custom Pit Kiln Fuels #406

Open
Gliese-832-c opened this issue Nov 18, 2022 · 0 comments
Open

Custom Pit Kiln Fuels #406

Gliese-832-c opened this issue Nov 18, 2022 · 0 comments

Comments

@Gliese-832-c
Copy link

Intro

I suggest the addition of a custom list of items for use as fuel in the pit kiln.

Issue Description

I have added a custom firewood item to my modpack using ContentTweaker. My goal with this is to make it so players have to make use of the Pyrotech chopping block to first turn logs into firewood before they can be used anywhere. This works most of time time, like with various modded furnaces and combustion chambers, including Pyrotech's own kilns. (I just have to add the item as a regular furnace fuel for that.) However, the fire pit always needs full-on logs to be used. I would appreciate it if there was a config that is just an array of item IDs that allows custom items to be used as fuel .

What Happens

Right now you can only use logs as fuel for the pit kiln.

What You Expect to Happen

I would like it to use a custom list of items as fuel for the pit kiln. Something like this, I suppose:

        S:PIT_KILN_FUELS <
            minecraft:coal
            contenttweaker:firewood
            *etc.*
         >

As items don't always have regular shapes, for the in-world rendering, perhaps allow the user to specify a color by doing something like contenttweaker:firewood#FF3800 which will then be applied on top of an oak log. Or just always render default oak logs, I would be happy with that as well, as long as I can use custom items for fuel.

Script

N/A

Crash Log

N/A

Affected Versions

  • Minecraft: 1.12.2
  • Forge: 14.23.5.2860
  • CraftTweaker: 1.12-4.1.20.680
  • Dropt: 1.12.2-1.19.3
  • Pyrotech: 1.12.2-1.6.5
  • Athenaeum: 1.12.2-1.19.5
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

No branches or pull requests

1 participant