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;
|
if(IsContentCorrectLength(content, textField)) return;
|
||||||
|
|
||||||
while(true){
|
while(true){
|
||||||
System.out.println(((BookEditScreenAccessor) bookEditScreen).getPagesAmount());
|
|
||||||
if(((BookEditScreenAccessor) bookEditScreen).getPagesAmount() == 99){
|
if(((BookEditScreenAccessor) bookEditScreen).getPagesAmount() == 99){
|
||||||
return;
|
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": [
|
"client": [
|
||||||
"BookEditScreenAccessor",
|
"BookEditScreenAccessor",
|
||||||
"BookEditScreenMixin",
|
|
||||||
"MultiLineEditBoxAccessor",
|
"MultiLineEditBoxAccessor",
|
||||||
"MultilineTextFieldMixin"
|
"MultilineTextFieldMixin"
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user