added missing new files
This commit is contained in:
parent
856ab79543
commit
d4bdb67c87
@ -0,0 +1,15 @@
|
|||||||
|
package de.jottyfan.minecraft.quickiefabric.items;
|
||||||
|
|
||||||
|
import de.jottyfan.minecraft.quickiefabric.init.RegistryManager;
|
||||||
|
import net.minecraft.item.Item;
|
||||||
|
|
||||||
|
/**
|
||||||
|
*
|
||||||
|
* @author jotty
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
public class ItemStub extends Item {
|
||||||
|
public ItemStub() {
|
||||||
|
super(new Item.Settings().group(RegistryManager.QUICKIEFABRIC_GROUP).maxCount(99));
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"parent": "item/stick",
|
||||||
|
"textures": {
|
||||||
|
"layer0": "quickiefabric:item/stub"
|
||||||
|
}
|
||||||
|
}
|
BIN
src/main/resources/assets/quickiefabric/textures/item/stub.png
Normal file
BIN
src/main/resources/assets/quickiefabric/textures/item/stub.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.4 KiB |
@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"type": "minecraft:crafting_shapeless",
|
||||||
|
"ingredients": [
|
||||||
|
{
|
||||||
|
"item": "minecraft:stick"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"result": {
|
||||||
|
"item": "quickiefabric:stub",
|
||||||
|
"count": 4
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user