Fresh port to 1.20
Note: I changed `BuildModeCategoryEnum` to actually use the Color class instead of using Vector4f. Same counts for `RadialMenu`
This commit is contained in:
@@ -11,7 +11,7 @@ protected net.minecraft.client.particle.Particle f_107205_ # stoppedByCollision
|
||||
public net.minecraft.client.renderer.ItemInHandRenderer f_109300_ # mainHandItem
|
||||
public net.minecraft.client.renderer.ItemInHandRenderer f_109301_ # offHandItem
|
||||
public net.minecraft.client.renderer.entity.ItemRenderer f_115096_ # textureManager
|
||||
|
||||
public net.minecraft.world.entity.Entity f_19853_ # level
|
||||
public-f net.minecraft.network.protocol.game.ClientboundPlayerAbilitiesPacket f_132663_ # flyingSpeed
|
||||
|
||||
public net.minecraft.server.MinecraftServer f_129744_ # storageSource
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
modLoader="javafml"
|
||||
loaderVersion="[40,)"
|
||||
loaderVersion="[47,)"
|
||||
license="GNU LESSER GENERAL PUBLIC LICENSE"
|
||||
issueTrackerURL="https://bitbucket.org/Requios/effortless-building/issues?status=new&status=open&status=submitted&is_spam=%21spam"
|
||||
showAsResourcePack=false
|
||||
@@ -19,20 +19,20 @@ Makes building easier by providing tools like mirrors, arrays, build modes and a
|
||||
[[dependencies.effortlessbuilding]]
|
||||
modId="forge"
|
||||
mandatory=true
|
||||
versionRange="[40.2.4,)"
|
||||
versionRange="[47.1.3,)"
|
||||
ordering="NONE"
|
||||
side="BOTH"
|
||||
|
||||
[[dependencies.effortlessbuilding]]
|
||||
modId="minecraft"
|
||||
mandatory=true
|
||||
versionRange="[1.19,1.20)"
|
||||
versionRange="[1.20,1.21)"
|
||||
ordering="NONE"
|
||||
side="BOTH"
|
||||
|
||||
[[dependencies.effortlessbuilding]]
|
||||
modId="flywheel"
|
||||
mandatory=true
|
||||
versionRange="[0.6.9,0.7)"
|
||||
versionRange="[0.6.10,0.7)"
|
||||
ordering="AFTER"
|
||||
side="CLIENT"
|
||||
@@ -1,8 +1,6 @@
|
||||
{
|
||||
"pack": {
|
||||
"description": "examplemod resources",
|
||||
"pack_format": 10,
|
||||
"forge:resource_pack_format": 9,
|
||||
"forge:data_pack_format": 10
|
||||
"description": "Effortless Building resources",
|
||||
"pack_format": 15
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user