Skip to content

Commit

Permalink
Removed unused transform
Browse files Browse the repository at this point in the history
No effect, so no need to bump version
  • Loading branch information
cakeGit committed Aug 25, 2024
1 parent 97d259b commit bab9576
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 51 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

// The value here should match an entry in the META-INF/mods.toml file
public class PatternSchematics {

// Define mod id in a common place for everything to reference
public static final String MODID = "create_pattern_schematics";
// Directly reference a slf4j logger
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ public class PatternSchematicsRegistry {
.item("empty_pattern_schematic", Item::new)
.defaultModel()
.properties(p -> p.stacksTo(1))
.transform(PlatformRegistryTransforms.transformEmptyPatternSchematic())
.register();

public static final ItemEntry<PatternSchematicItem> PATTERN_SCHEMATIC = REGISTRATE
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit bab9576

Please sign in to comment.