Skip to content

Commit

Permalink
fixed rock cutter textures and lang
Browse files Browse the repository at this point in the history
  • Loading branch information
Trinsdar committed Dec 14, 2023
1 parent dd8f3fe commit 1b1ba1c
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@


import muramasa.antimatter.AntimatterAPI;
import muramasa.antimatter.Ref;
import muramasa.antimatter.datagen.providers.AntimatterLanguageProvider;
import muramasa.antimatter.item.ItemFluidCell;
import muramasa.antimatter.machine.Tier;
Expand Down Expand Up @@ -71,7 +72,7 @@ protected void english(String domain, String locale) {
super.english(domain, locale);
AntimatterAPI.all(BlockCasing.class, domain).forEach(i -> add(i, lowerUnderscoreToUpperSpaced(i.getId())));
AntimatterAPI.all(ItemIntCircuit.class, domain).forEach(i -> override(i.getDescriptionId(), "Integrated Circuit (" + i.circuitId + ")"));
override(ROCK_CUTTER.getToolStack(NULL, NULL).getItem().getDescriptionId(), "Rock Cutter");
override(Ref.ID, ROCK_CUTTER.getToolStack(NULL, NULL).getItem().getDescriptionId(), "Rock Cutter");
override(GT4RData.StorageDataOrb.getDescriptionId(), "Data Orb");
AntimatterAPI.all(Machine.class, domain).forEach(i -> {
Collection<Tier> tiers = i.getTiers();
Expand Down

0 comments on commit 1b1ba1c

Please sign in to comment.