Madis
1e69a0a526
Estonian translation
2019-07-08 12:05:17 +03:00
grondag
ad361ed1b6
Use correct value for white colorIndex
...
Addresses #299
2019-07-07 22:59:00 -07:00
grondag
099c1e8b8c
Various Indigo Improvements ( #295 )
...
- Fix #199 Vanilla Bug: Glowstone creates AO shade
- Fix #289 Rendering on the Cutout and Transparent Layers together interferes with water rendering
- Fix #290 Smooth lighting breaks on continuous angled surfaces
- Fix #291 QuadEmitter not cleared on MeshBuilder.build()
- Fix #292 Render context QuadEmitter crash with flat lighting
- Fix #293 Relax vertex order requirements for modded quads
- Fix swapped color components for grass and other blocks
- Add option to partially support non-standard vertex formats
2019-07-07 23:16:19 +02:00
grondag
6519cfb41e
Handle floating point error in QuadEmitter.square() depth argument ( #296 )
2019-07-07 23:15:24 +02:00
asie
592d1d229f
port to 1.14.4-pre1
2019-07-03 21:21:00 +02:00
valoeghese
896c7fbb2d
Fabric Biomes API ( #200 )
...
Co-authored-by: Prospector <prospectordev@gmail.com>
Co-authored-by: coderbot16 <coderbot16@gmail.com>
2019-07-03 20:53:42 +02:00
svipthedrunk
a1fec501f4
Updated build.gradle for the javadocs + fixed some oversights of the last commit
2019-06-27 18:22:48 +02:00
svipthedrunk
b494ebebbb
Fixed most of the javadoc comments and removed unused imports
...
Mostly replaced instances of > with its correct html representation ">"
Changed or removed some bad @link entries, mostly stuff due to overseen code changes
Could not find the referenced class VertexEditor at all, removed these references out of the docs
Some errors still exists due to referenced objects not in the classpath at the time the javadoc is build
Proposal do some gradle magic
2019-06-27 18:18:10 +02:00
modmuss50
43028fa68d
Fix fabric-loot-tables-v1 not having a build hash
2019-06-24 19:50:26 +01:00
modmuss50
dd6c927b12
Merge branch 'snapshot/1.14.3'
2019-06-24 16:17:26 +01:00
modmuss50
39ff57de0b
Update to 1.14.3
2019-06-24 16:17:09 +01:00
grondag
029ec62e98
Fix dark faces on interior quads with flat lighting ( #273 )
2019-06-14 19:58:35 +02:00
Draylar
7dfef87c3a
FabricKeyBinding configured KeyCode getter ( #245 )
2019-06-13 10:20:57 +02:00
Adrian Siekierka
f0d568005e
1.14.3-pre2
2019-06-13 10:16:42 +02:00
Adrian Siekierka
10d8dc0969
Merge branch 'master' into snapshot/1.14.3
2019-06-13 10:03:02 +02:00
asie
c189dc5c11
fix license headers
2019-06-10 07:25:37 +02:00
asie
7e493977f4
fix fabric-tag-extensions-v0 on 1.14.2
2019-06-09 21:49:27 +02:00
Juuxel
05f11b75e4
Loot table manipulation API ( #160 )
2019-06-09 21:47:28 +02:00
grondag
6dad974e70
Add RenderReloadCallback Event ( #217 )
2019-06-09 21:36:12 +02:00
asie
e46586a959
Add API for checking if a tag has been replaced ( #63 )
2019-06-09 21:35:01 +02:00
asie
baba33ba30
fabric-registry-sync: lots of fixes and debug functionality
2019-06-09 14:27:39 +02:00
grondag
229941196c
MaterialFinder honors Translucent again, fix #258 ( #259 )
2019-06-08 22:24:17 +02:00
asie
f8c32967ad
bump fabric-renderer-indigo version
2019-06-06 22:22:14 +02:00
grondag
0ddb3a4838
Fix bad flat lighting on inset quads ( #253 ) ( #254 )
2019-06-06 19:44:54 +02:00
grondag
c00bc2e112
Make HYBRID the default lighting mod ( #255 )
2019-06-06 19:44:40 +02:00
grondag
b882f0e925
Merge pull request #228 from grondag/master
...
Improve lighting of exterior vertices
2019-06-05 05:54:08 -07:00
grondag
9ff0718ada
Remove reundant modifiers
2019-06-05 05:52:33 -07:00
Adrian Siekierka
bdffbb2cdb
1.14.3-pre1
2019-06-03 19:02:44 +02:00
grondag
0275a7756e
Fix exterior vertex lighting
2019-05-30 19:24:28 -07:00
grondag
702c210a7a
Classify quads outside block bounds as full-bounds
...
Also improves configurability
2019-05-30 06:00:16 -07:00
asie
792c1c35b3
be less fancy with fixes
2019-05-29 23:53:32 +02:00
asie
5b6551ce12
fix #222
2019-05-29 23:10:56 +02:00
grondag
620b4d6141
Fix #223 (bad flat lighting on irregular cull face quads) ( #224 )
2019-05-29 23:04:31 +02:00
asie
4d26f9bab4
[fabric-registry-sync] fix StateIdTracker
2019-05-28 19:08:33 +02:00
asie
9e67cf46e9
[fabric-renderer-indigo] apply Indigo mixins only on client side
2019-05-28 18:29:42 +02:00
Adrian Siekierka
99245497ed
Registry event API + loot table fix ( #194 )
2019-05-28 18:28:00 +02:00
Ibby
b1a0ff93ae
Make FabricToolTags not deprecated
2019-05-27 12:01:17 -07:00
Adrian Siekierka
6263b147d3
mark as 0.3.0/1.14.2
2019-05-27 14:28:56 +02:00
grondag
4076d79a11
Apply face culling consistently in mesh consumer ( #216 )
2019-05-27 06:55:27 +02:00
Adrian Siekierka
144f81d241
mark Indigo as 0.1.1
2019-05-26 15:32:55 +02:00
grondag
8a8ad746d4
FIX: Honor null blend mode in Indigo material finder ( #213 )
2019-05-26 15:32:34 +02:00
Adrian Siekierka
27e744c06a
Indigo compatibility/configuration improvements ( #205 )
2019-05-26 15:32:07 +02:00
Adrian Siekierka
25fd0c5267
compatibility improvements for Bukkit environments
2019-05-26 14:31:30 +02:00
asie
b02b567de3
fix custom containers not working with new fabric-networking
2019-05-24 21:54:51 +02:00
Adrian Siekierka
d36c5fcf8e
add sprite atlas path hooks, path-specific events ( #195 )
2019-05-24 10:24:01 +02:00
Adrian Siekierka
200eb5c2ac
Fix Fabric-caused networking ByteBuf leaks ( #197 )
...
A vanilla-caused leak remains, which appears to be a new take on an old Mojang bug: https://bugs.mojang.com/browse/MC-121884?focusedCommentId=548927&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-548927
2019-05-19 21:16:45 +02:00
asie
7861737634
remove unused fabric.mod.json
2019-05-18 22:46:58 +02:00
Adrian Siekierka
02a46d5b29
[ #65 ] Renderer API + Indigo ( #189 )
...
Big thanks to Grondag and Player for all the pain and trouble we all went through.
2019-05-18 22:25:27 +02:00
Adrian Siekierka
45e1a1c86e
recompile to fix #185 , bump version of affected module
2019-05-18 12:05:32 +02:00
asie
dc4c57c269
[fabric-rendering-fluids] fix license format
2019-05-17 23:43:28 +02:00