@@ -111,93 +111,6 @@ public void preInit() {
111111 itemBarley = GameRegistry .findItemStack (NATURA , "barleyFood" , 1 );
112112 }
113113
114- @ Override
115- protected void registerCrates () {
116- super .registerCrates ();
117-
118- ICrateRegistry crateRegistry = StorageManager .crateRegistry ;
119-
120- if (berryBlight != null ) {
121- crateRegistry .registerCrate (berryBlight , "cratedNaturaBerryBlight" );
122- }
123- if (berryDusk != null ) {
124- crateRegistry .registerCrate (berryDusk , "cratedNaturaBerryDusk" );
125- }
126- if (berrySky != null ) {
127- crateRegistry .registerCrate (berrySky , "cratedNaturaBerrySky" );
128- }
129- if (berrySting != null ) {
130- crateRegistry .registerCrate (berrySting , "cratedNaturaBerrySting" );
131- }
132- if (berryRasp != null ) {
133- crateRegistry .registerCrate (berryRasp , "cratedNaturaBerryRasp" );
134- }
135- if (berryBlue != null ) {
136- crateRegistry .registerCrate (berryBlue , "cratedNaturaBerryBlue" );
137- }
138- if (berryBlack != null ) {
139- crateRegistry .registerCrate (berryBlack , "cratedNaturaBerryBlack" );
140- }
141- if (berryMalo != null ) {
142- crateRegistry .registerCrate (berryMalo , "cratedNaturaBerryMalo" );
143- }
144- if (itemBarley != null ) {
145- crateRegistry .registerCrate (itemBarley , "cratedNaturaBarley" );
146- }
147- if (saplingNatura != null ) {
148- crateRegistry .registerCrate (new ItemStack (saplingNatura , 1 , 0 ), "cratedNaturaSaplingRedwood" );
149- crateRegistry .registerCrate (new ItemStack (saplingNatura , 1 , 1 ), "cratedNaturaSaplingEucalyptus" );
150- crateRegistry .registerCrate (new ItemStack (saplingNatura , 1 , 2 ), "cratedNaturaSaplingHopseed" );
151- crateRegistry .registerCrate (new ItemStack (saplingNatura , 1 , 3 ), "cratedNaturaSaplingSakura" );
152- crateRegistry .registerCrate (new ItemStack (saplingNatura , 1 , 4 ), "cratedNaturaSaplingGhostwood" );
153- crateRegistry .registerCrate (new ItemStack (saplingNatura , 1 , 5 ), "cratedNaturaSaplingBlood" );
154- crateRegistry .registerCrate (new ItemStack (saplingNatura , 1 , 6 ), "cratedNaturaSaplingDarkwood" );
155- crateRegistry .registerCrate (new ItemStack (saplingNatura , 1 , 7 ), "cratedNaturaSaplingFusewood" );
156- }
157-
158- if (saplingNaturaRare != null ) {
159- crateRegistry .registerCrate (new ItemStack (saplingNaturaRare , 1 , 0 ), "cratedNaturaSaplingMaple" );
160- crateRegistry .registerCrate (new ItemStack (saplingNaturaRare , 1 , 1 ), "cratedNaturaSaplingSilverbell" );
161- crateRegistry .registerCrate (new ItemStack (saplingNaturaRare , 1 , 2 ), "cratedNaturaSaplingPurpleheart" );
162- crateRegistry .registerCrate (new ItemStack (saplingNaturaRare , 1 , 3 ), "cratedNaturaSaplingTiger" );
163- crateRegistry .registerCrate (new ItemStack (saplingNaturaRare , 1 , 4 ), "cratedNaturaSaplingWillow" );
164- }
165- Item potashApple = GameRegistry .findItem (NATURA , "Natura.netherfood" );
166- if (potashApple != null ) {
167- crateRegistry .registerCrate (new ItemStack (potashApple , 1 , 0 ), "cratedNaturaPotashApple" );
168- }
169- Item glowShroom = GameRegistry .findItem (NATURA , "Glowshroom" );
170- if (glowShroom != null ) {
171- crateRegistry .registerCrate (new ItemStack (glowShroom , 1 , 0 ), "cratedNaturaGreenGlowshroom" );
172- crateRegistry .registerCrate (new ItemStack (glowShroom , 1 , 1 ), "cratedNaturaPurpleGlowshroom" );
173- crateRegistry .registerCrate (new ItemStack (glowShroom , 1 , 2 ), "cratedNaturaBlueGlowshroom" );
174- }
175- if (logNatura != null ) {
176- crateRegistry .registerCrate (new ItemStack (logNatura , 1 , 0 ), "cratedNaturaLogEucalyptus" );
177- crateRegistry .registerCrate (new ItemStack (logNatura , 1 , 1 ), "cratedNaturaLogSakura" );
178- crateRegistry .registerCrate (new ItemStack (logNatura , 1 , 2 ), "cratedNaturaLogGhostwood" );
179- crateRegistry .registerCrate (new ItemStack (logNatura , 1 , 3 ), "cratedNaturaLogHopseed" );
180- crateRegistry .registerCrate (new ItemStack (logWillow , 1 , 0 ), "cratedNaturaLogWillow" );
181- }
182- Item bloodWood = GameRegistry .findItem (NATURA , "bloodwood" );
183- if (bloodWood != null ) {
184- crateRegistry .registerCrate (new ItemStack (bloodWood , 1 , 0 ), "cratedNaturaLogBloodwood" );
185- }
186- Item darkTree = GameRegistry .findItem (NATURA , "Dark Tree" );
187- if (darkTree != null ) {
188- crateRegistry .registerCrate (new ItemStack (darkTree , 1 , 0 ), "cratedNaturaLogDarkwood" );
189- crateRegistry .registerCrate (new ItemStack (darkTree , 1 , 1 ), "cratedNaturaLogFusewood" );
190- }
191- Item heatSand = GameRegistry .findItem (NATURA , "heatsand" );
192- if (heatSand != null ) {
193- crateRegistry .registerCrate (new ItemStack (heatSand , 1 , 0 ), "cratedNaturaBlockHeatsand" );
194- }
195- Item taintedSoil = GameRegistry .findItem (NATURA , "soil.tainted" );
196- if (taintedSoil != null ) {
197- crateRegistry .registerCrate (new ItemStack (taintedSoil , 1 , 0 ), "cratedNaturaBlockTainted" );
198- }
199- }
200-
201114 @ Override
202115 protected void registerRecipes () {
203116 ItemStack seedBarley = GameRegistry .findItemStack (NATURA , "seedBarley" , 1 );
0 commit comments