Commit Graph

211 Commits

Author SHA1 Message Date
f1af00738e Merge pull request 'version 1.5.6 fix for server imports + support for continuity and MoreCulling compat' (#11) from dev into master
All checks were successful
deploy / deploy (push) Successful in 5m44s
Reviewed-on: #11
2024-03-25 16:33:09 +01:00
3048f53878 removed necessary implementation and updated to minor version 2024-03-25 16:27:58 +01:00
f222e4dc24 fixed incompatibility with MoreCulling + fixed server crash with clientside classes import + continuity connected textures support 2024-03-25 15:22:28 +01:00
5c064176b2 complied with FramedBlock assets License by making this project Multi-Licensed. In addition, wrote a README.md + cache reload fix on resource reload + items for hammer, blueprint and screwdriver + updated to v1.5.5 2024-03-15 23:30:10 +01:00
186cca3e27 Merge pull request 'v1.5 new shapes + self culling + caching + coding tools/cleanup' (#10) from dev into master
All checks were successful
deploy / deploy (push) Successful in 5m42s
Reviewed-on: #10
2024-03-14 22:30:29 +01:00
08bde119b2 updated version for publish 2024-03-14 22:28:45 +01:00
6922dcc9d9 improved naming + added new voxel list builder + Half Stairs Slab + Half Stairs Stair + Layer + coherence in model orientations 2024-03-14 22:05:14 +01:00
b1ba784ee3 made stairs connect when 2 different instance are used + organized todos 2024-03-10 15:43:06 +01:00
c207fb5ae6 renamed blocks for more clarity and expandability 2024-03-10 15:26:29 +01:00
5fcb983592 fixed small cube and caching for dynamic models items because items rerender often 2024-03-09 15:26:50 +01:00
bd412bfccd added missing shape 2024-03-08 23:50:50 +01:00
96f08bdd3e w.i.p more shapes + more coherent properties name (yes changing again) 2024-03-08 23:50:17 +01:00
394c75f9ed fix error + cleanup 2024-03-08 20:45:11 +01:00
e6c9ee63cd self culling !! 2024-03-08 20:38:14 +01:00
239802ce7b cleanup 2024-03-06 22:16:43 +01:00
5f87489939 better caching for both appearances and meshed models 2024-03-06 22:10:11 +01:00
d43d9456ee Merge pull request 'moved and created data generation for all elements other than models + removed block that aren't working' (#9) from dev into master
All checks were successful
deploy / deploy (push) Successful in 5m48s
Reviewed-on: #9
2024-03-05 21:56:03 +01:00
de7acfee50 moved and created data generation for all elements other than models + removed block that aren't working + cleanup 2024-03-05 21:54:36 +01:00
2957a899db Merge pull request 'Sound support + OffHand camo.' (#8) from dev into master
All checks were successful
deploy / deploy (push) Successful in 5m6s
Reviewed-on: #8
2024-03-04 17:04:13 +01:00
6ca266b676 patched sounds on the frames and made it so that it will take the texture of the block in offhand 2024-03-04 16:57:18 +01:00
Adrien1106
4d87ce9753
Merge pull request #1 from quentinlegot/CI-fix
Fix CI while fethcing wrapper-validation-action
2024-03-03 22:54:55 +01:00
e196975f1d
Fix CI while fethcing wrapper-validation-action 2024-03-03 22:53:30 +01:00
e8ce990955 removed w.i.p. mixins 2024-03-03 21:57:22 +01:00
c3e2e626c8 removed useless element in github workflow 2024-03-03 21:49:09 +01:00
f3578a4da5 Merge pull request 'Indium suppor + github runner' (#7) from dev into master
Some checks failed
deploy / deploy (push) Failing after 5m3s
Reviewed-on: #7
2024-03-03 21:34:52 +01:00
dccc01ef49 Added Modrinth Auto Publisher on github workflow 2024-03-03 19:33:25 +01:00
961165104d added support for indium/sodium 2024-03-03 17:43:53 +01:00
28ae110e14 Merge pull request 'Double frames' (#6) from dev into master
All checks were successful
deploy / deploy (push) Successful in 5m14s
Reviewed-on: #6
2024-03-02 02:02:47 +01:00
13539fd91d added some todos 2024-03-02 01:57:25 +01:00
9c6e436fe3 fixed culling error and updated version to 1.3 2024-03-02 01:29:08 +01:00
53107d090b added double stair and found a culling error 2024-03-02 01:14:28 +01:00
a3ffe17a7e fixed connected texture (might still have bugs) 2024-03-01 23:43:28 +01:00
87616ae930 removed unused mixin 2024-03-01 21:58:57 +01:00
ce216d1f9f some rework / cleanup with full rework of culling to work by parts. no self culling yet? still missing work on connected textures 2024-03-01 21:56:22 +01:00
6a84a14f3e cleanup to prepare for double camos 2024-02-28 21:21:28 +01:00
fcd5d77b26 added item render support for athena blocks and some improved readability 2024-02-28 00:31:42 +01:00
0a050a2abc removed old changelog 2024-02-26 21:12:04 +01:00
5824d5d60c fixed chipped gradle import 2024-02-26 21:10:59 +01:00
6dc0cf7fdf Merge pull request 'Athena support + stair improvements + coloration' (#5) from dev into master
All checks were successful
deploy / deploy (push) Successful in 5m13s
Reviewed-on: #5
2024-02-26 17:05:24 +01:00
5779aa7bee added support for multilayered textures with different coloration's such as grass_block 2024-02-26 16:47:31 +01:00
58d9687ff8 added athena connected texture support (connected blocks do not refresh unless another block is placed next to it) 2024-02-26 16:28:02 +01:00
4ec8f4903a complexified stairs models for better transparent renders hopping to not deteriorate the performances too much 2024-02-26 16:09:19 +01:00
bba83206a2 fixed some shapes being badly generated 2024-02-26 15:25:52 +01:00
b30177a5c7 Merge pull request 'Fix mixin trying to inject code in server not available (because the class is client only)' (#3) from dev into master
All checks were successful
deploy / deploy (push) Successful in 4m57s
Reviewed-on: #3
2024-02-17 22:31:39 +01:00
aef1cfbf43 Fix mixin trying to inject code in server not available (because the class is client only) 2024-02-17 22:29:44 +01:00
1e132c71ef Merge pull request 'Add data generation before publishing' (#2) from dev into master
All checks were successful
deploy / deploy (push) Successful in 3m56s
Reviewed-on: #2
2024-02-16 22:29:53 +01:00
467b4f2031 Add data generation before publishing 2024-02-16 22:28:46 +01:00
0233b3fa49 Merge pull request '1.0-SNAPSHOT' (#1) from dev into master
All checks were successful
deploy / deploy (push) Successful in 3m23s
Reviewed-on: #1
2024-02-16 21:50:02 +01:00
016fa46c79 Fix resources process gradle task 2024-02-16 21:42:26 +01:00
d826d17c73 Add deploy gitea task, add some gradle task 2024-02-16 21:34:21 +01:00