Skip to content

Commit

Permalink
Merge pull request #3728 from MuteTiefling/tallow-fix
Browse files Browse the repository at this point in the history
Fix Tallow/Leather Conflict in Redstone Furnace
  • Loading branch information
MuteTiefling committed Nov 14, 2021
2 parents fa304c5 + c8c5643 commit 885712e
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -2,8 +2,8 @@ onEvent('recipes', (event) => {
const id_prefix = 'enigmatica:base/minecraft/blasting/';
const recipes = [
{
input: 'minecraft:rotten_flesh',
output: 'occultism:tallow',
input: 'architects_palette:rotten_flesh_block',
output: Item.of('9x occultism:tallow'),
xp: 0.5,
id: `${id_prefix}tallow_from_flesh`
},
Expand Down

0 comments on commit 885712e

Please sign in to comment.