tehbeard

Results 5 issues of 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. ![image](https://user-images.githubusercontent.com/734177/127691740-e855d796-ece3-420b-9cd3-539e8b8c48e5.png)

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...

bug

**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).