mirror of
https://github.com/Jozufozu/Flywheel.git
synced 2024-12-26 06:57:02 +01:00
1.18.1
This commit is contained in:
parent
abeced384d
commit
cee1a9b0fe
3 changed files with 3 additions and 4 deletions
|
@ -4,8 +4,8 @@ org.gradle.daemon = false
|
|||
# mod version info
|
||||
mod_version = 0.4.0
|
||||
mc_update_version = 1.18
|
||||
minecraft_version = 1.18
|
||||
forge_version = 38.0.15
|
||||
minecraft_version = 1.18.1
|
||||
forge_version = 39.0.0
|
||||
|
||||
# build dependency versions
|
||||
forgegradle_version = 5.1.+
|
||||
|
|
2
gradle/wrapper/gradle-wrapper.properties
vendored
2
gradle/wrapper/gradle-wrapper.properties
vendored
|
@ -1,5 +1,5 @@
|
|||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3-bin.zip
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.1-bin.zip
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
zipStorePath=wrapper/dists
|
||||
|
|
|
@ -14,7 +14,6 @@ import com.jozufozu.flywheel.backend.gl.error.GlError;
|
|||
import com.jozufozu.flywheel.backend.gl.error.GlException;
|
||||
import com.jozufozu.flywheel.util.StringUtil;
|
||||
|
||||
|
||||
public class PersistentGlBuffer extends GlBuffer implements Mappable {
|
||||
|
||||
private MappedBuffer buffer;
|
||||
|
|
Loading…
Reference in a new issue