File tree Expand file tree Collapse file tree 3 files changed +15
-16
lines changed
java/dev/overgrown/thaumaturge/block/vessel Expand file tree Collapse file tree 3 files changed +15
-16
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ maven_group=dev.overgrown.thaumaturge
1515archives_base_name =thaumaturge
1616
1717# Dependencies
18- fabric_version =0.126 .0+1.21.5
18+ fabric_version =0.127 .0+1.21.5
1919
2020# Mod Menu
2121modmenu_version =14.0.0-rc.2
Original file line number Diff line number Diff line change 66import dev .overgrown .thaumaturge .recipe .Recipe ;
77import dev .overgrown .thaumaturge .recipe .RecipeManager ;
88import it .unimi .dsi .fastutil .objects .Object2IntMap ;
9- import it .unimi .dsi .fastutil .objects .Object2IntOpenHashMap ;
109import net .minecraft .block .*;
1110import net .minecraft .block .entity .BlockEntity ;
1211import net .minecraft .entity .player .PlayerEntity ;
Original file line number Diff line number Diff line change 11{
2- "required" : true ,
3- "package" : " dev.overgrown.thaumaturge.mixin" ,
4- "compatibilityLevel" : " JAVA_21" ,
5- "mixins" : [
6- " FallDamageMixin" ,
7- " ItemMixin" ,
8- " LivingEntityMixin" ,
9- " ScreenHandlerMixin"
10- ],
11- "client" : [
12- " client.ItemStackClientMixin"
13- ],
14- "injectors" : {
15- "defaultRequire" : 1
2+ "required" :true ,
3+ "package" :" dev.overgrown.thaumaturge.mixin" ,
4+ "compatibilityLevel" :" JAVA_21" ,
5+ "mixins" :[
6+ " FallDamageMixin" ,
7+ " ItemMixin" ,
8+ " LivingEntityMixin" ,
9+ " ScreenHandlerMixin"
10+ ],
11+ "client" :[
12+ " client.ItemStackClientMixin"
13+ ],
14+ "injectors" :{
15+ "defaultRequire" :1
1616 }
1717}
You can’t perform that action at this time.
0 commit comments