File tree Expand file tree Collapse file tree 3 files changed +10
-2
lines changed
Expand file tree Collapse file tree 3 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 4848 </jar >
4949 </target >
5050
51- <target name =" dist" depends =" jar" >
51+ <target name =" -get-version" unless =" version" >
52+ <exec executable =" git" outputproperty =" version" >
53+ <arg value =" describe" />
54+ </exec >
55+ </target >
56+
57+ <target name =" dist" depends =" jar,-get-version" >
58+ <echo file =" files/version.txt" >${ version } ${ line.separator } </echo >
5259 <copy todir =" ${ dist } " >
5360 <fileset dir =" files" >
5461 <include name =" *.sql" />
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -35,6 +35,8 @@ public Mob(String mob) {
3535 */
3636 public Mob (String mob , World world ) {
3737 this ((OEntityLiving ) OEntityList .a (mob , world .getWorld ()));
38+ // SRG this.getEntity().func_110161_a((OEntityLivingData) null);
39+ this .getEntity ().a ((OEntityLivingData ) null );
3840 }
3941
4042 /**
You can’t perform that action at this time.
0 commit comments