tehbeard
tehbeard
Grunt configuration: ``` spritesheet: { compile: { options: { outputImage: 'data/img/items.png', outputCss: 'data/css/items.css', selector: '.mc-item' }, files: { './': 'tmp/items/*' } } } ``` generates this line `background: url( '..\img\items.png'...
Some blocks like stairs are rendering correctly however many others such as lectern, crafting table are rendering from the incorrect corner as shown below. 
Quark wood variant chests adjacent to flammable material (either as flooring or as a wall) are destroyed when said wall or floor is on fire, and the fire "spreads" to...
**Describe the issue** After loading a world via the `load-template` command, it cannot be unloaded. **Spigot version** 1.17.1-R0.1 Git: f7e3976 **Plugin version** 2.6.2-SNAPHOST **How to reproduce** 1. Create a slime...
Fixes issue of the resource world `disabled_command` message being sent to the user if the command was disabled/prevented by another plugin (e.g. skript's command system).