Skip to content

Releases: PlayfulPotato/NotQuiteModded

Release v0.2.4

Choose a tag to compare

@PlayfulPotato PlayfulPotato released this 19 Jun 23:14

I somehow keep making horrible mistakes without checking.
Fixes a bunch of item methods not actually running, whoops.

Release v0.2.3

Choose a tag to compare

@PlayfulPotato PlayfulPotato released this 19 Jun 01:18

Fixed astonishing oversight that I somehow pushed that made disabling crafting with custom items for vanilla recipes no longer work correctly.

Release v0.2.2

Choose a tag to compare

@PlayfulPotato PlayfulPotato released this 17 Jun 18:06

Fixes major oversight involving performance with a massive amount of blocks over time.

Release v0.2.1

Choose a tag to compare

@PlayfulPotato PlayfulPotato released this 17 Jun 04:57

This update internally changes a lot.

NQMItems now must be classified into a group.
Added a fake creative menu for better testing and ease of access.
Particles and Projectiles are now split into 3 different class types.

  • No prefix means the object supports no entities being linked normally
  • Simple means it supports one entity
  • Complex supports multiple entities
    Added an inbuilt yaw rotation for the entities visually in both.

Both Projectiles and Particles are now spawned by just making a new object instead of through their handlers.
The Particle and Projectile ticker are now always running.
Fixed issue with performance involving entities sometimes sticking around when they shouldn't.

Release 0.2.0

Choose a tag to compare

@PlayfulPotato PlayfulPotato released this 03 Jun 00:30

Completely rewrote the blocks system to be handled in SQL. This slightly increases complexity for developers interacting with the system but it greatly increases the benefits and far outweighs the cons of using such a system. Some benefits include better fine grained control and the ability to animate the entities linked to a block independently.
This update also includes fixes for:

  • Blocks not dropping when exploded if a custom block is in the explosion.
  • Blocks being unable to be located without knowing their chunk.
  • Block inventories lacking proper handling for item insertion cancellation.

Not only does this update rewrite the block system, it also includes a base NQMInventory alongside NQMBlockInventory to be able to expand upon. This lets developers not have to implement the same old precautions for inventory menus every single time.

Overall this release took longer then I would have liked it to but it still got done all the same after bothering to learn more about SQL.

Release 0.1.8

Choose a tag to compare

@PlayfulPotato PlayfulPotato released this 09 Feb 05:13

Added a boilerplate abstract for SQLite databases.

Release 0.1.7

Choose a tag to compare

@PlayfulPotato PlayfulPotato released this 07 Feb 05:44

Added custom skull support.
Added player saves.
Added player instanced data.
Added player in range method.

Release 0.1.6

Choose a tag to compare

@PlayfulPotato PlayfulPotato released this 07 Jan 01:10
3c5dbc3

Added a failsafe for particles and projectiles.

Release 0.1.5

Choose a tag to compare

@PlayfulPotato PlayfulPotato released this 30 Dec 03:53

Improved documentation of certain methods in code, moved the item and block object lists over to a hashmap instead, and added a new method in the item handler to check if an item is actually custom.

Release 0.1.4

Choose a tag to compare

@PlayfulPotato PlayfulPotato released this 26 Dec 00:48

Update to Paper 1.20.4