Commit Graph

3674 Commits

Author SHA1 Message Date
modmuss50 4d980ff5f5 1.20.5-pre4 2024-04-17 14:05:04 +01:00
apple502j cda522d9f2
1.20.5-pre3 more stuff (#3847) 2024-04-17 17:23:35 +10:00
Shnupbups 1f91bbccaa
1.20.5-pre3 stuff (#3846)
* 1.20.5-pre3 stuff

* a bit clearer
2024-04-17 11:33:42 +09:00
modmuss50 ad8ec9b45c 1.20.5-pre3 2024-04-16 15:01:26 +01:00
Shnupbups 9f0b05eb82
1.20.5-pre2 stuff (#3845) 2024-04-16 11:21:06 +09:00
modmuss50 5d7a623a79 1.20.5-pre2 2024-04-15 16:16:22 +01:00
apple502j 15bd038e9e
1.20.5-pre1 more stuff (#3843)
* 1.20.5-pre1 more stuff

* Fix #3841
2024-04-11 16:51:09 +10:00
Shnupbups 7423d68ded
1.20.5-pre1 stuff (#3842) 2024-04-11 10:46:26 +09:00
modmuss50 938b7c934a Remove incorrect mapping 2024-04-10 16:45:08 +01:00
modmuss50 fe7bdf5af5 Fix mappings 2024-04-10 15:31:24 +01:00
modmuss50 1a88cc3516 1.20.5-pre1 2024-04-10 15:27:32 +01:00
haykam821 327f91f102
Rename and document the SimpleParticleType class (#3840)
* Rename the DefaultParticleType class to SimpleParticleType

* Document the SimpleParticleType class
2024-04-08 06:47:17 +10:00
apple502j e45c7681db
A couple of 24w14a stuff (#3835) 2024-04-04 04:51:12 +11:00
modmuss 0ec07ee8ba
Add decompileVineflower task, fix decompileCFR (#3834) 2024-04-03 18:22:28 +01:00
Shnupbups 7ed7a7c43f
24w14a stuff (#3833) 2024-04-04 01:15:12 +09:00
Shnupbups 3ef24ef0b4
Update Enigma to 2.4.2 (#3832)
Should help significantly with memory issues
2024-04-03 15:17:52 +01:00
modmuss50 5dac06e01e 24w14a 2024-04-03 15:13:48 +01:00
apple502j 08282853a9
24w13a more stuff (#3828)
* 24w13a more stuff

* Update mappings/net/minecraft/entity/ai/brain/task/BreezeJumpTask.mapping
2024-03-29 06:14:35 +11:00
Shnupbups 9f56fdf70a
Revert ASM update for now (#3827)
* Revert "Update MappingPoet and ASM"

This reverts commit 1a452b71ba as it was causing Enigma to fail to open

* Update gradle.properties
2024-03-29 00:54:08 +11:00
Shnupbups 4494cea576
24w13a stuff (#3826)
* 24w13a stuff

gonna have to be enough for now, still bits to do here and there

* Update mappings/net/minecraft/item/ProjectileItem.mapping

Co-authored-by: Juuz <6596629+Juuxel@users.noreply.github.com>

* some more stuff

---------

Co-authored-by: apple502j <33279053+apple502j@users.noreply.github.com>
Co-authored-by: Juuz <6596629+Juuxel@users.noreply.github.com>
2024-03-29 00:47:02 +11:00
Juuz 96dec205aa
Rename AbstractBlock.lootTableId -> lootTableKey (#3824)
The field has been changed to a RegistryKey<LootTable>.
2024-03-29 00:31:10 +11:00
Matias Koivikko 3804cad078
Map enchanments and mace methods (#3825)
* Map 24w13a enchantments

* Map new mace methods

* Update mappings/net/minecraft/item/MaceItem.mapping

Co-authored-by: Juuz <6596629+Juuxel@users.noreply.github.com>

---------

Co-authored-by: apple502j <33279053+apple502j@users.noreply.github.com>
Co-authored-by: Juuz <6596629+Juuxel@users.noreply.github.com>
2024-03-28 23:54:57 +11:00
modmuss50 1a452b71ba Update MappingPoet and ASM 2024-03-27 17:01:20 +00:00
modmuss50 23444cc46d 24w13a 2024-03-27 16:44:45 +00:00
Octol1ttle 6cef124c42
Javadoc fixes for net.minecraft.nbt.NbtIo (#3822)
* fix: don't wrap return comments in {}

* fix: use correct method name when referring to writeCompound(NbtCompound, DataOutput)

* Revert "fix: don't wrap return comments in {}"

This reverts commit f496f1c2d1.
2024-03-26 01:08:09 +02:00
apple502j b8b7b5b199
24w12a more stuff (#3823)
* Map packrat parser

* More fixes

* Fix javadoc
2024-03-24 04:11:12 +11:00
Shnupbups 0299a57103
24w12a stuff (#3821)
* 24w12a stuff

still heaps to do, but i'm tired

* 24w12a more stuff

* Fix invalid mapping

* Update mappings/net/minecraft/predicate/NbtPredicate.mapping

* Update RegistryEntryArgumentType.mapping

---------

Co-authored-by: apple502j <33279053+apple502j@users.noreply.github.com>
2024-03-23 17:48:55 +09:00
Matias Koivikko caba504ecb
Map new components (#3820) 2024-03-21 04:10:31 +11:00
modmuss50 4aaa039a00 Fix conflict 2024-03-20 16:33:26 +00:00
modmuss50 184f7a6562 24w12a 2024-03-20 16:27:30 +00:00
apple502j 0c1624ad22
24w11a fix, some javadoc (#3819) 2024-03-17 23:56:05 +11:00
apple502j 1fc3291ea5
24w11a stuff (#3818)
* 24w11a stuff

* Fix javadoc, ArmorMaterial name

* Merge Shnupbups' PR

* Update mappings/net/minecraft/data/Main.mapping

Co-authored-by: Shnupbups <shnupbups@gmail.com>

---------

Co-authored-by: Shnupbups <shnupbups@gmail.com>
2024-03-17 01:19:53 +11:00
Shnupbups e5366275b2
24w11a stuff (#3817) 2024-03-16 20:52:47 +09:00
modmuss50 7dc2dd6b30 24w11a 2024-03-14 16:23:23 +00:00
ErrorCraft 7497b2730e
Map two methods in FireworkRocketEntity (#3816) 2024-03-13 07:23:32 +11:00
LucunJi 5f79296703
messageHistorySize -> messageHistoryIndex (#3813) 2024-03-10 00:04:37 +11:00
apple502j b531f91eaa
24w10a more stuff (#3815) 2024-03-09 23:57:49 +11:00
haykam821 48506457aa
Rename the ServerPlayerEntity#setGameMode method to readGameModeNbt (#3814) 2024-03-09 12:39:20 +11:00
ErrorCraft d6d3d5d322
Map a method and field related to components (#3812) 2024-03-08 13:27:08 +11:00
Shnupbups e86ddfd007
24w10a stuff (#3810)
* 24w10a stuff

* whoops

---------

Co-authored-by: modmuss <modmuss50@gmail.com>
2024-03-07 13:42:45 +11:00
modmuss f0372ee01c
Add formatMappings task (#3811)
* Add formatMappings task

* Fix build

* Cleanup
2024-03-06 21:57:57 +00:00
modmuss50 c085684b63 24w10a 2024-03-06 15:14:46 +00:00
Shnupbups e6eb0fe9e7
Fix a few javadocs (#3808) 2024-03-04 08:29:43 +08:00
enjarai b479497bfe
Rename deceptively named `roll` field in `LivingEntity` (#3807) 2024-03-04 07:25:27 +11:00
Shnupbups 959d421555
24w09a a little bit more (#3806)
* 24w09a a little bit more

* and this
2024-03-02 22:39:16 +08:00
Shnupbups 0ca64f33da
Clearer and more accurate naming for some component stuff (#3805)
* Clearer naming for some component stuff

* more

* a few more renames and javadoc tweaks
2024-03-01 23:27:31 +11:00
Shnupbups a5fe6de797
24w09a even more stuff (#3804)
* 24w09a even more stuff

* a bit more

* layour
2024-03-01 19:57:46 +08:00
apple502j 1a6cb21e97
24w09a more stuff (#3803)
* loot, scoreboard, screen, village

* Map chunk stuff

* Finish the stuff (mostly)
2024-03-01 13:50:01 +11:00
Shnupbups d8f166c134
24w09a stuff (#3800)
* oh lord

* the rest

* Fix conflict

* Map components

* Map items

* Map text

* Map blocks, etc

* command, data, enchantment, inventory packages

---------

Co-authored-by: apple502j <33279053+apple502j@users.noreply.github.com>
2024-02-29 09:06:13 +00:00
Matias Koivikko a5297f8ac0
Misc screen and gui changes (#3802) 2024-02-29 16:45:15 +09:00
Shnupbups b2c7f028d3
Fix mappings being ignored (#3801) 2024-02-28 21:35:54 +00:00
modmuss fd68c43e2c
Let's not do that again (#3799) 2024-02-28 19:35:52 +00:00
modmuss50 90fffc782a 24w09a 2024-02-28 19:15:21 +00:00
Shnupbups 7c6d796028
a few minor things (#3798) 2024-02-23 04:27:59 +11:00
ErrorCraft 17034786ad
Map some fields in a couple of item classes (#3795) 2024-02-22 18:37:33 +11:00
AdamRaichu 91f427184d
Add Javadoc descriptions to the fields of AbstractBlock (#3796)
* document field AbstractBlock.jumpVelocityMultiplier

* fix address of `@see` notes in jumpVelocityMultiplier

* document the rest of the fields for AbstractBlock (except for DIRECTIONS)
2024-02-22 18:37:25 +11:00
TheDeathlyCow 75e590d12e
Change SculkShriekerWarningManager#canIncreaseWarningLevel to SculkShriekerWarningManager#isWardenNearby in (#3797) 2024-02-22 18:37:14 +11:00
modmuss ec47d43d67
Update CFR and Enigma (#3794)
* Update CFR and Enigma

* Update and fix build
2024-02-15 13:02:36 +00:00
apple502j 65fa200911
More 24w07a stuff (#3793) 2024-02-15 17:50:32 +11:00
Shnupbups 4359ec7d9e
24w07a stuff (#3790)
* 24w07a stuff

* Update TeleportCommand.mapping
2024-02-15 10:28:31 +09:00
modmuss50 6be03649b2 24w07a 2024-02-14 16:16:49 +00:00
ErrorCraft 4674b66184
Map the remaining fields in TridentItem (#3789) 2024-02-14 15:15:43 +00:00
Louis bd3e21e1cd
ClientWorld#getStarBrightness (#3787)
Co-authored-by: D1p4k <82884007+D1p4k@users.noreply.github.com>
2024-02-11 18:31:56 +01:00
modmuss 20aa9da7ee
Bump filament version 2024-02-11 12:39:07 +00:00
Louis 0904a63716
Add LootableContainerBlockEntity#getHeldStacks :) (#3788)
* Add getInvStackList :)

* Fix error by renaming methods in LootableContainerBlockEntity.

---------

Co-authored-by: D1p4k <82884007+D1p4k@users.noreply.github.com>
2024-02-10 12:26:09 +00:00
apple502j 79f0be8173
24w06a stuff (#3786)
* 24w06a stuff

* 24w06a resource, registry, network

* Finish ID rename

* Fix javadoc

* Fix typo
2024-02-09 18:58:32 +11:00
Noah van der Aa 3a9d56c6a4
Correct ConnectScreen.UNKNOWN_HOST_TEXT (#3781)
Co-authored-by: modmuss <modmuss50@gmail.com>
2024-02-09 08:39:57 +11:00
modmuss cbe955f7b6
Update buildscript (#3785)
* Update buildscript

* Fix git attributes

* Workaround a bug

* Update action
2024-02-08 08:52:35 +00:00
Shnupbups eabf859a02
24w06a stuff (#3783)
Plenty more to do, will leave it for others for now
2024-02-08 12:28:06 +09:00
Louis fe8f8d9711
A little more 24w06 stuff (#3784)
* Some more stuff :)

* More stuff :D

---------

Co-authored-by: D1p4k <82884007+D1p4k@users.noreply.github.com>
2024-02-08 12:27:48 +09:00
modmuss50 eafbb88a09 24w06a 2024-02-07 16:22:55 +00:00
apple502j 08f2d8fcdf
24w05a stuff (#3780)
* 24w05a stuff

* More stuff

* Fix capitalization

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-02-03 01:02:58 +11:00
modmuss50 3b275d2707 24w05b 2024-02-01 16:28:20 +00:00
KikuGie 4bf445e095
rename extra `Sprite` classes (#3775) 2024-02-02 00:41:23 +09:00
Matias Koivikko 2d6311e10a
Map armor changes (#3776)
* Map armor changes

* Fix spelling

* Delete accidently created html file

---------

Co-authored-by: YanisBft <yanis.briffaut@gmail.com>
2024-02-02 00:40:11 +09:00
huanmeng_qwq edb69e924e
more 24w05a (#3778)
* more 24w05a

* MapId package

* update

* SampleSubscriptionTracker, TagKeyArgumentType
2024-02-02 00:39:20 +09:00
Shnupbups 80ddaa2e64
24w05a stuff (#3779)
* 24w05a stuff

* Update world_events.unpick

* whoops
2024-02-01 12:10:35 +09:00
Benonardo d1266701ef
createMockCreativePlayer -> createMockPlayer (#3777) 2024-01-31 20:12:49 +00:00
modmuss50 543c1bfe72 Fix broken classname 2024-01-31 19:51:45 +00:00
modmuss50 0babaa8c33 24w05a 2024-01-31 17:12:25 +00:00
apple502j a8ff75718a
24w04a stuff (#3774)
* 24w04a stuff

* Update mappings/net/minecraft/world/updater/WorldUpdater.mapping

Co-authored-by: Shnupbups <shnupbups@gmail.com>

---------

Co-authored-by: Shnupbups <shnupbups@gmail.com>
2024-01-26 18:29:45 +11:00
Shnupbups c73080b575
some 24w04a stuff (#3772)
plenty more to do, i'm going to bed :)
2024-01-25 12:18:13 +09:00
modmuss50 717cdeca7a 24w04a 2024-01-24 16:09:45 +00:00
apple502j a4fa08c227
Some more renames (#3771)
* Some more renames

* Fix one yarn bug
2024-01-22 02:11:40 +09:00
Shnupbups de02eefbb0
24w03b wind charge (#3770) 2024-01-20 23:51:49 +09:00
Shnupbups 8d3224b03a
A few packet related renames (#3769)
Renamed CustomPayload KEY fields to ID, and PacketIdentifier to PacketType
2024-01-20 13:11:24 +09:00
apple502j 46d17a733a
24w03a/b more stuff (#3767)
* 24w03a/b more stuff

* Javadocs, bug fixes, etc

* More stuff
2024-01-20 14:06:56 +11:00
apple502j 9e564d6402
24w03a/b networking (#3768) 2024-01-20 14:06:48 +11:00
modmuss50 662a3acfb8 24w03b 2024-01-18 16:23:06 +00:00
apple502j d0db89512a
24w03a stuff (#3766) 2024-01-18 15:07:47 +00:00
Shnupbups a83c057077
24w03a packet stuff (#3765)
* 24w03a packet stuff

* a bit more
2024-01-18 12:28:29 +09:00
Shnupbups b19e943dde
Make an implNote for spawnParticle methods (#3764) 2024-01-18 11:28:48 +09:00
Shnupbups 45161af845
24w03a stuff (that isn't packets or networking) (#3763)
* 24w03a stuff

No packet or networking stuff here! Just the not-packet-or-networking stuff.

* damnit github

* a bit more
2024-01-18 11:27:51 +09:00
William Gaylord 22ce794c12
Add basic class mappings for new packets added in 24w04a (#3761)
* Add basic class mappings for new packets added in 24w04a

* Fix typo in CookieRequestResponse packet name

* Map CODEC field and write field in packets, also map MAX_COOKIE_LENGTH, move ServerTransfer Packet to correct package.

* Fix typo where packet direction was wrong in class name
2024-01-18 06:52:08 +11:00
Matias Koivikko ef33717267
Map packet codecs (24w03a) (#3762)
* Begin work on packet codecs

* Recipe packet codecs

* misc packet codec & *packet* packet codecs

* more misc packet codecs

* fix typos
2024-01-18 06:51:34 +11:00
modmuss50 e003d7446f 24w03a 2024-01-17 16:52:02 +00:00
apple502j 302d5a04fa
23w51b yet more stuff (#3756)
* 23w51b yet more stuff

* Delete mappings/net/minecraft/entity/ai/brain/task/BreezeUtil.mapping
2023-12-26 01:37:27 +11:00
Shnupbups 09a453f4eb
More 23w51 stuff (#3755) 2023-12-20 01:06:34 +09:00
Shnupbups 1bbec7296b
23w51 stuff (#3754)
not entirely finished, but it's getting late...
2023-12-19 18:41:40 +09:00
modmuss50 a505d2842f 23w51b 2023-12-18 16:26:44 +00:00