13
0
geforkt von Mirrors/Paper
Commit graph

79 Commits

Autor SHA1 Nachricht Datum
dfsek
6a93c5c949 Add methods to ProtoWorld for working with BlockStates (#5929) 2021-07-07 03:23:16 -07:00
Nassim Jahnke
7037cd401f Update to Minecraft 1.17.1 (#6097) 2021-07-07 08:52:40 +02:00
chickeneer
d61d127882 AbstractSkeleton should extend RangedEntity (#6087)
This includes Strays and matches the mojang RangedAttackMob
2021-07-05 22:48:08 -05:00
Jason Penilla
d9fde9a55a Add back linking to Adventure Javadoc (#6088) 2021-07-05 20:25:23 -07:00
Jake Potrebic
fff6b90af3 Fix Player#playerListName nullability annotation (#6089) 2021-07-05 20:22:11 -07:00
Kezz
1029e65bb2 Implement Sound.Source.Provider (#5935) 2021-06-28 14:07:19 +01:00
Prof-Bloodstone
5126271b6c Make gradle take build number from env vars and add git build info (#5890)
* Make gradle take build number from env vars

* Add git information to manifest and version command/log

* trim

* Fix tests by adding NotNull annotations

* rebase

* Apply suggestions from kashike

Co-authored-by: Riley Park <rileysebastianpark@gmail.com>

* Not always show branch

* Why can't everything be NotNull by default?

* Rebase

Co-authored-by: Riley Park <rileysebastianpark@gmail.com>
2021-06-23 19:19:44 +02:00
Owen1212055
4a7d7decce Add more fox API (#5743) 2021-06-22 03:44:02 -04:00
Riley Park
8510a478dd Better checking for method return TYPE_USE annotations 2021-06-21 10:08:30 -07:00
Riley Park
b7b70f682f Allow use of TYPE_USE annotations 2021-06-21 09:55:17 -07:00
BillyGalbreath
5166ece434 Permission message upgrades (#5932)
* Permission message upgrades

* Allow for blank lines after split

* the future is now :o
2021-06-21 09:07:21 -05:00
Pedro Arenas
f1cf984988 Fix EntityEquipment::setDropChance Javadoc (#5925) 2021-06-21 01:42:42 -04:00
Underscore11
fbc750341f fix: Blank ('') no-permission messages shouldn't send blank lines (#5892) 2021-06-20 18:50:36 -07:00
Jason Penilla
c0ee8ae35e Rename package from io.papermc.paper.world.gen to io.papermc.paper.world.generation (#5894) 2021-06-19 22:02:27 -07:00
dfsek
cba64693c4 Worldgen Feature API (#5727) 2021-06-19 21:48:30 -07:00
Jason Penilla
166760a713 Remove chat event APIs marked as deprecated for removal with 1.17 2021-06-18 15:47:40 -07:00
MiniDigger | Martin
ba7094caa9 downgrade snakeyaml to fix issues with comments
this was done by upstream, but got missed. Thanks @mrfloris for pointing this out.
2021-06-18 16:34:30 +02:00
Jake Potrebic
6d848fc4bf remove remaining POMs 2021-06-17 10:11:00 -07:00
Kyle Wood
d5de9fba04 Simplify Multi-Release plugin jar patch
We don't have to worry about running on Java <9 anymore.
2021-06-16 23:18:18 -05:00
Jason Penilla
48c1ea17c3 Fix artifact ids 2021-06-16 16:23:02 -07:00
Jake Potrebic
7de25fd330 update to Adventure 4.8.1 2021-06-16 15:57:49 -07:00
MiniDigger | Martin
e3fac1cbe3 mojang mapped vanilla goals 2021-06-16 01:24:22 +02:00
Omer Uddin
b5d3f80d85 port some patches (#5837) 2021-06-15 01:44:37 -04:00
Jason Penilla
995348f469 final patches from remapped and unmapped
keep in mind many patches in the removed folder still need to be updated
2021-06-14 21:55:46 -07:00
Jason Penilla
d15e006a8c patches 2021-06-14 20:50:26 -07:00
Jake Potrebic
b8cf7d380e tons of patches (#5835) 2021-06-14 19:59:31 -07:00
Jason Penilla
fdd125c43e Put pom in correct location for Paperclip install to maven local feature 2021-06-14 18:50:13 -07:00
Jake Potrebic
efc6fa6a04 more patches 2021-06-14 12:58:32 -07:00
Jake Potrebic
1c8b088450 more patches & fixes to existing patches 2021-06-14 12:17:47 -07:00
Jake Potrebic
38bf247e27 more patches 2021-06-14 11:50:22 -07:00
Jake Potrebic
b398125ead more patches 2021-06-14 09:58:00 -07:00
Aurora
a84faa9d7d even moar workkkkk 2021-06-14 16:41:34 +02:00
Josh Roy
983b5e1680 need to look at this later, fails rn 2021-06-14 06:47:04 -07:00
Josh Roy
c5794c5351 even MOAR progress 2021-06-14 06:45:16 -07:00
Aurora
578ec8c6fe more work work work 2021-06-14 12:42:08 +02:00
Aurora
52bc694983 more work uwu 2021-06-14 11:46:59 +02:00
Jake Potrebic
97f581f459 more patches (#5827)
* more patches

* even moar patches
2021-06-14 01:37:14 -07:00
Jason Penilla
3390082ea7 progress 2021-06-13 22:32:56 -07:00
Jason Penilla
d6cfd79fb2 patches 2021-06-13 19:40:12 -07:00
Jason Penilla
24cd075f4e Use correct jetbrains annotations 2021-06-13 18:48:31 -07:00
Jake Potrebic
ddb72c221d EVEN MOOOOOAAAAAAARRRRRRR patches :) (#5820) 2021-06-13 18:06:38 -07:00
MiniDigger | Martin
114713030c not even checkstyle can help us now 2021-06-14 01:48:04 +02:00
Jake Potrebic
3ee043dc0c MOAR PATCHES 2021-06-13 15:05:18 -07:00
Jake Potrebic
7dd2ea0897 more patches 2021-06-13 12:29:58 -07:00
MiniDigger | Martin
6358589ae3 adjust material set tag sizes
MC added a buuuunch of stuff
2021-06-13 20:34:14 +02:00
Nassim Jahnke
1325ad102a More more work 2021-06-13 14:43:56 +02:00
Nassim Jahnke
8521fdc840 More work 2021-06-13 13:40:34 +02:00
Nassim Jahnke
43227a418f Work 2021-06-13 11:41:07 +02:00
Jason Penilla
4ec60d8958 patches and patches 2021-06-13 01:26:58 -07:00
Jason Penilla
9a7acfee26 patches
fix
2021-06-12 23:48:25 -07:00