You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/plus/dragons/createenchantmentindustry/common/fluids/printer/behaviour/BannerPatternPrintingBehavior.java
+33-18Lines changed: 33 additions & 18 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,29 @@
1
+
/*
2
+
* Copyright (C) 2025 DragonsPlus
3
+
* SPDX-License-Identifier: LGPL-3.0-or-later
4
+
*
5
+
* This program is free software: you can redistribute it and/or modify
6
+
* it under the terms of the GNU General Public License as published by
7
+
* the Free Software Foundation, either version 3 of the License, or
8
+
* (at your option) any later version.
9
+
*
10
+
* This program is distributed in the hope that it will be useful,
11
+
* but WITHOUT ANY WARRANTY; without even the implied warranty of
12
+
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13
+
* GNU General Public License for more details.
14
+
*
15
+
* You should have received a copy of the GNU General Public License
16
+
* along with this program. If not, see <https://www.gnu.org/licenses/>.
Copy file name to clipboardExpand all lines: src/main/java/plus/dragons/createenchantmentindustry/common/fluids/printer/behaviour/CustomNamePrintingBehaviour.java
+6-8Lines changed: 6 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -59,13 +59,12 @@ public static Optional<DataResult<PrintingBehaviour>> create(Level level, SmartF
Copy file name to clipboardExpand all lines: src/main/java/plus/dragons/createenchantmentindustry/common/fluids/printer/behaviour/EnchantedBookPrintingBehaviour.java
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -73,8 +73,7 @@ private EnchantedBookPrintingBehaviour(Level level, SmartFluidTankBehaviour tank
Copy file name to clipboardExpand all lines: src/main/java/plus/dragons/createenchantmentindustry/common/kinetics/grindstone/GrindstoneDrainBlockEntity.java
if(slot == 3000){ // IMPORTANT: 3000 is for internal usage for extract item in Processing inventory. Normally it won't be call by any other circumstances
91
+
if(slot == 3000){ // IMPORTANT: 3000 is for internal usage for extract item in Processing inventory. Normally it won't be call by any other circumstances
Copy file name to clipboardExpand all lines: src/main/java/plus/dragons/createenchantmentindustry/common/kinetics/grindstone/GrindstoneDrainRenderer.java
0 commit comments