octarine-noise
|
3a04099fc2
|
fix chinese lang file
|
2021-05-29 23:47:13 +02:00 |
|
octarine-noise
|
d6038dd072
|
add PackNameDecorator to avoid NPE
Forge allows pack hiding, but just in case
|
2021-05-29 23:43:14 +02:00 |
|
octarine-noise
|
4ebb7f2d35
|
fix blocks with flat lighting
|
2021-05-29 23:27:20 +02:00 |
|
octarine-noise
|
14a8600552
|
fix rising soul particle texture
|
2021-05-29 16:24:05 +02:00 |
|
octarine-noise
|
b3ffb7e4d6
|
Merge remote-tracking branch 'local/forge-1.15' into forge-1.16
# Conflicts:
# src/main/kotlin/mods/betterfoliage/BetterFoliageMod.kt
|
2021-05-22 19:22:10 +02:00 |
|
octarine-noise
|
fc7f2be15c
|
language key fixes
|
2021-05-22 19:20:34 +02:00 |
|
octarine-noise
|
b7bdd438e4
|
upgrade to Cloth Config v4
|
2021-05-22 19:00:54 +02:00 |
|
octarine-noise
|
65c9596a14
|
Merge remote-tracking branch 'local/forge-1.15' into forge-1.16
# Conflicts:
# build.gradle.kts
# src/main/kotlin/mods/betterfoliage/BetterFoliageMod.kt
# src/main/kotlin/mods/betterfoliage/config/Config.kt
# src/main/resources/assets/betterfoliage/lang/en_us.lang
|
2021-05-22 18:38:10 +02:00 |
|
octarine-noise
|
25b8896a25
|
log config GUI registration
|
2021-05-22 18:34:18 +02:00 |
|
octarine-noise
|
f1f811219e
|
Merge remote-tracking branch 'local/forge-1.14' into forge-1.15
# Conflicts:
# build.gradle.kts
# gradle.properties
# src/main/kotlin/mods/betterfoliage/BetterFoliageMod.kt
# src/main/kotlin/mods/betterfoliage/client/Client.kt
# src/main/kotlin/mods/betterfoliage/client/integration/ForestryIntegration.kt
# src/main/kotlin/mods/betterfoliage/client/integration/RubberIntegration.kt
# src/main/kotlin/mods/betterfoliage/client/render/EntityRisingSoulFX.kt
# src/main/kotlin/mods/betterfoliage/client/render/RenderCactus.kt
# src/main/kotlin/mods/betterfoliage/client/render/RenderGrass.kt
# src/main/kotlin/mods/betterfoliage/client/render/RenderLeaves.kt
# src/main/kotlin/mods/betterfoliage/client/render/RenderLilypad.kt
# src/main/kotlin/mods/betterfoliage/client/render/RenderLog.kt
# src/main/kotlin/mods/betterfoliage/client/render/RenderMycelium.kt
# src/main/kotlin/mods/betterfoliage/client/render/RenderNetherrack.kt
# src/main/kotlin/mods/betterfoliage/client/render/RenderReeds.kt
# src/main/kotlin/mods/betterfoliage/client/texture/GrassRegistry.kt
# src/main/kotlin/mods/betterfoliage/client/texture/LeafParticleRegistry.kt
# src/main/kotlin/mods/betterfoliage/client/texture/LeafRegistry.kt
# src/main/kotlin/mods/betterfoliage/client/texture/Utils.kt
# src/main/kotlin/mods/betterfoliage/config/Config.kt
# src/main/kotlin/mods/betterfoliage/config/DelegatingConfig.kt
# src/main/kotlin/mods/betterfoliage/config/MainConfig.kt
# src/main/kotlin/mods/betterfoliage/resource/discovery/Delegate.kt
# src/main/kotlin/mods/betterfoliage/resource/generated/CenteringTextureGenerator.kt
# src/main/kotlin/mods/betterfoliage/resource/generated/GeneratedGrass.kt
# src/main/kotlin/mods/octarinecore/client/resource/AsyncSpriteProviderManager.kt
# src/main/kotlin/mods/octarinecore/client/resource/ModelDiscovery.kt
# src/main/kotlin/mods/octarinecore/client/resource/ResourceGeneration.kt
# src/main/kotlin/mods/octarinecore/client/resource/ResourceHandler.kt
|
2021-05-22 18:07:32 +02:00 |
|
octarine-noise
|
57dc83f1af
|
config GUI misc fixes
|
2021-05-22 17:49:57 +02:00 |
|
octarine-noise
|
180c2bf230
|
bump version to 2.5.2
|
2021-05-22 17:29:13 +02:00 |
|
octarine-noise
|
ff89aa7a13
|
add client-only version tester
|
2021-05-22 17:27:51 +02:00 |
|
octarine-noise
|
25cea8633c
|
Integrate ClothConfig for Forge
|
2021-05-22 17:27:28 +02:00 |
|
octarine-noise
|
eeabc1922e
|
translations JSON conversion
+ some cleanup
|
2021-05-22 17:25:48 +02:00 |
|
octarine-noise
|
b1a08ab500
|
Merge remote-tracking branch 'local/forge-1.15' into forge-1.16
# Conflicts:
# gradle.properties
# src/main/kotlin/mods/betterfoliage/integration/ShadersModIntegration.kt
# src/main/kotlin/mods/betterfoliage/model/HalfBaked.kt
# src/main/kotlin/mods/betterfoliage/render/lighting/VanillaAoCalculation.kt
|
2021-05-16 12:30:07 +02:00 |
|
octarine-noise
|
fae9e9dfa9
|
adopt AO calculation tweak from Indigo
|
2021-05-16 12:02:42 +02:00 |
|
octarine-noise
|
512cd786f7
|
fix diffuse shading being too dark with shaders
|
2021-05-16 12:01:59 +02:00 |
|
octarine-noise
|
b96a17fdb9
|
clean up access transformer
|
2021-05-16 11:49:04 +02:00 |
|
octarine-noise
|
3d78ecce22
|
fix unbaked block model coords not being zero-centered
|
2021-05-16 11:48:34 +02:00 |
|
octarine-noise
|
6219e9353d
|
fix crash with Abnormals Core
change random display tick mixin injection type from @Redirect to @Inject
|
2021-05-14 18:55:10 +02:00 |
|
octarine-noise
|
e3eb222d93
|
deburr build script
|
2021-05-14 18:52:22 +02:00 |
|
octarine-noise
|
8f82fefbb7
|
Port to 1.16.5
Kottle -> KotlinForForge
|
2021-05-14 14:44:29 +02:00 |
|
octarine-noise
|
8a303a1a29
|
update Gradle wrapper to 6.8.1
ForgeGradle dependency for FG4 onwards
|
2021-05-14 14:40:16 +02:00 |
|
octarine-noise
|
a97a575dd5
|
fix missing Optifine shader wind effects
+minor cleanup
|
2021-05-14 14:36:48 +02:00 |
|
octarine-noise
|
a5a5d53341
|
bump version
|
2021-05-13 21:13:34 +02:00 |
|
octarine-noise
|
4174301ff7
|
[WIP] finishing touches
+bunch of renames to bring the 2 version closer
|
2021-05-13 21:11:47 +02:00 |
|
octarine-noise
|
9899816029
|
[WIP] Cactus, netherrack, round logs work
+ lots more cleanup
+ Optifine x-ray fix
|
2021-05-13 10:40:18 +02:00 |
|
octarine-noise
|
dbc421c18e
|
[WIP] fix falling leaf color
|
2021-05-11 16:53:08 +02:00 |
|
octarine-noise
|
a917d5b3db
|
[WIP] Lilypad working
+ shader integration
|
2021-05-11 16:18:58 +02:00 |
|
octarine-noise
|
835bf45f13
|
[WIP] Falling leaves working
+ more cleanup
+ fix double-tinted leaves
|
2021-05-11 15:08:28 +02:00 |
|
octarine-noise
|
7168caded1
|
[WIP] algae, reeds, mycelium, coral working
+ lots of cleanup, reorganizing
|
2021-05-07 19:08:00 +02:00 |
|
octarine-noise
|
f44d2a7a50
|
[WIP] major rewrite, grass and leaves working already
|
2021-05-06 22:40:32 +02:00 |
|
octarine-noise
|
09ccb83e8b
|
[WIP] start 1.15 port
reorganize packages to match Fabric version
use util classes from Fabric version
|
2021-05-01 13:52:21 +02:00 |
|
octarine-noise
|
49d4f8aa31
|
remove some Fabric aliases
|
2021-04-30 12:28:34 +02:00 |
|
octarine-noise
|
9566ae8341
|
fix round log x-ray bug
|
2021-04-29 11:49:31 +02:00 |
|
octarine-noise
|
dac7fa0b42
|
fix Optifine Shaders integration
use the low-level call on SVertexBuilder to set apparent block ID for the current draw
|
2021-04-26 17:07:31 +02:00 |
|
octarine-noise
|
c668713051
|
fix IModelData being swallowed by renderer
|
2021-04-26 13:39:09 +02:00 |
|
octarine-noise
|
8a82f3772f
|
fix version information in legacy metadata
|
2021-04-26 13:38:38 +02:00 |
|
octarine-noise
|
3b728cffcd
|
update Forge version
|
2021-04-26 13:38:12 +02:00 |
|
octarine-noise
|
aa91aed58e
|
fix Mixin annotation processor requirements
|
2020-01-17 17:34:16 +01:00 |
|
octarine-noise
|
802862f151
|
[WIP] more fixes and final touch-up
|
2020-01-17 17:33:32 +01:00 |
|
octarine-noise
|
2252fb3b42
|
[WIP] Optifine and Shaders fixes
|
2020-01-06 20:51:51 +01:00 |
|
octarine-noise
|
4efa831296
|
[WIP] more async texture loading
keep stitch() call in original method body, in case others want to mod it too
|
2020-01-06 18:15:17 +01:00 |
|
octarine-noise
|
a3d99c3076
|
[WIP] fix Mixin annotation processing
|
2020-01-05 16:33:12 +01:00 |
|
octarine-noise
|
c4ee768025
|
[WIP] async block texture reloading
|
2020-01-05 16:32:45 +01:00 |
|
octarine-noise
|
b4f18c1e1d
|
switch to Gradle Kotlin DSL
|
2020-01-03 21:36:46 +01:00 |
|
octarine-noise
|
2a06c18884
|
[WIP] Roll all rendering parameters into a single context
+ split project into platform-dependent and -independent parts
|
2020-01-03 21:36:08 +01:00 |
|
octarine-noise
|
2ba99f40e7
|
Merge branch 'kotlin-1.12' into forge-1.14
|
2020-01-01 17:15:13 +01:00 |
|
octarine-noise
|
46cbe64328
|
[WIP] 1.14.4 port
|
2020-01-01 16:57:47 +01:00 |
|
octarine-noise
|
7b739c172f
|
Bump version
|
2020-01-01 16:12:57 +01:00 |
|
octarine-noise
|
8319d721c7
|
Update to work with OptiFine_1.12.2_HD_U_F6_pre1
|
2020-01-01 15:15:44 +01:00 |
|
octarine-noise
|
1b0e93b050
|
Array bounds check for overlay layer
|
2020-01-01 15:14:19 +01:00 |
|
octarine-noise
|
1ea2b6b946
|
Model loading rework (1.14 prep)
remove unnecessary complexity
access sprites only at PostStitch
|
2019-12-30 17:35:52 +01:00 |
|
octarine-noise
|
558c9a2c34
|
Bump self and dependency versions
|
2019-12-21 15:10:32 +01:00 |
|
octarine-noise
|
f102bf4bda
|
add Gradle wrapper
|
2019-12-21 15:10:09 +01:00 |
|
octarine-noise
|
f5cbf48dfa
|
Try to cope with other mods wrapping IModel instances in a generic way
|
2019-12-21 15:09:51 +01:00 |
|
octarine-noise
|
d9cc03511a
|
Cache round log neighborhood data for faster chunk re-rendering
|
2019-12-21 15:08:29 +01:00 |
|
octarine-noise
|
d0265483d2
|
Option to skip rendering of hidden extra leaves
|
2019-12-21 14:37:20 +01:00 |
|
octarine-noise
|
20da2a27bd
|
Fully remove Optifine CTM code
|
2019-12-21 14:16:28 +01:00 |
|
octarine-noise
|
02509fa44d
|
remove useless config option: distance limit
|
2019-09-04 11:29:50 +02:00 |
|
octarine-noise
|
6801304bd1
|
do not access TileEntities in unloaded chunks
|
2019-09-03 14:24:26 +02:00 |
|
octarine-noise
|
d96ac1c94c
|
update Forge / Forgelin / Kotlin versions
|
2019-09-03 14:23:44 +02:00 |
|
octarine-noise
|
ac015b12df
|
disable Optifine CTM support, fix custom colors
|
2019-04-13 09:37:57 +02:00 |
|
octarine-noise
|
71f0be0c93
|
fix shader mod integration
|
2019-03-02 13:27:39 +01:00 |
|
octarine-noise
|
bcc1b04e6b
|
Optifine dev wrapper must be written in Java
|
2019-03-02 12:00:28 +01:00 |
|
octarine-noise
|
cbee4916ed
|
Merge branch 'kotlin-1.10' into kotlin-1.12
|
2018-10-26 17:38:14 +02:00 |
|
octarine-noise
|
418d955f54
|
add Forgelin as mod dependency
|
2018-10-26 17:37:16 +02:00 |
|
octarine-noise
|
3121542c07
|
fix operand stack overflow in RenderChunk class transformation with recent Forge versions
|
2018-10-25 14:17:57 +02:00 |
|
octarine-noise
|
ab08457ae7
|
Merge branch 'kotlin-1.10' into kotlin-1.12
|
2018-10-25 14:15:06 +02:00 |
|
octarine-noise
|
5b1b35a891
|
update to latest recommended Forge
|
2018-10-25 14:14:30 +02:00 |
|
octarine-noise
|
787b3993b5
|
allow access to ClassWriter flags in class transformer context
|
2018-10-25 14:05:13 +02:00 |
|
octarine-noise
|
c593ff9bcb
|
Merge branch 'kotlin-1.10' into kotlin-1.12
|
2018-10-25 13:46:29 +02:00 |
|
octarine-noise
|
afa619f838
|
use Forgelin
|
2018-10-25 11:11:14 +02:00 |
|
octarine-noise
|
e704a0af94
|
update to latest recommended Forge
|
2018-10-25 11:10:44 +02:00 |
|
octarine-noise
|
0997b83367
|
move values to properties file
|
2018-10-25 10:03:56 +02:00 |
|
octarine-noise
|
fe3030ef77
|
bump version to 2.1.11
|
2017-10-01 12:31:33 +02:00 |
|
octarine-noise
|
7aa510189a
|
fix gray blocks with Optifine custom colors enabled
|
2017-09-30 13:37:43 +02:00 |
|
octarine-noise
|
36a3a38ff1
|
Merge branch 'kotlin-1.11.2' into kotlin-1.12
|
2017-09-10 01:18:47 +02:00 |
|
octarine-noise
|
7f4ee4b0a3
|
support MC versions 1.12 and 1.12.1 as well
|
2017-09-10 01:15:33 +02:00 |
|
octarine-noise
|
a4c6d1eecd
|
Merge branch 'kotlin-1.10' into kotlin-1.11.2
|
2017-09-10 01:13:41 +02:00 |
|
octarine-noise
|
73223c15c3
|
bump version to 2.1.10
|
2017-09-10 01:12:32 +02:00 |
|
octarine-noise
|
b55d90802f
|
fix broken serverside detection
|
2017-09-10 01:11:27 +02:00 |
|
octarine-noise
|
c5261216b2
|
Merge branch 'kotlin-1.11.2' into kotlin-1.12
|
2017-08-12 19:12:46 +02:00 |
|
octarine-noise
|
50399052b0
|
Merge branch 'kotlin-1.10' into kotlin-1.11.2
|
2017-08-12 18:57:10 +02:00 |
|
octarine-noise
|
e29d224df4
|
update to more recent Forge (GUI factory changes)
|
2017-08-12 18:19:25 +02:00 |
|
octarine-noise
|
3b7c44b062
|
bump version to 2.1.8
|
2017-08-12 18:15:18 +02:00 |
|
octarine-noise
|
32bf60492d
|
add OptiFine custom color support
|
2017-08-12 17:58:24 +02:00 |
|
octarine-noise
|
9685971fd4
|
update lang file
|
2017-08-12 16:37:47 +02:00 |
|
octarine-noise
|
dacc63b11a
|
minor code cleanup
|
2017-08-12 16:37:27 +02:00 |
|
octarine-noise
|
e20a3fbc54
|
move nVidia compatibility to a config option
|
2017-08-12 16:33:22 +02:00 |
|
octarine-noise
|
39df1951df
|
add default model mappings for Lithos Core
|
2017-08-12 16:09:21 +02:00 |
|
octarine-noise
|
4761eb266f
|
add support for block variants and multiple wood log bark textures
|
2017-08-12 15:59:22 +02:00 |
|
octarine-noise
|
25c302ecb6
|
add support for modded netherrack and mycelium
add support for NetherEx
|
2017-08-12 10:46:42 +02:00 |
|
octarine-noise
|
dec1f6ff03
|
Merge branch 'kotlin-1.11.2' into kotlin-1.12
|
2017-07-10 17:30:30 +02:00 |
|
octarine-noise
|
f145ff221e
|
Merge branch 'kotlin-1.10' into kotlin-1.11.2
|
2017-07-10 17:27:34 +02:00 |
|
octarine-noise
|
c865c8e5ad
|
bump version to 2.1.7
|
2017-07-10 17:20:32 +02:00 |
|
octarine-noise
|
47781cad91
|
fixed all rendering layer woes (hopefully)
|
2017-07-10 17:18:26 +02:00 |
|
octarine-noise
|
e329ce0270
|
remove unnecessary mirroring of round log endcap texture
|
2017-07-10 15:29:21 +02:00 |
|
octarine-noise
|
7cae04d7b4
|
fix round log texture glitch on non-nVidia cards
|
2017-07-10 15:28:52 +02:00 |
|