Skip to content

Commit

Permalink
remove duplicate items (#17298)
Browse files Browse the repository at this point in the history
  • Loading branch information
chochem authored Sep 11, 2024
1 parent 7bc2087 commit f345500
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/railcraft/items.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ items {
B:cart.track.relayer=true
B:cart.undercutter=true
B:cart.work=true
B:dust=true
B:dust=false
B:emblem=true
B:firestone.cracked=true
B:firestone.cut=true
Expand All @@ -53,11 +53,11 @@ items {
B:fluid.steam.bottle=true
B:fuel.coke=true
B:ic2.upgrade.lapotron=true
B:ingot=true
B:nugget=true
B:ingot=false
B:nugget=false
B:part.circuit=true
B:part.gear=true
B:part.plate=true
B:part.plate=false
B:part.rail=true
B:part.railbed=true
B:part.rebar=true
Expand Down

0 comments on commit f345500

Please sign in to comment.