-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove unused mixin * Update to 24w10a * Update sparse stuff
- Loading branch information
Showing
8 changed files
with
10 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
25 changes: 0 additions & 25 deletions
25
...wood-api-v1/src/main/java/com/terraformersmc/terraform/sign/SpriteIdentifierRegistry.java
This file was deleted.
Oops, something went wrong.
22 changes: 0 additions & 22 deletions
22
...i-v1/src/main/java/com/terraformersmc/terraform/sign/mixin/MixinTexturedRenderLayers.java
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 0 additions & 6 deletions
6
...i-v1/src/testmod/java/com/terraformersmc/terraform/wood/test/TerraformWoodTestClient.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,13 @@ | ||
package com.terraformersmc.terraform.wood.test; | ||
|
||
import com.terraformersmc.terraform.boat.api.client.TerraformBoatClientHelper; | ||
import com.terraformersmc.terraform.sign.SpriteIdentifierRegistry; | ||
|
||
import net.fabricmc.api.ClientModInitializer; | ||
import net.minecraft.client.render.TexturedRenderLayers; | ||
import net.minecraft.client.util.SpriteIdentifier; | ||
|
||
public class TerraformWoodTestClient implements ClientModInitializer { | ||
@Override | ||
public void onInitializeClient() { | ||
TerraformBoatClientHelper.registerModelLayers(TerraformWoodTest.CUSTOM_BOAT_ID, false); | ||
TerraformBoatClientHelper.registerModelLayers(TerraformWoodTest.CUSTOM_RAFT_ID, true); | ||
|
||
SpriteIdentifierRegistry.INSTANCE.addIdentifier(new SpriteIdentifier(TexturedRenderLayers.SIGNS_ATLAS_TEXTURE, TerraformWoodTest.SIGN_TEXTURE_ID)); | ||
SpriteIdentifierRegistry.INSTANCE.addIdentifier(new SpriteIdentifier(TexturedRenderLayers.SIGNS_ATLAS_TEXTURE, TerraformWoodTest.HANGING_SIGN_TEXTURE_ID)); | ||
} | ||
} |