File tree Expand file tree Collapse file tree
java/vswe/stevescarts/Helpers
resources/assets/stevescarts/lang Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ buildscript {
1919
2020apply plugin : ' forge'
2121
22- version = " 2.0.0.dev "
22+ version = " 2.0.0.b12 "
2323group= " vswe.stevescarts" // http://maven.apache.org/guides/mini/guide-naming-conventions.html
2424archivesBaseName = " StevesCarts"
2525
Original file line number Diff line number Diff line change 11package vswe .stevescarts .Helpers ;
22
33public class GeneratedInfo {
4- public static final String version = /*@v*/ "2.0.0.b11 " ;
5- public static final boolean inDev = /*@d*/ true ;
4+ public static final String version = /*@v*/ "2.0.0.b12 " ;
5+ public static final boolean inDev = /*@d*/ false ;
66}
Original file line number Diff line number Diff line change @@ -499,7 +499,7 @@ info.SC2:impossibleCombinationError=The combination of module types of the modul
499499info.SC2:complexityOverloadError=[%1] is too complex for this hull.
500500info.SC2:missingParentError=[%1] requires [%2] to work!
501501info.SC2:presentNemesisError=[%1] won't work with [%2]
502- info.SC2:presentDuplicateError[%1] is not allowed to be added twice.
502+ info.SC2:presentDuplicateError= [%1] is not allowed to be added twice.
503503info.SC2:sideClashError=[%1] and [%2] will clash at the [%3]
504504# need beta 3 for these ones to show up (remove this note)
505505info.SC2:toolUnbreakable=Unbreakable
You can’t perform that action at this time.
0 commit comments