Skip to content

Commit

Permalink
fix(recipes): ✏️[Lamp of Cinders] fix shader ingredient to correct
Browse files Browse the repository at this point in the history
  • Loading branch information
Krutoy242 committed Feb 28, 2024
1 parent ec06b5e commit b587971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/mods/twilightforest.zs
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ craft.make(<twilightforest:lamp_of_cinders>, ['pretty',
'i w T',
'■ ■ ■'], {
'': <ore:dustGelidEnderium>, // Gelid Enderium Dust
'i': <twilightforest:shader>.withTag({ shader_type: 'Alpha Yeti' }), // Twilit Shader: Alpha Yeti
'i': <twilightforest:shader>.withTag({ shader_type: 'Hydra' }), // Twilit Shader: Alpha Yeti
'w': <twilightforest:shader>.withTag({ shader_type: 'Snow Queen' }), // Twilit Shader: Snow Queen
'T': <twilightforest:shader>.withTag({ shader_type: 'Ur-Ghast' }), // Twilit Shader: Ur-Ghast
'': <ore:blockAlubrass>, // Block of Aluminum Brass
Expand Down

0 comments on commit b587971

Please sign in to comment.