File tree Expand file tree Collapse file tree 2 files changed +2
-5
lines changed
src/main/java/dev/overgrown/thaumaturge/block/entity Expand file tree Collapse file tree 2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -17,5 +17,5 @@ archives_base_name=thaumaturge
1717# Dependencies
1818fabric_version =0.92.6+1.20.1
1919
20- # AspectsLib (Version: 1.1.1 )
21- aspectslib_version =B3i6ewTF
20+ # AspectsLib (Version: 1.1.2 )
21+ aspectslib_version =ks2T42xe
Original file line number Diff line number Diff line change 66import dev .overgrown .thaumaturge .block .VesselBlock ;
77import dev .overgrown .thaumaturge .registry .ModBlocks ;
88import dev .overgrown .thaumaturge .recipe .VesselRecipe ;
9-
109import dev .overgrown .aspectslib .aether .DynamicAetherDensityManager ;
1110import dev .overgrown .aspectslib .aether .CorruptionManager ;
1211import net .minecraft .registry .entry .RegistryEntry ;
@@ -186,7 +185,6 @@ public boolean addItem(ItemStack stack) {
186185 return false ;
187186 }
188187
189-
190188 public boolean tryCraftWithCatalystDropped (ItemStack catalystStack ) {
191189 World world = getWorld ();
192190 if (world == null ) return false ;
@@ -255,7 +253,6 @@ public ItemStack getCatalyst() {
255253 return catalyst ;
256254 }
257255
258-
259256 public Map <String , Integer > getAspects () {
260257 return aspects ;
261258 }
You can’t perform that action at this time.
0 commit comments