Skip to content

Commit

Permalink
Merge pull request #393 from trainvoi/revert-uraninite
Browse files Browse the repository at this point in the history
Revert "Merge pull request #391 from trainvoi/remove-ore-prop"
  • Loading branch information
bruberu authored Feb 25, 2025
2 parents e98ab79 + 26d5cec commit 803db9f
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,6 @@ private static void changeProperties() {
removeProperty(PropertyKey.ORE, Materials.Soapstone);
removeProperty(PropertyKey.ORE, Materials.Quartzite);
removeProperty(PropertyKey.ORE, Materials.Mica);
removeProperty(PropertyKey.ORE, Materials.Uraninite);
removeProperty(PropertyKey.DUST, Materials.Uraninite);
removeProperty(PropertyKey.FLUID_PIPE, Materials.Lead);
Materials.Lead.setProperty(PropertyKey.FLUID_PIPE, new FluidPipeProperties(1200, 8, true, true, false, false));

Expand Down

0 comments on commit 803db9f

Please sign in to comment.