grondag
d2ac651a7a
19w38b API Fixes ( #370 )
...
* Fix compilation errors (untested)
* Random fixes
* Various modded rendering fixes
* Restore contract of RenderAttachedBlockView
* Bump versions as needed
* Add API for BlockRenderLayer
* Minor format / name cleanup
Will do a more comprehensive pass as part of separate refactor PR
* Bump versions not handled earlier
* Bump loader/mc bounds for dependent modules
* Update fabric-blockrenderlayer-v1/src/main/java/net/fabricmc/fabric/impl/blockrenderlayer/v1/BlockRenderLayerMapImpl.java
Co-Authored-By: liach <7806504+liach@users.noreply.github.com>
* Update fabric-blockrenderlayer-v1/src/main/java/net/fabricmc/fabric/impl/blockrenderlayer/v1/BlockRenderLayerMapImpl.java
Co-Authored-By: liach <7806504+liach@users.noreply.github.com>
* Minor clean ups
* Improve docs, minor format corrections.
* Update MC dependency
2019-09-20 16:50:49 -07:00
modmuss50
d32291da65
Fix resource-loader
2019-09-18 23:24:15 +01:00
Prospector
5ed88c193a
Add more metadata to the modules ( #353 )
...
* Add fabric-api-base as a dep to fabric-networking-v0
2019-09-09 01:48:43 +02:00
modmuss50
b4f62fb5a7
Update fabric-loader to replace deprecated methods
2019-08-28 22:17:50 +01:00
Player
66a6b610bc
Add 1.15 MC deps where needed, update loader, bump versions.
2019-08-27 18:43:09 +00:00
Adrian Siekierka
ab8198ed5f
update license header, add .editorconfig, run formatter - close #28
2019-04-26 20:18:20 +02:00
Adrian Siekierka
dff44ec84f
[ #148 ] Migrate to a modular JAR-in-JAR system, update to Loader 0.4.x
2019-04-24 00:47:39 +02:00
Adrian Siekierka
16120298f7
fix FabricEntityTypeBuilder NPE
2019-04-20 10:18:51 +02:00
Adrian Siekierka
f5024a75c3
update entity tracking registration code for new snapshot changes ( #145 )
2019-04-19 23:52:27 +02:00
Adrian Siekierka
9ed3b4e145
add command registration testing mod, close #143
2019-04-19 22:38:31 +02:00
asie
619f251fa5
update to 1.14pre3
2019-04-16 18:07:53 +02:00
modmuss50
93f49a4824
1.14 Pre-Release 1, just build script changes
2019-04-10 17:57:48 +01:00
Adrian Siekierka
5f3245b0fd
fix creative menu off-by-one crash
2019-04-07 14:51:44 +02:00
Pyrofab
31db2b6d1b
Fix SimpleResourceReloadListener reload override ( #137 )
...
`ResourceReloadListener#apply` was recently renamed to `reload` in yarn. Because Fabric's override wasn't marked as such, it seems it was missed during the update.
2019-04-06 21:48:40 +02:00
modmuss50
b03a9dbda3
19w14b, just mapping updates
2019-04-05 17:10:11 +01:00
modmuss50
ca298f60ed
Update to 19w14a, only mapping changes. Also fix version not being updated in the mod.json
2019-04-03 20:34:09 +01:00
Jonathan Frederick
eabeb85473
FabricEntityTypeBuilder: Rename immunteToFire field to immuneToFire ( #133 )
2019-03-28 09:23:58 +00:00
modmuss50
09f7993b17
Mixin fixes
2019-03-27 19:08:18 +00:00
modmuss50
240d8ab775
19w13a
...
EntityType's can now say if the entity is immune to fire, the builder has been update to support this.
Mainly mapping updates
2019-03-27 18:51:05 +00:00
modmuss50
163d37cd42
19w12b
2019-03-21 18:13:36 +00:00
modmuss50
3083a67ca4
Update to use fixed intermediary names.
2019-03-20 22:10:21 +00:00
modmuss50
f7617b19c1
19w12a
2019-03-20 18:52:51 +00:00
modmuss50
fa4b8dfc92
Fix ItemGroup buttons not working
2019-03-14 19:51:51 +00:00
asie
250befa01f
update to 19w11a
2019-03-14 14:28:13 +01:00
asie
cd5a529367
fix #118
2019-03-03 11:48:10 +01:00
asie
b50903e883
replace all occurences of printStackTrace with loggers/better handling
2019-03-01 18:45:27 +01:00
asie
384184eff7
tweak registry remapping logic ( #113 )
2019-03-01 18:38:46 +01:00
asie
8aa754d6eb
fix dedicated servers wrt last commit
2019-02-25 19:47:59 +01:00
asie
cc7320db01
append fabric reload listeners also on initial asset load
2019-02-25 12:04:08 +01:00
Modmuss50
98c307909e
Fix dedicated server commands ( #93 ) - hopefully a temporary approach (I wish...) ( #106 )
2019-02-25 00:48:35 +01:00
Adrian Siekierka
5c683237dd
update mappings, fix NIO resource pack support on paulscode, minor cleanup/tweaks ( #103 )
2019-02-22 23:21:54 +01:00
asie
d9e25ac47b
fix ModNioResourcePack
2019-02-21 07:42:19 +01:00
Adrian Siekierka
57faa8d1bd
API 0.2.2
2019-02-20 23:16:40 +01:00
asie
b3acb94a6d
fix test compile
2019-02-19 13:52:49 +01:00
UpcraftLP
71ab75d47c
remove redundant ItemStack.EMPTY check ( #94 )
2019-02-19 13:53:19 +01:00
asie
530f40e04b
fix argument order in ColorProviderMod test
2019-02-19 12:13:20 +01:00
asie
9de92b1cd5
fix Fabric generating non-compliant Identifiers
2019-02-18 16:36:03 +01:00
Adrian Siekierka
7e7585e56a
revert Mixin Accessor usage until Loader 0.4.0/Loom 0.3.0 hits
2019-02-17 15:26:11 +01:00
Adrian Siekierka
598f00488f
update mappings, add extra javadocs/deprecations, migrate to Mixin Accessors where applicable
2019-02-17 13:08:50 +01:00
asie
9a88c48a30
add some javadocs
2019-02-16 19:26:43 +01:00
Adrian Siekierka
2c2de27c8e
remove the correct line from fabric.mod.json
2019-02-14 23:24:04 +01:00
Adrian Siekierka
fbb91bf597
bump version to 0.2.1
2019-02-14 22:47:27 +01:00
Adrian Siekierka
995d416527
( #90 ) Pick block events re-done - close #86 , close #89
2019-02-14 22:46:53 +01:00
Adrian Siekierka
377a882f62
port to 19w07a
2019-02-14 22:45:47 +01:00
asie
0c62493b3f
add a temporary kludge to make the now-known-to-need-a-revamp pickblock hook work
2019-02-10 17:04:08 +01:00
asie
8eb2bd8e35
fix PlayerStream.all crashing during early server init
2019-02-10 16:05:31 +01:00
asie
c5b4685bdc
implement register/unregister to specification, hide unnecessary/false warning
2019-02-10 11:47:29 +01:00
Adrian Siekierka
33c36f8f29
final name changes, compilation fix
2019-02-10 02:48:25 +01:00
Adrian Siekierka
b5b9f82997
[0.2.0] add pick item callback ( #82 )
2019-02-10 02:44:07 +01:00
Adrian Siekierka
403d0c5a96
Remade networking hooks
2019-02-10 02:40:56 +01:00
Adrian Siekierka
cc6ae9d3cf
gui -> screen
2019-02-09 16:46:52 +01:00
Adrian Siekierka
562d9fce4e
remove unused FlammableBlockRegistryImpl code
2019-02-09 16:41:20 +01:00
Adrian Siekierka
2d246adb3e
update previous to 19w06a
2019-02-09 16:39:53 +01:00
Adrian Siekierka
a585b4833e
add flammable block registry, *2ObjectMap.clear to remove Fabric overrides ( #75 )
2019-02-09 16:37:26 +01:00
asie
004281cdac
joiner -> invokerFactory
2019-02-07 13:11:10 +01:00
asie
9dffeebaf1
name changes
2019-02-07 12:58:21 +01:00
asie
8bda86f21d
remove most deprecations
2019-02-07 10:56:58 +01:00
asie
6b7848bea0
more cleanup
2019-02-07 10:55:14 +01:00
Adrian Siekierka
6ea76ea07d
fix SpriteAtlasTexture injects
2019-02-06 22:13:47 +01:00
Adrian Siekierka
9cb807b212
Class cleanup, stage 1
2019-02-06 21:57:42 +01:00
Adrian Siekierka
16d32490f6
Merge 0.2.0-style Event API
2019-02-06 21:50:51 +01:00
Adrian Siekierka
fe18b98757
initial 19w06a update
2019-02-06 21:48:38 +01:00
asie
6f93f1cfb7
fix ParticleManager not being registry-hooked
2019-02-02 02:10:09 +01:00
asie
08c921267a
tie Fabric resource pack location with vanilla resource location, helps #79
2019-01-31 01:44:17 +01:00
asie
442d057b0d
fix mixin JSON
2019-01-30 20:41:06 +01:00
asie
a3bd0bb883
as of 19w05a, spawn packets are provided by entities themselves
2019-01-30 20:40:25 +01:00
asie
f1fa5cfd3c
update to 19w05a
2019-01-30 19:07:33 +01:00
asie
dc75d45c51
work around INVOKEDYNAMIC usage in LootEntryTypeRegistry
2019-01-26 19:19:06 +01:00
asie
77928a3d65
fix dedicated server registry handling bug
2019-01-26 14:44:59 +01:00
asie
833a3e9fb3
mark 0.1.5, compilation fixes, naming tweaks
2019-01-26 00:00:39 +01:00
Juuxel
b88969cf13
( #59 ) Loot entry extensions
2019-01-25 23:53:11 +01:00
asie
2c3e78a357
( #72 ) Resource reloading hooks
2019-01-25 23:45:12 +01:00
asie
3a17200c4d
( #53 ) Fuel/composter hooks
2019-01-25 23:44:56 +01:00
asie
8285a8c056
update 19w04a
2019-01-24 20:29:31 +01:00
asie
447331e67e
update to 19w03c
2019-01-20 09:36:47 +01:00
Adrian Siekierka
113fc3c3a4
fix #71
2019-01-18 16:08:06 +01:00
Adrian Siekierka
6593414eae
fix #69
2019-01-17 18:57:02 +01:00
Adrian Siekierka
d7b5916416
update mappings
2019-01-17 18:51:59 +01:00
asie
373bb7da64
fix #68
2019-01-16 23:15:51 +01:00
asie
9deaaf9341
19w03a update
2019-01-16 22:41:18 +01:00
hea3ven
dfbf5fe3d0
Fix container desync in the client ( #61 ) ( #67 )
2019-01-14 18:25:09 +01:00
Sebastian Knackstedt
857f884694
Fix wrong placeholders. ( #60 )
2019-01-13 11:16:35 +01:00
asie
1ac17fe430
19w02a update
2019-01-09 21:29:39 +01:00
Adrian Siekierka
0c93861d27
bump version, mapping version
2019-01-06 13:33:50 +01:00
Adrian Siekierka
c42667b035
Keybinding API ( #57 )
2019-01-06 13:28:09 +01:00
modmuss50
1345c08cb8
Fix ItemGroup API on servers
2018-12-29 00:21:13 +00:00
modmuss50
8c5c87466f
Merge remote-tracking branch 'origin/master'
2018-12-28 22:00:45 +00:00
modmuss50
7203236c17
Fix item group naming being inconsistent, and fix minor rendering artifact with the creative gui buttons
2018-12-28 22:00:36 +00:00
Adrian Siekierka
ae4f5b739e
compile fix
2018-12-28 23:00:26 +01:00
Adrian Siekierka
fa7108e6e8
Model loading hooks ( #39 )
2018-12-28 22:58:19 +01:00
Modmuss50
2b462b0c51
Item Group API ( #44 )
...
* Inital proof of concept on the item group api
* Some changes
* Show hotbar tab + fix bug with inv slots not clearing out
* Better button textures + docs + tweaks/auto format
* Add an api to provide the stack to display and expand the example mod
* Use COMMON_GROUPS in all places
* Add a tooltip showing the page numbers
2018-12-24 23:15:53 +01:00
Adrian Siekierka
655788b93d
fix recursive loop in ContainerProviderImpl, trigger update to fix refmap
2018-12-22 21:32:04 +01:00
Adrian Siekierka
d96b4c3a24
bump to 0.1.2, bump dependencies
2018-12-22 18:49:00 +01:00
Adrian Siekierka
1f5a81e03e
container API tweaks
2018-12-22 18:46:42 +01:00
modmuss50
5b71b9c946
Container API ( #21 )
2018-12-22 18:38:57 +01:00
SquidDev
2349fa9ac7
Add a license to the ServerEventMod
2018-12-21 10:55:31 +00:00
Adrian Siekierka
eb8c0d4884
Merge pull request #30 from SquidDev/feature/server-stop
...
Add an event for when the server is about to stop
2018-12-20 20:57:34 +01:00
SquidDev
9b4050d122
Run the STOP event before shutdown, rather than after it.
2018-12-20 18:37:04 +00:00
asie
b85d399c76
I will not make commits at 1AM. I will not make commits at 1AM...
2018-12-18 01:12:30 +01:00
asie
aa63df6e1f
additional hardening for registry desync issues
2018-12-18 01:11:30 +01:00