mirror of
https://github.com/lukasabbe/Paste-book-text.git
synced 2026-04-30 10:50:54 +00:00
Forgot to remove print line
This commit is contained in:
@@ -27,7 +27,6 @@ public class Notenoughpages implements ModInitializer {
|
||||
if(IsContentCorrectLength(content, textField)) return;
|
||||
|
||||
while(true){
|
||||
System.out.println(((BookEditScreenAccessor) bookEditScreen).getPagesAmount());
|
||||
if(((BookEditScreenAccessor) bookEditScreen).getPagesAmount() == 99){
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -1,8 +0,0 @@
|
||||
package com.lukasabbe.notenoughpages.mixin;
|
||||
|
||||
import net.minecraft.client.gui.screens.inventory.BookEditScreen;
|
||||
import org.spongepowered.asm.mixin.Mixin;
|
||||
|
||||
@Mixin(BookEditScreen.class)
|
||||
public class BookEditScreenMixin {
|
||||
}
|
||||
@@ -8,7 +8,6 @@
|
||||
],
|
||||
"client": [
|
||||
"BookEditScreenAccessor",
|
||||
"BookEditScreenMixin",
|
||||
"MultiLineEditBoxAccessor",
|
||||
"MultilineTextFieldMixin"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user