deprecation annihilation

This commit is contained in:
Anuken
2022-02-14 22:29:55 -05:00
parent b07b81e8c5
commit 65161a4129
45 changed files with 28 additions and 1057 deletions

View File

@@ -158,10 +158,6 @@ public class Blocks{
;
/** @deprecated use the blocks with proper names */
@Deprecated
public static Block blockForge, blockLoader, blockUnloader;
public static void load(){
//region environment
@@ -3746,11 +3742,7 @@ public class Blocks{
consumes.power(2f);
size = 3;
}};
//deprecated, will be removed.
blockForge = constructor;
blockLoader = payloadLoader;
blockUnloader = payloadUnloader;
//annihilation
//endregion
//region sandbox