You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there's no method for crafting every unlit item inside of the inventory. In order to fix this inconvenience, I want to implement a matchbox that be can be crafted with red phosphorus, wood, and paper.
This involves creating several items and blocks:
Phosphorite Ore Block
Phosphorite Chunk
Red Phosphorus
Matchbox
The text was updated successfully, but these errors were encountered:
While you're working on this, I have created a viable working solution using CraftTweaker's script system. I am mostly making this post for people looking for an elegant way to do this in their current ongoing playthrough; I have been using this mod for a couple of years now, and the fact that I could never quite make use of the dynamic light system shaders (or LambDynamicLights) provided - like Realistic Torches - always bothered me.
You need to install CraftTweaker, and make a new .zs file named whatever you want inside the scripts folder in the main game directory. Copy and paste the following syntax into the file, then save your changes:
Launch the game. Alternatively, if you were already in-game, use the /reload command. You should now be able to place a torch or a lantern alongside flint and steel anywhere in your crafting grid, and that will create a lit torch or a lantern respectively. The flint and steel degrades as if you used it on a regular extinguished item, and so do the torch / lantern once placed.
Currently there's no method for crafting every unlit item inside of the inventory. In order to fix this inconvenience, I want to implement a matchbox that be can be crafted with red phosphorus, wood, and paper.
This involves creating several items and blocks:
The text was updated successfully, but these errors were encountered: