Skip to content

Commit

Permalink
0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleCircleOO committed Aug 15, 2024
1 parent 51d49c7 commit d63eb0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ minecraft_version=1.20.1
loader_version=0.15.11

# Mod Properties
mod_version = 0.1.1
mod_version = 0.1.2
maven_group=cn.dancingsnow.bigger_ae2
archives_base_name=bigger_ae2

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import java.util.function.Function;

public class ModCraftingUnitModelProvider extends AbstractCraftingUnitModelProvider<ModCraftingUnitType> {
//FIXME:When composing a full CPU, the texture of the crafting accelerator is lost

private static final List<Material> MATERIALS = new ArrayList<>();

private static final Material RING_CORNER = aeTexture("ring_corner");
Expand Down

0 comments on commit d63eb0d

Please sign in to comment.