Blaze Burner does not get "super-heated" when using Blaze Cake
igortsouz opened this issue · 19 comments
Blaze Burner does not get "super-heated" when using Blaze Cake, being unable to proceed to produce Steel
actually you can use fuel buckets to get super heated, not just the creative cake. However do not use a straw on the burner as that instantly crashes the game
I'm having the same issue. Blaze cakes instead set the blaze burner to maximum time duration of normal heating. Super-heated is only obtainable using the creative blaze cake.
I have the same problem. Boring that it's the way for me to have more progression. Example: I need that blue burner to do ENGINE. :-(
And it is not possible to continue chapter 4 and pass the mission "Iron but slightly harder, I reckon" (where you must do Steel ingot)
Possible cause, in kubejs startup.js
:
event.modify('create:blaze_cake', item => {
item.burnTime = 50000
})
Confirmed to be something within kubejs scripts
Mg, how do I compile the code after modification to test in game, any tutorial for that?
Call us Madeline, we just have links we can't be bothered to change that point to github pages so that we can't really change the username.
You don't compile the code, you just make your changes to the js scripts under .minecraft/kubejs/
and then restart the game.
Actually-- it's not kubejs, no idea what went wrong in my reproduction step but it's not kubejs, we found another suspicious part tho.
Suspicion: minecraft/global_packs/required_data/zLaky Core/data/create/tags/items/blaze_burner_fuel/special.json
Thanks Madeline, the minecraft/global_packs/required_data/zLaky Core/data/create/tags/items/blaze_burner_fuel/special.json
, It appears to be something to set the burn through the bucket fuel. but I managed to get a slight idea of how the modifications are made in the modpack, having a little time I'll take a look here later
We haven't gotten to the point to make steel yet. Is there any point in quest where you need to make Blaze Cakes for super heating?
We were able to do almost everything in the modpack right up until this quest to make steel, we wanted to do it to see what else is in the modpack.
Yep. Change it to
{"replace":false,"values":["ad_astra:fuel_bucket"]}
Did you find the Solution??
Yes, change the file content to that if you want to use Blaze Cakes.
I can't seem to find any presence in the quest book telling you that, though, it appears you're simply suggested to use fuel buckets?
@Laskyyy Some clarification on if fuel buckets are intended to be the only super heating source?
NIceee, I managed to use this modification
With this change apparently removes the modification of this item that was placed, allowing the use of the blaze cake!
Yes, change the file content to that if you want to use Blaze Cakes.
I can't seem to find any presence in the quest book telling you that, though, it appears you're simply suggested to use fuel buckets?
@Laskyyy Some clarification on if fuel buckets are intended to be the only super heating source?