Skip to content

Commit 34603cc

Browse files
committed
Require a book and quill for a lectern
1 parent f56c945 commit 34603cc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/net/countercraft/movecraft/repair/types/RepairState.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ public ProtoRepair execute(@NotNull Sign sign) throws WorldEditException, ProtoR
161161
);
162162
lecternRepair.setDependency(blockRepair);
163163
queue.add(lecternRepair);
164+
materials.add(RepairBlobManager.get(Material.WRITABLE_BOOK), 1);
164165
continue;
165166
}
166167

0 commit comments

Comments
 (0)