Skip to content

Commit

Permalink
Remove loot table data from code
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexProgrammerDE committed Nov 27, 2024
1 parent 7212903 commit 084d93a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 29 deletions.
1 change: 0 additions & 1 deletion data-generator/src/main/resources/templates/BlockType.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ public record BlockType(
boolean replaceable,
boolean requiresCorrectToolForDrops,
boolean blocksMotion,
List<LootPoolEntry> lootTableData,
OffsetData offsetData,
BlockStates statesData) implements RegistryValue<BlockType> {
public static final TypeAdapter<FluidType> CUSTOM_FLUID_TYPE = new TypeAdapter<>() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ public record BlockType(
boolean replaceable,
boolean requiresCorrectToolForDrops,
boolean blocksMotion,
List<LootPoolEntry> lootTableData,
OffsetData offsetData,
BlockStates statesData) implements RegistryValue<BlockType> {
public static final TypeAdapter<FluidType> CUSTOM_FLUID_TYPE = new TypeAdapter<>() {
Expand Down
27 changes: 0 additions & 27 deletions server/src/main/java/com/soulfiremc/server/data/LootPoolEntry.java

This file was deleted.

0 comments on commit 084d93a

Please sign in to comment.