shedaniel
51c9e8b0d8
[ci skip] This is beautiful
2021-01-27 19:22:03 +08:00
shedaniel
d6acb9e78a
Bump base version to 1.5
2021-01-26 09:53:51 +08:00
shedaniel
d5e040604b
Merge remote-tracking branch 'architectury/feature/registry-creation-api' into 1.16
2021-01-26 09:53:36 +08:00
Max
721db319f9
Merge pull request #22 from architectury/feature/screen-open-event
...
Add GuiEvent.SET_SCREEN
2021-01-25 19:21:30 +01:00
Max
90245758f9
[ci skip] Merge pull request #29 from architectury/fixes/server-registry-crash
...
Fix mojank stripping containsKey from Registries on Server
2021-01-25 19:20:05 +01:00
Max
baf36d02fb
Fix mojank stripping containsKey from Registries on Server
2021-01-25 19:13:09 +01:00
Max
0b7e29cd2d
[ci skip] Add SET_SCREEN test to testmod
2021-01-25 19:10:27 +01:00
Max
69d6ab5255
Remove unused import
2021-01-25 18:58:42 +01:00
Max
8d1f10205c
Merge branch '1.16' into feature/screen-open-event
2021-01-25 18:51:49 +01:00
Max
9e733da049
Attempted fix for #25 ( #28 )
...
* Experiment with low priority and require=0 to try to fix #25
* Revert require = 0 because it didn't work
* (Hopefully) solve things with a mixin plugin
Might be overkill, but we could need it again in the future...
* Replace Platform call with FabricLoader
2021-01-25 18:09:56 +01:00
Max
a3e8bbd8f4
Update GitHub workflows to support [ci skip] tag
...
(It also now only respects "relevant" files like gradle configs and source files by default)
2021-01-25 18:08:57 +01:00
shedaniel
d6c2772d8e
Update architectury-plugin
2021-01-25 20:02:34 +08:00
shedaniel
a3e8131edb
Update architectury-plugin
2021-01-25 20:02:14 +08:00
shedaniel
0223834441
Fix crash registering reload listeners
2021-01-25 18:43:20 +08:00
shedaniel
d08b33b2cc
Merge remote-tracking branch 'architectury/1.16' into feature/registry-creation-api
2021-01-25 18:04:33 +08:00
shedaniel
9a8194b1f4
Update architectury plugin
2021-01-25 18:04:17 +08:00
shedaniel
b69eae29d7
Merge remote-tracking branch 'architectury/1.16' into feature/registry-creation-api
...
# Conflicts:
# build.gradle
2021-01-25 17:55:32 +08:00
shedaniel
dc702a01e6
FluidStackHooks in getting the rendering information for the fluids ( #26 )
2021-01-25 17:53:26 +08:00
shedaniel
492521dfe3
Add PlayerEvent#CHANGE_DIMENSION
2021-01-25 17:52:39 +08:00
shedaniel
bb33552a49
Fix #25
2021-01-25 17:33:10 +08:00
shedaniel
4acc8341d0
Add ItemStackHooks
2021-01-25 17:32:56 +08:00
shedaniel
c13620fc9c
Expose raw id from registries
2021-01-25 12:26:38 +08:00
Max
107ffe4aa7
Set @Unique to be mixin-wide in MixinMinecraft
2021-01-25 05:19:40 +01:00
shedaniel
9deb0f8be4
Merge branch '1.16' into feature/registry-creation-api
2021-01-25 11:57:04 +08:00
shedaniel
5e808e52ee
Add PR snapshots
2021-01-25 11:56:49 +08:00
Max
9994b9049e
Merge remote-tracking branch 'origin/1.16' into feature/screen-open-event
2021-01-25 04:24:55 +01:00
Max
2c96ec266e
Merge pull request #23 from architectury/patch/effect-instance
...
Fix mojank in EffectInstance
2021-01-25 04:15:17 +01:00
Max
5fbb420dd7
Only overwrite screen on SUCCESS, fix whitespace changes
2021-01-25 04:10:11 +01:00
shedaniel
a4beace95c
Registry API to create modded registries, close #21
2021-01-25 11:09:20 +08:00
shedaniel
5d4a779d05
Event cleanups
2021-01-25 11:07:09 +08:00
Max
ca8af3f754
Fix shader effects location being hardcoded to minecraft namespace
2021-01-25 03:48:06 +01:00
Max
0c7241ddfb
Add GuiEvent.SET_SCREEN
2021-01-25 03:06:41 +01:00
shedaniel
27de429afb
Bump minor version to 1.4
2021-01-24 22:16:12 +08:00
shedaniel
b4646a0226
Merge remote-tracking branch 'architectury/feature/raw-input-events' into 1.16
2021-01-24 22:15:55 +08:00
shedaniel
526bbfb8ec
Fix compilation error
2021-01-23 02:26:27 +08:00
shedaniel
465aeae5bd
Add ClientLifecycleEvent.CLIENT_SETUP and allow deferring in ColorHandlers
2021-01-23 02:15:49 +08:00
Max
7c4b602b10
Add 1.16.5 to CurseForge versions
2021-01-21 19:36:32 +01:00
shedaniel
0bb1d9c87e
Fix AW
2021-01-21 21:22:08 +08:00
shedaniel
bca73403d8
Add LevelResourceHooks
2021-01-21 21:09:32 +08:00
shedaniel
de90542afd
Add raw input events, close #16
2021-01-20 21:21:23 +08:00
shedaniel
9c6101835d
Close #18 Currently testing item / block addition, keybinds and creative tabs.
2021-01-20 20:28:15 +08:00
Max
5df13d4179
Merge pull request #13 from architectury/feature/recipe-serializer
...
Add AbstractRecipeSerializer
2021-01-20 00:52:11 +01:00
shedaniel
b066d19de8
Add AbstractRecipeSerializer
2021-01-16 02:30:41 +08:00
shedaniel
50352219e5
ArchitecturyBlockEntity to sync data to client ( #10 )
...
* ArchitecturyBlockEntity to sync data to client
* Add remap = false to @Shadow
* Upgrade gradle plugins
* Fix ArchitecturyBlockEntity on Forge
* Rename ArchitecturyBlockEntity to BlockEntityExtension
2021-01-16 01:39:03 +08:00
shedaniel
e28f43db87
Fix MenuRegistry crash, thanks @OroArmor
2021-01-13 20:39:26 +08:00
shedaniel
ce6fda2a2f
Migrate to ArchitecturyTarget
2021-01-13 01:12:47 +08:00
shedaniel
26c04a60c4
Fix Chocohead/OptiFabric#147
2021-01-12 10:09:43 +08:00
shedaniel
7b3462c0b9
Update forgified-fabric-loom to 0.5.26
2021-01-11 14:39:02 +08:00
shedaniel
75ee6b0d03
Migrate to non API centralized ExpectPlatform
2021-01-11 11:15:14 +08:00
shedaniel
2ded801007
Bump minor version
2021-01-10 18:51:52 +08:00