mirror of
https://github.com/SimplexDevelopment/Uncraftables.git
synced 2025-07-02 00:56:41 +00:00
Update Feb 2nd 2023
This commit is contained in:
17
build/resources/main/config.yml
Normal file
17
build/resources/main/config.yml
Normal file
@ -0,0 +1,17 @@
|
||||
barrier: true
|
||||
bedrock: true
|
||||
bell: true
|
||||
crying_obsidian: true
|
||||
dragon_egg: true
|
||||
eggs: true
|
||||
elytra: true
|
||||
end_frame: true
|
||||
horse_armor: true
|
||||
music_discs: true
|
||||
name_tag: true
|
||||
nether_star: true
|
||||
nether_wart: true
|
||||
saddle: true
|
||||
spawner: true
|
||||
totem: true
|
||||
trident: true
|
16
build/resources/main/plugin.yml
Normal file
16
build/resources/main/plugin.yml
Normal file
@ -0,0 +1,16 @@
|
||||
name: Uncraftables
|
||||
main: io.github.paldiu.Uncraftables
|
||||
version: 1.2.0
|
||||
author: Paldiu
|
||||
description: Adds in crafting recipes for uncraftable items.
|
||||
api-version: 1.19
|
||||
|
||||
commands:
|
||||
reload:
|
||||
description: Reloads the plugin.
|
||||
permission: uncraftables.reload
|
||||
|
||||
permissions:
|
||||
uncraftables.reload:
|
||||
description: Allows the user to reload the plugin.
|
||||
default: op
|
BIN
build/tmp/compileJava/previous-compilation-data.bin
Normal file
BIN
build/tmp/compileJava/previous-compilation-data.bin
Normal file
Binary file not shown.
2
build/tmp/jar/MANIFEST.MF
Normal file
2
build/tmp/jar/MANIFEST.MF
Normal file
@ -0,0 +1,2 @@
|
||||
Manifest-Version: 1.0
|
||||
|
Reference in New Issue
Block a user