Skip to content

Commit

Permalink
fix #55
Browse files Browse the repository at this point in the history
  • Loading branch information
screret committed Oct 10, 2024
1 parent e402089 commit 26c4f06
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 3 deletions.
2 changes: 1 addition & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencyResolutionManagement {
def macheteVersion = "1.+"
def configurationVersion = "2.2.0"
def gtCeuVersion = "1.4.4"
def ldLibVersion = "1.0.28.c"
def ldLibVersion = "1.0.29.a"
def mixinExtrasVersion = "0.2.0"
def mixinVersion = "0.8.6-SNAPSHOT"

Expand Down
1 change: 0 additions & 1 deletion src/generated/resources/assets/gcyr/lang/en_ud.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@
"item.gcyr.space_helmet": "ʇǝɯןǝH ǝɔɐdS",
"item.gcyr.space_leggings": "sbuıbbǝꞀ ǝɔɐdS",
"item.gcyr.space_station_package": "ǝbɐʞɔɐԀ uoıʇɐʇS ǝɔɐdS",
"item.minecraft.smithing_template": "ǝʇɐןdɯǝ⟘ buıɥʇıɯS ǝpɐɹbd∩ ǝɔɐdS",
"key.categories.gcyr": "ʎɹʇǝʞɔoᴚ ʎʇıןɐɔıbǝɹ⅁",
"key.startRocket": "ʎʇıʇuƎʇǝʞɔoᴚ ʇɹɐʇS",
"level.gcyr.mars": "sɹɐW",
Expand Down
1 change: 0 additions & 1 deletion src/generated/resources/assets/gcyr/lang/en_us.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@
"item.gcyr.space_helmet": "Space Helmet",
"item.gcyr.space_leggings": "Space Leggings",
"item.gcyr.space_station_package": "Space Station Package",
"item.minecraft.smithing_template": "Space Upgrade Smithing Template",
"key.categories.gcyr": "Gregicality Rocketry",
"key.startRocket": "Start RocketEntity",
"level.gcyr.mars": "Mars",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"values": [
"gcyr:bisalloy_400_bucket",
"gcyr:molten_bisalloy_400_bucket",
"gcyr:chromic_acid_bucket",
"gcyr:trinaquadalloy_bucket",
"gcyr:molten_trinaquadalloy_bucket",
"gcyr:cobalt_bromide_bucket",
"gcyr:manganese_bromide_bucket",
"gcyr:manganese_acetate_bucket",
"gcyr:hydrobromic_acid_bucket",
"gcyr:co_mn_br_catalyst_bucket",
"gcyr:fiberglass_bucket",
"gcyr:pyrometillic_dianhydride_bucket",
"gcyr:durene_bucket",
"gcyr:dimethylformamide_bucket",
"gcyr:oxydianiline_bucket",
"gcyr:oxydianiline_sludge_bucket",
"gcyr:kapton_k_bucket",
"gcyr:para_xylene_bucket",
"gcyr:bis_trichloromethyl_benzene_bucket",
"gcyr:therephthalic_acid_bucket",
"gcyr:terephthaloyl_chloride_bucket",
"gcyr:nitroaniline_bucket",
"gcyr:para_phenylenediamine_bucket",
"gcyr:para_aramid_bucket"
]
}
3 changes: 3 additions & 0 deletions src/main/java/argent_matter/gcyr/common/data/GCYRItems.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
import argent_matter.gcyr.data.recipe.GCYRTags;
import com.gregtechceu.gtceu.api.item.ComponentItem;
import com.gregtechceu.gtceu.api.item.component.IItemComponent;
import com.tterrag.registrate.providers.ProviderType;
import com.tterrag.registrate.util.entry.ItemEntry;
import com.tterrag.registrate.util.nullness.NonNullBiConsumer;
import com.tterrag.registrate.util.nullness.NonNullConsumer;
import net.minecraft.ChatFormatting;
import net.minecraft.Util;
Expand Down Expand Up @@ -132,6 +134,7 @@ public class GCYRItems {
Component.translatable(Util.makeDescriptionId("item", GCYR.id("smithing_template.space_upgrade.additions_slot_description"))),
SmithingTemplateItem.createTrimmableArmorIconList(),
SmithingTemplateItem.createTrimmableArmorIconList()))
.setData(ProviderType.LANG, NonNullBiConsumer.noop())
.register();

// endregion
Expand Down

0 comments on commit 26c4f06

Please sign in to comment.