modmuss50
0d474ec430
1.16-pre1
2020-06-04 21:20:20 +01:00
i509VCB
c38e8d9e1e
Object builders v0->v1 migration ( #537 )
...
* Migrate object builders from v0 -> v1
* Port entity attribute registry to v1
2020-04-29 22:48:08 +01:00
modmuss50
c808269fb2
20w14a
2020-04-02 19:28:36 +01:00
modmuss50
b7d52fa581
20w10a
2020-03-04 20:59:37 +00:00
modmuss50
434c9ae895
Update Loader requirement, fixing game version number.
2020-02-05 19:23:03 +00:00
modmuss50
9421522d5a
20w06a
2020-02-05 18:05:59 +00:00
modmuss50
f3d8141bae
1.15-pre1
2019-11-21 21:04:17 +00:00
modmuss50
d2e3099f39
19w42a
...
Includes a work around for the funky rendering issues, this will need looking into some more.
2019-10-16 18:54:16 +01:00
Modmuss50
9c45b1ef78
Wip 19w39a ( #386 )
...
* 19w39a fixes (#387 )
* Bump versions
* Breaks: BlockEntityRendererRegistry and EntityRendererRegistry
* Remove broken parts of rendering, bump major version
* Add renderer-registries, replaces broken parts of rendering api
* Slap a band-aid on renderer/Indigo - won't render properly, but runs
* Bump distribution versions, add renderer-registries to main build
* Clean up blockrenderlayer implementation package name
2019-09-28 18:07:04 -07:00
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