modmuss50
7b6f8bc5f3
Fix commands on servers. ( #604 )
...
* Fix commands on servers.
Based off the same fix I made a year or two ago...
* Fix
2020-05-02 21:19:24 +01:00
modmuss50
eec4b1a447
Bump version
2020-04-30 00:06:13 +01:00
Juuxel
2a034f0a88
Add a hook for BuiltinModelItemRenderer ( #563 )
...
* Add builtin item renderers
Closes #488 .
* Bump fabric-rendering-v1 to 1.0.0
* Code review
* Add comments
* Code review II
Co-authored-by: liach <liach@users.noreply.github.com>
* Add missing license headers
* Switch to ugly class singletons
* Add null checks to BuiltinItemRendererRegistry.register
* Protect against overwriting others' renderers by catching exceptions
Co-authored-by: liach <liach@users.noreply.github.com>
2020-04-30 00:05:39 +01:00
i509VCB
796d1cc4d3
Object builders v0->v1 migration ( #537 )
...
Co-authored-by: modmuss50 <modmuss50@gmail.com>
2020-04-29 23:44:51 +01:00
modmuss50
6ffe71e2a9
Bump version
...
Also fix running in dev
2020-04-29 22:12:11 +01:00
i509VCB
2e0c4ff552
Migrate commands to v1 ( #539 )
...
* Migrate commands to v1
* Update fabric-commands-v1/src/main/resources/fabric.mod.json
Co-Authored-By: liach <7806504+liach@users.noreply.github.com>
* Update fabric-commands-v1/src/main/java/net/fabricmc/fabric/api/command/v1/CommandRegistrationCallback.java
Co-Authored-By: liach <7806504+liach@users.noreply.github.com>
* commands -> command and improved javadoc.
* Fix the stragglers
* swap dedicated and dispatcher params
* Update fabric-command-v1/src/main/java/net/fabricmc/fabric/api/command/v1/CommandRegistrationCallback.java
Whoops forgot that one
Co-Authored-By: Juuxel <6596629+Juuxel@users.noreply.github.com>
* module name order has been restored.
Co-authored-by: liach <7806504+liach@users.noreply.github.com>
Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>
2020-04-29 22:05:43 +01:00
Player
915c4463ea
Remove DynamicAttributeTool from ToolItem to fix vanilla tools being universally effective
2020-04-22 17:18:28 +02:00
Player
e40501d4d5
Fix import order to make checkstyle happy
2020-04-22 10:52:20 +02:00
Prospector
ea4672f136
fabric-climbable-api-v1 - Re-implementing minecraft:climbable on 1.15 ( #558 )
2020-04-22 08:41:13 +00:00
Player
ea0c4fa998
Bump version
2020-04-22 07:28:42 +00:00
Player
692f3e57e9
Bump fabric-tool-attribute-api
2020-04-22 07:28:20 +00:00
Player
20bf598a7b
Fix missing cancellable in MixinPlayerInventory
2020-04-22 07:27:34 +00:00
Player
45c38e2d22
Bump version
2020-04-22 05:39:46 +02:00
Meredith Espinosa
ec951ea440
fabric-mining-levels-v0 -> fabric-tool-attribute-api-v1 (1.15 edition) ( #460 )
...
Moves the ToolManager and tool tags declared in fabric-mining-levels-v0 to a new fabric-tool-attributes-v1, along with adding new interfaces to be implemented on tools so that mining speed, mining level, and entity attribute modifiers can be decided by the itemstack.
2020-04-22 03:30:02 +00:00
modmuss50
ad2f81bd4c
Bump version
2020-04-20 01:42:07 +01:00
Erlend Åmdal
0715dda6df
Fix particle API javadocs ( #535 )
2020-04-20 01:41:29 +01:00
modmuss50
0fb9af842c
Bump version
2020-04-20 01:11:56 +01:00
Erlend Åmdal
1fe2961f4b
Fix FabricMaterialBuilder#notSolid returning the wrong builder type ( #533 )
2020-04-20 01:11:11 +01:00
modmuss50
f8935a2594
Merge 1.16's build.gradle changes, includes javadoc's
2020-04-20 01:04:07 +01:00
Sargun Vohra
bd8e7c315a
Check the Fabric box when uploading to curseforge ( #574 )
...
* Check the Fabric box when uploading to curseforge
This will ensure mod auto update tools know it's a Fabric jar.
* Update cursegradle version
2020-04-20 00:56:39 +01:00
liach
0036435150
Update checkstyle and change tab width to be 4 than 8 ( #518 )
...
* Remove unnecessary chmod in travis script
* Update checkstyle and fix indent config
* Travis CI optimizations and checkstyle fixes
2020-04-11 21:24:59 +02:00
modmuss50
24e5bfc827
Bump Version
2020-03-11 11:55:07 +00:00
modmuss50
fac69e32a7
Fix AttackBlockCallback being fired for incorrect player actions ( #520 )
2020-03-11 11:53:39 +00:00
Player
7acb0ecdd8
Bump version
2020-03-05 13:48:36 +01:00
Juuxel
2ad15631c8
Fix day/night-cycle enabling in World.isDay and World.isNight being
...
hardcoded for Overworld, use Dimension.hasVisibleSky instead.
- World.isDay() and World.isNight() are now un-hardcoded.
Instead of checking for the overworld, they check for a visible sky
like clocks. The check is false for the nether and the end,
so vanilla behaviour stays the same.
2020-03-05 13:43:51 +01:00
modmuss50
d9bddadaa0
Set curse game version
2020-02-10 17:15:00 +00:00
modmuss50
e939d5c64a
Bump version
2020-02-10 17:13:40 +00:00
modmuss50
f08b613338
Fix ForwardingBakedModel not forwarding isSideLit. Closes #501 ( #502 )
...
* Fix ForwardingBakedModel not forwarding isSideLit. Closes #501
* Remove unused DamageModel
* Bump version
2020-02-10 17:13:08 +00:00
modmuss50
9ccefa5712
Publish a fat javadoc jar to maven ( #503 )
...
* Publish a fat javadoc jar to maven
* Cleanup
2020-02-10 17:13:07 +00:00
Player
9290e2ed7b
Bump version
2020-02-10 00:57:59 +01:00
2xsaiko
88fd2ae928
Check cullface after transform
2020-02-09 23:51:57 +00:00
modmuss50
aea78a258d
1.15.2
2020-01-21 15:16:39 +00:00
modmuss50
203491ea23
1.15.2-pre1
2020-01-14 20:50:51 +00:00
Juuxel
ce867d209a
Make checkstyle always use English
2020-01-04 19:25:14 +00:00
Player
a1bd3118a0
Bump versions
2020-01-01 14:01:16 +01:00
legobmw99
25c8636270
Resolve ClassCastException in UseItemCallback
...
Returns ActionResult, not TypedActionResult
2020-01-01 13:00:23 +00:00
TheGlitch76
3c664f3a9c
Always only return the last part of a branch
...
Not applying this causes certain environments (such as a local instance) to build artifacts in subdirectories with shortened names.
2019-12-30 15:04:30 +00:00
Player
90fe97f88e
Bump version
2019-12-28 16:30:48 +01:00
shedaniel
5341049050
fabric-rendering-v1 module & added HudRenderCallback ( #359 )
2019-12-28 15:29:04 +00:00
modmuss50
175d0eb82e
Fix render offset not being applied.
...
Fixes flower and other blocks always rendering in the center of the block
2019-12-28 07:51:56 +00:00
modmuss50
2605c5a557
Fix build
...
I thought this worked..
2019-12-17 21:26:06 +00:00
modmuss50
e8063fbd96
1.15.1
2019-12-17 21:17:41 +00:00
Player
abd91580dd
Bump versions
2019-12-10 22:46:06 +01:00
Player
6d8d2cc9dc
Fix Fabric-side thread safety for Tags obtained from TagRegistry
2019-12-10 22:42:14 +01:00
liach
7a0d585458
Update loom, use tinyv2 (for params/jd), update loader
...
The build passes, no worries
Signed-off-by: liach <liach@users.noreply.github.com>
2019-12-10 21:28:24 +00:00
modmuss50
d830abd6cf
Work around odd crash in OpenJ9 due to an anonymous in a mixin.
2019-12-10 21:26:24 +00:00
modmuss50
3b05f68e06
Version bump
2019-12-10 15:20:25 +00:00
modmuss50
5dcfb8552b
1.15
2019-12-10 15:17:35 +00:00
modmuss50
821cdba74e
1.15-pre7 - mapping changes
2019-12-09 21:40:36 +00:00
modmuss50
da060503f2
1.15-pre5
2019-12-05 14:07:00 +00:00