forked from FabricMC/yarn
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More 23w45a stuff, including unpicks
+ a couple of random tiny things
- Loading branch information
Showing
12 changed files
with
72 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
v2 | ||
|
||
constant trial_spawner_luminance net/minecraft/block/enums/TrialSpawnerState$Luminance NONE | ||
constant trial_spawner_luminance net/minecraft/block/enums/TrialSpawnerState$Luminance LOW | ||
constant trial_spawner_luminance net/minecraft/block/enums/TrialSpawnerState$Luminance HIGH | ||
|
||
constant trial_spawner_display_rotation_speed net/minecraft/block/enums/TrialSpawnerState$DisplayRotationSpeed NONE | ||
constant trial_spawner_display_rotation_speed net/minecraft/block/enums/TrialSpawnerState$DisplayRotationSpeed SLOW | ||
constant trial_spawner_display_rotation_speed net/minecraft/block/enums/TrialSpawnerState$DisplayRotationSpeed FAST | ||
|
||
constant trial_spawner_cooldown net/minecraft/block/enums/TrialSpawnerState START_EJECTING_REWARDS_COOLDOWN | ||
|
||
target_method net/minecraft/block/enums/TrialSpawnerState <init> (Ljava/lang/String;ILjava/lang/String;ILnet/minecraft/block/enums/TrialSpawnerState$ParticleEmitter;DZ)V | ||
param 1 trial_spawner_luminance | ||
param 3 trial_spawner_display_rotation_speed | ||
|
||
target_method net/minecraft/block/enums/TrialSpawnerState getLuminance ()I | ||
return trial_spawner_luminance | ||
|
||
target_method net/minecraft/block/enums/TrialSpawnerState getDisplayRotationSpeed ()D | ||
return trial_spawner_display_rotation_speed | ||
|
||
target_method net/minecraft/block/spawner/TrialSpawnerData isCooldownPast (Lnet/minecraft/server/world/ServerWorld;Lnet/minecraft/block/spawner/TrialSpawnerConfig;F)Z | ||
param 2 trial_spawner_cooldown |