mirror of
http://git.eaglercraft.rip/eaglercraft/eaglercraft-1.8.git
synced 2025-04-29 01:51:58 -05:00
29 lines
629 B
Java
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
|