Commit Graph

1021 Commits

Author SHA1 Message Date
liach df3a55d46c Mapped out a few resource-related stuff (#250)
Signed-off-by: liach <liach@users.noreply.github.com>
2018-12-10 18:09:03 +01:00
kashike 4385959a96 Facing -> Direction 2018-12-10 00:54:34 -08:00
asie a10a6291ed unmap wrong name in MinecraftClient, standardize appendCrashReportDetails 2018-12-10 07:52:44 +01:00
asie 45d2c9b6db nothing to see here, move right along 2018-12-09 22:14:34 +01:00
Adrian Siekierka b62276acb1 incorporate some discussed names 2018-12-09 17:04:45 +01:00
Adrian Siekierka 9502bd793e a few renames 2018-12-09 17:00:06 +01:00
modmuss50 111d4f1fdb Add back some fluid mappings 2018-12-09 15:01:24 +00:00
Adrian Siekierka d93e241d50 too hasty 2018-12-09 13:12:53 +01:00
Adrian Siekierka e7960860a8 flesh out Items 2018-12-09 13:12:02 +01:00
Adrian Siekierka fcf771cb3b how did Bootstrap get lost? 2018-12-09 13:09:49 +01:00
Adrian Siekierka f62182c87a typofix 2018-12-09 12:47:36 +01:00
Adrian Siekierka 3d9e301f11 update README 2018-12-09 12:46:48 +01:00
Adrian Siekierka 9f3cec1b1e close #242, close #243 2018-12-09 12:45:24 +01:00
Prospector b3992e890d Bit of work (#246)
* Bit of work

* A bit of biome source stuff before I gave up. ITried.jpg

* Revert stuff I don't understand

* get rid of enum mapping
2018-12-08 23:20:01 +01:00
asie 3ad7815fdd accidentally unmapped Items, sorry 2018-12-08 14:51:07 +01:00
asie b12b46a7b2 remove some enums 2018-12-08 14:48:51 +01:00
asie 8d9558ae38 integrate Stitch Enigma plugin with Enigma 2018-12-08 13:32:48 +01:00
asie 81d451d691 block/item render name tweaks 2018-12-07 22:37:16 +01:00
asie 97567d9cd6 rework EnchantmentHelper names, map a few network-related things 2018-12-07 21:00:43 +01:00
asie 2bcdc0b46c how sweet 2018-12-06 17:52:51 +01:00
asie 5afd0c9926 sweet berry bushes, oh my 2018-12-06 16:58:38 +01:00
asie b4febed443 tweaks to previous + DamageSource 2018-12-06 11:27:17 +01:00
Prospector c2c85a6606 Literally low-hanging fruit (#244) 2018-12-06 08:13:30 +01:00
Adrian Siekierka 245ce1dd92 update to 18w49a 2018-12-05 15:13:16 +01:00
SquidDev 6cfe623cc2 Lots of loot table work (#240)
* Lots of loot table work

* Rename both methods to .getThis to remove conflicts
2018-12-05 15:09:44 +01:00
asie 3219314eb4 ServerPlayerEntity-related naming work 2018-12-05 12:16:14 +01:00
kashike feeb33086f various mappings (#239) 2018-12-04 22:17:20 +01:00
asie 557df3c0fb minor file cleanup 2018-12-04 09:13:56 +01:00
asie bfd76a7512 Merge branch '18w48b' of github.com:FabricMC/pomf into 18w48b 2018-12-04 09:01:46 +01:00
kashike 1fcdaa7b1e various mappings (#238) 2018-12-04 08:58:24 +01:00
Jamie Mansfield b8dc7de893 RegionFileCache (#237)
Mapped the same as Scaevolus' original :)
2018-12-03 21:19:42 +01:00
asie 63470107ac mapping name unification & fixes 2018-12-03 20:57:18 +01:00
Jamie Mansfield 4bca70994b SuggestionProviders, new features, and stuffs (#236) 2018-12-03 20:56:28 +01:00
kashike ff74e3d54f map colour -> material colour (#233) 2018-12-03 20:12:19 +01:00
kashike 6b9cd483ff various mappings (#235) 2018-12-03 13:33:56 +01:00
Adrian Siekierka f4d37dc92c another hotfix 2018-12-02 11:53:35 +01:00
Adrian Siekierka a9aaf83026 fixes and mapping work 2018-12-02 11:38:26 +01:00
Adrian Siekierka 815b9fbd01 early work on server interaction manager mapping, flesh out BlockItem subclasses 2018-12-02 10:52:03 +01:00
Ewan Arends edbb56841e fixed typo in readme.md (#231) 2018-12-01 18:05:08 +01:00
Adrian Siekierka 014028b098
map baked model loader-related classes (#230)
* map baked model loader-related classes

* UnbakedModel.getDependencies

* rename a few things
2018-12-01 17:36:51 +01:00
Adrian Siekierka fa0853fc51 world-related mapping work 2018-12-01 16:29:57 +01:00
SquidDev 0a42dd3c3b Assorted mappings for commands (#229)
* Mappings for command argument types

* A couple of responses to feedback
2018-12-01 12:55:14 +01:00
Adrian Siekierka 2c068a1e52 ContainerItem -> ItemContainer 2018-12-01 10:55:38 +01:00
Adrian Siekierka 48b16d2ec9 fix name collision 2018-12-01 10:33:11 +01:00
kashike 03cc49749c some various mappings (#228) 2018-11-30 22:32:46 +01:00
SquidDev 1520549e3d More names! 2018-11-30 16:47:36 +01:00
Adrian Siekierka 44f4d2645a mapped a few texture-related things 2018-11-30 15:27:03 +01:00
SquidDev 2367df1d42 Add back several mappings dropped in the latest snapshot (#226)
* Add mappings back for GUI methods

* Add back argument mappings for blocks

And some other changes. I rather forgot.

* Item and entity arguments

* A whole bunch of argument mappings

* Items (again) and fluids

* Entity stuff 'n things

* Fixup most of the client stuff

* Some remaining items
2018-11-30 14:14:53 +01:00
Adrian Siekierka 6bfbd7f635 fix ToolMaterial 2018-11-30 12:49:14 +01:00
Adrian Siekierka 6a53fc9df7 update to 18w48b 2018-11-30 12:43:16 +01:00
kashike 3a95f539e7 some things (#220) 2018-11-30 12:38:47 +01:00
Prospector 111d25a61c A LITTLE BIT OF EVERYTHING (#224) 2018-11-30 12:37:11 +01:00
Adrian Siekierka 86dc9e0fe8 merge some parts of #209 2018-11-30 12:07:49 +01:00
SquidDev 9104e89be3 Rename several methods to be suffixed (#222)
* Rename several methods to be suffixed

* Remove "Server" from various ServerCommandSource methods
2018-11-30 12:01:17 +01:00
Jamie Mansfield 07ea2e1ebb Improve CompoundTag (#223) 2018-11-29 22:46:40 +01:00
Adrian Siekierka 0e653e4a4a Villager.getDisplayedName -> getDisplayName 2018-11-29 21:40:19 +01:00
Jamie Mansfield 903c3653ee Suffixify nbt (#221)
Also TagStorageHelper -> NbtIo (this has the additional benefit of matching Mojang names too - see anvil-converter)
2018-11-29 21:36:56 +01:00
Jamie Mansfield e140bbc401 Map DataGenerator (#219)
There's an Enigma bug where if you renamed a class A to B and class C to A, the new class A won't be saved.

I didn't notice back when I refactored the data package a while back that I ended up removing DataGenerator :p
2018-11-29 21:24:20 +01:00
Adrian Siekierka ca921e4b58 fix #218, map grindstone container/GUI 2018-11-29 21:15:08 +01:00
Adrian Siekierka 50764e1853 update to 18w48a 2018-11-29 21:10:38 +01:00
SquidDev 7a03d43146 A random assortment of things (#213)
* Add RecipeSerializers mappings

* Add class mappings for several items

* Add several BlockSoundGroups

* Add World.getDimension and World.playRecord

* Add a couple of methods to bounding boxes

* A couple of minor mappings for servers

* Some mappings for TextComponent (de)serialization

* A very minor mapping for Polar2f

I'm really unsure about this name, so comments welcome!

* A few mappings for chat

* Basic fluid mappings

* Waterlogged -> Waterloggable, removeChatMessage -> removeMessage

* Polar2f -> Vec2f, setPlayingOverlay -> setRecordPlayingOverlay
2018-11-29 21:07:58 +01:00
kashike 1d1dac2926 switch around some predicate stuff (#216) 2018-11-29 21:07:40 +01:00
Jamie Mansfield dab4cc0f7a Improve renderer mappings (#215)
* Improve renderer mappings

*Dispatcher, DefaultEntityRenderer:
- See https://notch.tumblr.com/post/581187056/evolution-of-the-entityrenderdispatcher

Cube, Polygon:
- See the very old (RubyDung) versions pre-obfuscation
- Cube is used in the Bedrock entity model JSONs, see https://minecraft.gamepedia.com/Tutorials/Changing_Minecraft_entity_models

* Correct Polygon mapping

* Cube -> Cuboid; CubeBox -> Box

* Remaining minor things

* EntityModel -> Model

* ChunkRenderDispatcher

* Fix Polygon package
2018-11-29 21:07:08 +01:00
kashike 56b40168df Goal! (#217) 2018-11-28 21:24:24 +01:00
Jamie Mansfield a229162dc0 RegionFile (#214)
Based on the original by Scaelevous, and code released by Mojang.
2018-11-28 19:29:09 +01:00
asie 0f7adbf0ac rename InventoryPlayer 2018-11-28 11:55:22 +01:00
asie 8b9842288d more class name fixes 2018-11-28 11:50:56 +01:00
asie f0bc07a25f fix a few class names 2018-11-28 10:59:28 +01:00
kashike 456bde5b8a entity predicate mappings (#212) 2018-11-28 09:35:45 +01:00
asie 1e4a6195a4 whoops 2018-11-28 08:42:25 +01:00
asie 9a6a13a6e8 close #210, close #211, work on other things 2018-11-28 08:42:16 +01:00
Prospector 417eb31e42 (De)serialization and world gen stuff! (#207) 2018-11-28 00:23:43 +01:00
Jamie Mansfield 092c8265e2 Map argument types (#206) 2018-11-27 22:13:52 +01:00
asie 5e77db1bf2 first pass of fixes 2018-11-27 20:35:45 +01:00
Adrian Siekierka 13ed3f8e2c update to 18w47b 2018-11-27 19:50:51 +01:00
asie 895ed3ad61 The Great Suffixification 2018-11-27 19:42:03 +01:00
asie 05dc08bffb close #199, close #201, close #202 2018-11-26 14:33:11 +01:00
SquidDev dfb0600796 Add some mappings for GUIs and input handling (#203)
* Add some mappings for GUIs and input handling

 - Add keyboard, mouse and clipboard control
 - Flesh out the GuiEventListener mappings

* Rename to SharedConstants
2018-11-25 13:25:11 +01:00
SquidDev 49dbb5baa0 Add mappings for most of the datafixer code (#204)
* Initial pass of data fixers and schemas

* Some fleshing out of the palette converter

Dubiously helpful mappings, but very useful in working out how data
fixer actually works.
2018-11-25 13:24:09 +01:00
asie e871ca625d merge missing Prospector stuff 2018-11-22 08:24:58 +01:00
asie dd3236b3a6 tweak ItemStack names 2018-11-21 21:58:18 +01:00
asie e39d8c9c4c Block mapping tweaks, map a bit of ChunkStatus 2018-11-21 20:49:12 +01:00
Adrian Siekierka 5ded6f5fad map the obvious 2018-11-21 18:01:34 +01:00
Adrian Siekierka 591e770b72 update to 18w47a 2018-11-21 17:58:05 +01:00
asie 701eb32c91 further map out BlockBuilder (w/ Prospector) 2018-11-21 14:44:42 +01:00
asie 2e5d688eaa fix EntityLiving.damage 2018-11-18 08:22:10 +01:00
asie c4f7032d43 mapping tweaks 2018-11-17 08:21:42 +01:00
asie 4187af8c9f improve tick scheduler, registry, MathHelper mappings 2018-11-16 11:47:44 +01:00
asie a1355d4827 fix getTopPosition 2018-11-15 19:09:07 +01:00
asie fe966c445f map new block classes 2018-11-15 18:44:26 +01:00
Adrian Siekierka dc265f2888 method propagation fixes 2018-11-15 18:25:00 +01:00
Adrian Siekierka def639a8a4 merge Prospector's work 2018-11-15 18:20:38 +01:00
Adrian Siekierka 1418bb1b37 update to 18w46a 2018-11-15 18:05:03 +01:00
Adrian Siekierka 97c56682f1 Merge branch '18w45a' of https://github.com/Matrix89/pomf into Matrix89-18w45a 2018-11-15 18:02:24 +01:00
NikkyAI 39350084a7 more random mappings and other changes (#192)
* CommandAdvancement and onPlayerConnect

* chat message stuff

* more chat and related methods

* updated gitignore

* more chat, commands and packets

* fix compressTiny not being executed on publish

format and simplify build.gradle

* update

* broadcast -> sendTo

* add newline to editorconfig
2018-11-15 17:57:32 +01:00
marcin212 cc751075a5 Some command block gui and others mappings (#190)
* some command block gui and others mappings

* adjusted names

* remove "is" from field name
2018-11-14 23:19:48 +01:00
Jamie Mansfield 46c3256d71 Refactor data package (#195)
Looking back through the classes, I figured out why I had previously called them providers (see DataGenerator)...

This commit resolves that discrepancy.
2018-11-14 23:19:28 +01:00
asie fcc786466a minor update 2018-11-09 12:34:50 +01:00
matrix89 1dcd2a38df more feature generation mappings 2018-11-09 08:50:40 +01:00
matrix89 ca9f6fc8f6 some structure gen mappings 2018-11-09 08:50:04 +01:00