File tree Expand file tree Collapse file tree 6 files changed +13
-13
lines changed 
java/shnupbups/tinkersaether Expand file tree Collapse file tree 6 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ apply plugin: 'net.minecraftforge.gradle.forge'
1111// Only edit below this line, the above code adds and enables the necessary things for Forge to be setup.
1212
1313
14- version =  " 1.0" 
14+ version =  " 1.0.1 " 
1515group =  " shnupbups.tinkersaether" //  http://maven.apache.org/guides/mini/guide-naming-conventions.html
1616archivesBaseName =  " tinkersaether" 
1717
Original file line number Diff line number Diff line change 2525public  class  TinkersAether  {
2626    public  static  final  String  modid  = "tinkersaether" ;
2727    public  static  final  String  name  = "MoreTiC" ;
28-     public  static  final  String  version  = "1.0.0 " ;
28+     public  static  final  String  version  = "1.0.1 " ;
2929
3030    @ Mod .Instance (modid )
3131    public  static  TinkersAether  instance ;
Original file line number Diff line number Diff line change @@ -87,15 +87,15 @@ public <T extends Item & IToolPart> void registerToolPartModel(T part) {
8787    public  void  initToolGuis () {
8888        if  (ModuleTools .dartShooter  != null ) {
8989            ToolBuildGuiInfo  dartShooterInfo  = new  ToolBuildGuiInfo (ModuleTools .dartShooter );
90-             dartShooterInfo .addSlotPosition (32  - 9 , 41 );
91-             dartShooterInfo .addSlotPosition (32  + 9 , 41 );
90+             dartShooterInfo .addSlotPosition (32  - 9 , 41  -  9 );
91+             dartShooterInfo .addSlotPosition (32  + 9 , 41  +  9 );
9292            TinkerRegistryClient .addToolBuilding (dartShooterInfo );
9393        }
9494        if  (ModuleTools .dart  != null ) {
9595            ToolBuildGuiInfo  dartInfo  = new  ToolBuildGuiInfo (ModuleTools .dart );
9696            dartInfo .addSlotPosition (32 , 41 );
97-             dartInfo .addSlotPosition (32  +  18 , 41  - 18 );
98-             dartInfo .addSlotPosition (32  -  18 , 41  + 18 );
97+             dartInfo .addSlotPosition (32  -  18 , 41  - 18 );
98+             dartInfo .addSlotPosition (32  +  18 , 41  + 18 );
9999            TinkerRegistryClient .addToolBuilding (dartInfo );
100100        }
101101    }
Original file line number Diff line number Diff line change 44        "model" : " forge:fluid" 
55    },
66    "variants" : {
7-         "moretic_gravitite " : [{
8-             "custom" : { "fluid" : " moretic_gravitite " 
7+         "gravitite " : [{
8+             "custom" : { "fluid" : " gravitite " 
99        }]
1010    }
1111}
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ item.mouthpiece.name=Mouthpiece
1515item.dart_tip.name=Dart Tip
1616
1717modifier.antigrav.name=Antigravity
18- modifier.antigrav.desc=§oScrew gravity§r\nMake effective blocks float when you shift+rclick, using 4 durability.
18+ modifier.antigrav.desc=§oScrew gravity! §r\nMake effective blocks float when you shift+rclick, using 4 durability.
1919modifier.launching.name=Launching
2020modifier.launching.desc=§oUppercut!§r\nLaunches attacked creatures high into the air.
2121modifier.enlightened.name=Enlightened
22- modifier.enlightened.desc=§oThe gods' favourite snack§r\nGrants a 5% chance for blocks to drop Ambrosium shards.
22+ modifier.enlightened.desc=§oThe gods' favourite snack. §r\nGrants a 5% chance for blocks to drop Ambrosium shards.
2323modifier.rooted.name=Rooted
24- modifier.rooted.desc=§oFirst ones double§r\nExtra drops from naturally generated Aether blocks.
24+ modifier.rooted.desc=§oFirst ones double. §r\nExtra drops from naturally generated Aether blocks.
2525modifier.zany.name=Zany
26- modifier.zany.desc=§oEntropy powered speed§r\nThe tool mines considerably faster as it wears out.
26+ modifier.zany.desc=§oEntropy powered speed. §r\nThe tool mines considerably faster as it wears out.
2727modifier.zany.extra=Zany Speed: x%s
Original file line number Diff line number Diff line change 33  "modid" : " tinkersaether" 
44  "name" : " Tinker's Aether" 
55  "description" : " Adds Aether materials and stuff to Tinker's Construct." 
6-   "version" : " 1.0" 
6+   "version" : " 1.0.1 " 
77  "mcversion" : " ${mcversion}" 
88  "url" : " " 
99  "updateUrl" : " " 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments