eaglercraft-1.8/patches/minecraft/net/minecraft/block/BlockFlowerPot.edit.java
2025-01-19 15:44:28 -08:00

29 lines
629 B
Java

# Eagler Context Redacted Diff
# Copyright (c) 2025 lax1dude. All rights reserved.
# Version: 1.0
# Author: lax1dude
> CHANGE 2 : 4 @ 2 : 8
~ import net.lax1dude.eaglercraft.v1_8.EaglercraftRandom;
~
> CHANGE 25 : 26 @ 25 : 27
~ public static PropertyEnum<BlockFlowerPot.EnumFlowerType> CONTENTS;
> INSERT 8 : 12 @ 8
+ public static void bootstrapStates() {
+ CONTENTS = PropertyEnum.<BlockFlowerPot.EnumFlowerType>create("contents", BlockFlowerPot.EnumFlowerType.class);
+ }
+
> CHANGE 124 : 125 @ 124 : 125
~ public Item getItemDropped(IBlockState var1, EaglercraftRandom var2, int var3) {
> EOF