aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/gregtech/api
diff options
context:
space:
mode:
authorConnor-Colenso <52056774+Connor-Colenso@users.noreply.github.com>2024-08-27 22:24:31 +0100
committerGitHub <noreply@github.com>2024-08-27 23:24:31 +0200
commit55a6ac375cd21584aef3d38e4770d9961f2bddb3 (patch)
treedfee89e168156da884bb3d0a0b82a7f6bc616b0d /src/main/java/gregtech/api
parent4908d5967c3dfeff5616c65144e701859b9e30a2 (diff)
downloadGT5-Unofficial-55a6ac375cd21584aef3d38e4770d9961f2bddb3.tar.gz
GT5-Unofficial-55a6ac375cd21584aef3d38e4770d9961f2bddb3.tar.bz2
GT5-Unofficial-55a6ac375cd21584aef3d38e4770d9961f2bddb3.zip
Bartworks cleaning (#2951)
* Remove added by bartworks from every single item * Fix germanglish * Works * Clean up a little * Ok, spiralled a little but hopefully worth it... * Spotless * Less "added by" * Clean up tooltips somewhat * more cleanups * Bit more cleaning * Spotless * Reduce random glass crap * Get rid of destructopack (useless) * Magneto work * Further refactor/cleanup * Move Boro tags to materials * Attempt fix * No longer needed * Go away * Rename * Remove dead recipes * Spotless apply for branch bartTooltips for #2951 (#2952) spotlessApply Co-authored-by: GitHub GTNH Actions <> * Add warded glass to HV * remove ignored --------- Co-authored-by: Connor Colenso <colen@CONNORSPC> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Martin Robertz <dream-master@gmx.net> Co-authored-by: boubou19 <miisterunknown@gmail.com>
Diffstat (limited to 'src/main/java/gregtech/api')
-rw-r--r--src/main/java/gregtech/api/enums/Materials.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/java/gregtech/api/enums/Materials.java b/src/main/java/gregtech/api/enums/Materials.java
index e5f9991236..478187cb8f 100644
--- a/src/main/java/gregtech/api/enums/Materials.java
+++ b/src/main/java/gregtech/api/enums/Materials.java
@@ -2354,6 +2354,8 @@ public class Materials implements IColorModulationContainer, ISubTagContainer {
Concrete.add(SubTag.STONE, SubTag.NO_SMASHING, SubTag.SMELTING_TO_FLUID);
ConstructionFoam.add(SubTag.STONE, SubTag.NO_SMASHING, SubTag.EXPLOSIVE, SubTag.NO_SMELTING);
ReinforceGlass.add(SubTag.CRYSTAL, SubTag.NO_SMASHING, SubTag.SMELTING_TO_FLUID);
+ BorosilicateGlass.add(SubTag.CRYSTAL, SubTag.NO_SMASHING, SubTag.NO_RECYCLING, SubTag.SMELTING_TO_FLUID);
+
Redstone.add(
SubTag.STONE,
SubTag.NO_SMASHING,