Skip to content

Commit

Permalink
Fixes #1641
Browse files Browse the repository at this point in the history
  • Loading branch information
NielsPilgaard committed Apr 13, 2020
1 parent 7c2785a commit 1be1195
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scripts/BiomesOPlenty.zs
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@ import mods.jei.JEI.removeAndHide as rh;
#modloaded biomesoplenty
print("--- loading BiomesOPlenty.zs ---");

# Poison bucket recipe fix (bucket could be duped)
recipes.remove(<forge:bucketfilled>.withTag({FluidName: "poison", Amount: 1000}));
recipes.addShapeless("biomesoplenty_forge_bucketfilled_poison_dupefix", <forge:bucketfilled>.withTag({FluidName: "poison", Amount: 1000}),
[<minecraft:water_bucket>.noReturn(), <minecraft:spider_eye:*>, <minecraft:poisonous_potato:*>, <minecraft:sugar:*>]);

# Terrestrial Artifact
<biomesoplenty:terrestrial_artifact>.maxStackSize = 64;

Expand Down

0 comments on commit 1be1195

Please sign in to comment.