mirror of
https://gitflic.ru/project/lax1dude/eaglercraft-1_8.git
synced 2025-07-22 13:31:16 -09:00
30 lines
543 B
Java
30 lines
543 B
Java
|
|
# Eagler Context Redacted Diff
|
|
# Copyright (c) 2024 lax1dude. All rights reserved.
|
|
|
|
# Version: 1.0
|
|
# Author: lax1dude
|
|
|
|
> CHANGE 2 : 3 @ 2 : 3
|
|
|
|
~ import net.lax1dude.eaglercraft.v1_8.EaglercraftRandom;
|
|
|
|
> DELETE 6 @ 6 : 7
|
|
|
|
> INSERT 4 : 8 @ 4
|
|
|
|
+ public MapGenRavine(boolean scramble) {
|
|
+ super(scramble);
|
|
+ }
|
|
+
|
|
|
|
> CHANGE 3 : 4 @ 3 : 4
|
|
|
|
~ EaglercraftRandom random = new EaglercraftRandom(parLong1, this.rand.isScramble());
|
|
|
|
> CHANGE 105 : 106 @ 105 : 106
|
|
|
|
~ BlockPos blockpos$mutableblockpos = new BlockPos();
|
|
|
|
> EOF
|