mirror of
https://github.com/JonasunderscoreJones/nicer-skies.git
synced 2025-10-23 19:49:21 +02:00
neww: wip config sstufff
This commit is contained in:
parent
7de8129fb7
commit
a421a55cf7
10 changed files with 250 additions and 11 deletions
|
@ -29,7 +29,7 @@ public abstract class MixinStarRendering {
|
|||
|
||||
@Inject(at = @At("HEAD"), method = "createStars", cancellable = true)
|
||||
private void generateStars(CallbackInfo ci) {
|
||||
NicerSkies.skyManager.generateSky(321L);
|
||||
NicerSkies.skyManager.generateSky(212421L);
|
||||
starBuffer = new VertexBuffer();
|
||||
NicerSkies.skyManager.tick(ticks, starBuffer);
|
||||
ci.cancel();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue