mirror of
https://git.eaglercraft.rip/eaglercraft/eaglercraft-1.8.git
synced 2025-04-08 00:47:45 -07:00
29 lines
569 B
Java
29 lines
569 B
Java
|
|
# Eagler Context Redacted Diff
|
|
# Copyright (c) 2022 lax1dude. All rights reserved.
|
|
|
|
# Version: 1.0
|
|
# Author: lax1dude
|
|
|
|
> CHANGE 3 : 5 @ 3 : 5
|
|
|
|
~ import net.lax1dude.eaglercraft.v1_8.EaglercraftRandom;
|
|
~
|
|
|
|
> CHANGE 18 : 19 @ 18 : 20
|
|
|
|
~ public static PropertyEnum<BlockSlab.EnumBlockHalf> HALF;
|
|
|
|
> INSERT 13 : 17 @ 14
|
|
|
|
+ public static void bootstrapStates() {
|
|
+ HALF = PropertyEnum.<BlockSlab.EnumBlockHalf>create("half", BlockSlab.EnumBlockHalf.class);
|
|
+ }
|
|
+
|
|
|
|
> CHANGE 52 : 53 @ 48 : 49
|
|
|
|
~ public int quantityDropped(EaglercraftRandom var1) {
|
|
|
|
> EOF
|