mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-15 23:14:12 +01:00
1fdf1ff7e9
- Fix rotation indicator particles - Fix sail dyeing - Turn BreakProgressHook into DestroyProgressRenderingHandler interface - Refactor overlay rendering to properly use API - Change SpriteShiftEntry to use StitchedSprites - Use OnDatapackSyncEvent instead of mixin - Organize foundation.ponder package - Remove usage of deprecated: - Durability bar methods - Constants class
12 lines
267 B
Java
12 lines
267 B
Java
package com.simibubi.create;
|
|
|
|
import com.jozufozu.flywheel.core.StitchedSprite;
|
|
|
|
public class AllStitchedTextures {
|
|
|
|
public static final StitchedSprite SUPER_GLUE = new StitchedSprite(Create.asResource("entity/super_glue/slime"));
|
|
|
|
public static void init() {
|
|
}
|
|
}
|