Skip to content

Commit

Permalink
remove duplicate snow recipe
Browse files Browse the repository at this point in the history
was added by Oritech by default
  • Loading branch information
MuteTiefling committed Jan 3, 2025
1 parent 365b71c commit a788db2
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions kubejs/server_scripts/recipes/oritech/cooler.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,6 @@
ServerEvents.recipes((event) => {
const id_prefix = 'enigmatica:oritech/cooler/';
const recipes = [
{
fluidInputVariant: 'oritech:still_steam',
fluidInputAmount: 81000,
ingredients: [],
results: [{ id: 'minecraft:snow_block', count: 3 }],
time: 200,
id: `${id_prefix}snow_block`
},
{
fluidInputVariant: 'pneumaticcraft:plastic',
fluidInputAmount: 81000,
Expand Down

0 comments on commit a788db2

Please sign in to comment.