Skip to content
This repository has been archived by the owner on May 26, 2024. It is now read-only.

Cleaning! #881

Merged
merged 29 commits into from
May 22, 2024
Merged
Show file tree
Hide file tree
Changes from 18 commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
8b82edb
Remove fluorite from sandstone references
GTNH-Colen May 14, 2024
db8b0f1
Remove some unused content, rogue useless configs
GTNH-Colen May 14, 2024
b7317d8
Remove more junk
GTNH-Colen May 14, 2024
dd3c63a
Remove more
GTNH-Colen May 14, 2024
3cd32e9
Remove RF converter, I think this is disabled anyway? Or should be?
GTNH-Colen May 14, 2024
c68519a
Opps missed this
GTNH-Colen May 14, 2024
ee88664
Cleaning
GTNH-Colen May 14, 2024
d244b7d
Remove sick blaze, I can't even get this to spawn? The spawn egg also…
GTNH-Colen May 14, 2024
cac8c16
Delete unused Australia textures
GTNH-Colen May 14, 2024
271e057
Unused texture loading
GTNH-Colen May 14, 2024
6ed131f
Bulk remove seemingly unused textures.
GTNH-Colen May 14, 2024
c39c3cf
Remove xpjuice, seemingly no use? Change the localised name of mobess…
GTNH-Colen May 14, 2024
e963a8f
Clean
GTNH-Colen May 14, 2024
14e054a
Unused tooltips
GTNH-Colen May 14, 2024
85168d6
Remove hydrogen blob
GTNH-Colen May 14, 2024
6285887
Spotless apply for branch Cleaning! for #881 (#882)
github-actions[bot] May 14, 2024
959cc22
More cleaning
GTNH-Colen May 14, 2024
a729c3e
Merge remote-tracking branch 'origin/Cleaning!' into Cleaning!
GTNH-Colen May 14, 2024
eeb8bd6
Lots of unused code.
GTNH-Colen May 16, 2024
c3dd25c
Some reflection cleanup
GTNH-Colen May 16, 2024
cf8bcd6
Revert "Remove sick blaze, I can't even get this to spawn? The spawn …
GTNH-Colen May 19, 2024
b61b3fd
Restore random conversion recipes
GTNH-Colen May 19, 2024
8745955
Unused texture
GTNH-Colen May 19, 2024
15fd005
Unused stuff
GTNH-Colen May 19, 2024
ca0485c
Restore some missing textures
GTNH-Colen May 20, 2024
e969b86
Spotless apply for branch Cleaning! for #881 (#883)
github-actions[bot] May 20, 2024
5e78c9e
Conditionally enable xpjuice recipe on OpenBlocks loaded
GTNH-Colen May 20, 2024
865dbc0
Spotless apply for branch Cleaning! for #881 (#884)
github-actions[bot] May 20, 2024
9f6f041
Merge branch 'master' into Cleaning!
Dream-Master May 22, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 0 additions & 3 deletions src/main/java/gtPlusPlus/GTplusplus.java
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,6 @@ public static void loadTextures() {
// Tools
Logger.WARNING("Processing texture: " + TexturesGtTools.ANGLE_GRINDER.getTextureFile().getResourcePath());
Logger.WARNING("Processing texture: " + TexturesGtTools.ELECTRIC_SNIPS.getTextureFile().getResourcePath());
Logger.WARNING("Processing texture: " + TexturesGtTools.ELECTRIC_LIGHTER.getTextureFile().getResourcePath());
Logger.WARNING(
"Processing texture: " + TexturesGtTools.ELECTRIC_BUTCHER_KNIFE.getTextureFile().getResourcePath());

// Blocks
Logger.WARNING(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -260,9 +260,7 @@ private void handleTextures() {

@Override
@SideOnly(Side.CLIENT)
public final void registerBlockIcons(final IIconRegister aRegisterer) {
this.blockIcon = aRegisterer.registerIcon(GTPlusPlus.ID + ":" + "net");
}
public final void registerBlockIcons(final IIconRegister aRegisterer) {}

@Override
public abstract TileEntity createNewTileEntity(final World world, final int p_149915_2_);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ public BlockWitherProof() {
this.setResistance(5000.0F);
this.setHarvestLevel("pickaxe", 3);
this.setStepSound(soundTypeMetal);
// LanguageRegistry.addName(this, "Wither Cage");
GameRegistry.registerBlock(this, Utils.sanitizeString("blockBlackGate"));
}

Expand Down
87 changes: 0 additions & 87 deletions src/main/java/gtPlusPlus/core/client/model/ModelSickBlaze.java

This file was deleted.

96 changes: 0 additions & 96 deletions src/main/java/gtPlusPlus/core/client/renderer/RenderSickBlaze.java

This file was deleted.

89 changes: 0 additions & 89 deletions src/main/java/gtPlusPlus/core/client/renderer/RenderToxinball.java

This file was deleted.

18 changes: 0 additions & 18 deletions src/main/java/gtPlusPlus/core/common/compat/COMPAT_ExtraUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@

import net.minecraft.item.ItemStack;

import gtPlusPlus.core.lib.CORE.ConfigSwitches;
import gtPlusPlus.core.recipe.RECIPES_Tools;
import gtPlusPlus.core.util.minecraft.ItemUtils;
import gtPlusPlus.core.util.minecraft.RecipeUtils;

public class COMPAT_ExtraUtils {

Expand All @@ -16,21 +14,5 @@ public static void OreDict() {

private static void run() {
ItemUtils.getItemForOreDict("ExtraUtilities:bedrockiumIngot", "ingotBedrockium", "Bedrockium Ingot", 0);
// GT_OreDictUnificator.registerOre("plateBedrockium", new ItemStack(ModItems.itemPlateBedrockium));

if (ConfigSwitches.enableAlternativeDivisionSigilRecipe) {
// Division Sigil
RecipeUtils.addShapedRecipe(
"plateNetherStar",
"gemIridium",
"plateNetherStar",
"plateIridium",
RECIPES_Tools.craftingToolHardHammer,
"plateIridium",
"plateNetherStar",
"gemIridium",
"plateNetherStar",
RECIPES_Tools.RECIPE_DivisionSigil);
}
}
}
Loading