Skip to content

Commit e6ce9b0

Browse files
committed
started to organize items a bit
1 parent fe1d5be commit e6ce9b0

67 files changed

Lines changed: 12864 additions & 9100 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

commons/src/main/java/net/swofty/commons/item/ItemType.java

Lines changed: 1205 additions & 1038 deletions
Large diffs are not rendered by default.

configuration/items/farming/vanilla.yml

Lines changed: 0 additions & 450 deletions
This file was deleted.

configuration/items/mining/vanilla.yml

Lines changed: 16 additions & 286 deletions
Original file line numberDiff line numberDiff line change
@@ -103,63 +103,6 @@ items:
103103
result:
104104
type: DIAMOND_BLOCK
105105
amount: 1
106-
- id: DIAMOND_PICKAXE
107-
rarity: COMMON
108-
default_statistics:
109-
mining_speed: 230.0
110-
breaking_power: 4.0
111-
damage: 30.0
112-
components:
113-
- id: PICKAXE
114-
- id: DEFAULT_CRAFTABLE
115-
recipes:
116-
- type: SHAPED
117-
recipe-type: NONE
118-
pattern:
119-
- AAA
120-
- OBO
121-
- OBO
122-
ingredients:
123-
A:
124-
type: DIAMOND
125-
amount: 1
126-
B:
127-
type: STICK
128-
amount: 1
129-
O:
130-
type: AIR
131-
amount: 1
132-
result:
133-
type: DIAMOND_PICKAXE
134-
amount: 1
135-
- id: SELLABLE
136-
value: 12.0
137-
- id: DIAMOND_SHOVEL
138-
rarity: COMMON
139-
default_statistics:
140-
damage: 30.0
141-
components:
142-
- id: SHOVEL
143-
- id: DEFAULT_CRAFTABLE
144-
recipes:
145-
- type: SHAPED
146-
recipe-type: NONE
147-
pattern:
148-
- A
149-
- B
150-
- B
151-
ingredients:
152-
A:
153-
type: DIAMOND
154-
amount: 1
155-
B:
156-
type: STICK
157-
amount: 1
158-
result:
159-
type: DIAMOND_SHOVEL
160-
amount: 1
161-
- id: SELLABLE
162-
value: 4.0
163106
- id: EMERALD
164107
rarity: COMMON
165108
components:
@@ -284,63 +227,6 @@ items:
284227
result:
285228
type: GOLD_BLOCK
286229
amount: 1
287-
- id: GOLDEN_PICKAXE
288-
rarity: COMMON
289-
default_statistics:
290-
mining_speed: 250.0
291-
damage: 15.0
292-
breaking_power: 1.0
293-
components:
294-
- id: PICKAXE
295-
- id: DEFAULT_CRAFTABLE
296-
recipes:
297-
- type: SHAPED
298-
recipe-type: NONE
299-
pattern:
300-
- AAA
301-
- OBO
302-
- OBO
303-
ingredients:
304-
A:
305-
type: GOLD_INGOT
306-
amount: 1
307-
B:
308-
type: STICK
309-
amount: 1
310-
O:
311-
type: AIR
312-
amount: 1
313-
result:
314-
type: GOLDEN_PICKAXE
315-
amount: 1
316-
- id: SELLABLE
317-
value: 6.0
318-
- id: GOLDEN_SHOVEL
319-
rarity: COMMON
320-
default_statistics:
321-
damage: 15.0
322-
components:
323-
- id: SHOVEL
324-
- id: DEFAULT_CRAFTABLE
325-
recipes:
326-
- type: SHAPED
327-
recipe-type: NONE
328-
pattern:
329-
- A
330-
- B
331-
- B
332-
ingredients:
333-
A:
334-
type: GOLD_INGOT
335-
amount: 1
336-
B:
337-
type: STICK
338-
amount: 1
339-
result:
340-
type: GOLDEN_SHOVEL
341-
amount: 1
342-
- id: SELLABLE
343-
value: 3.0
344230
- id: GOLD_INGOT
345231
rarity: COMMON
346232
components:
@@ -363,7 +249,7 @@ items:
363249
amount: 1
364250
result:
365251
type: GOLD_NUGGET
366-
amount: 1
252+
amount: 9
367253
- id: SELLABLE
368254
value: 0.4
369255
- id: GOLD_ORE
@@ -429,6 +315,21 @@ items:
429315
components:
430316
- id: SELLABLE
431317
value: 3.0
318+
- id: IRON_NUGGET
319+
rarity: COMMON
320+
components:
321+
- id: SELLABLE
322+
value: 0.3
323+
- id: DEFAULT_CRAFTABLE
324+
recipes:
325+
- type: SHAPELESS
326+
recipe-type: NONE
327+
ingredients:
328+
- type: IRON_INGOT
329+
amount: 1
330+
result:
331+
type: IRON_NUGGET
332+
amount: 9
432333
- id: IRON_ORE
433334
rarity: COMMON
434335
components:
@@ -451,63 +352,6 @@ items:
451352
mining_value: 5.0
452353
- id: SELLABLE
453354
value: 3.0
454-
- id: IRON_PICKAXE
455-
rarity: COMMON
456-
default_statistics:
457-
mining_speed: 160.0
458-
damage: 24.0
459-
breaking_power: 3.0
460-
components:
461-
- id: PICKAXE
462-
- id: DEFAULT_CRAFTABLE
463-
recipes:
464-
- type: SHAPED
465-
recipe-type: NONE
466-
pattern:
467-
- AAA
468-
- OBO
469-
- OBO
470-
ingredients:
471-
A:
472-
type: IRON_INGOT
473-
amount: 1
474-
B:
475-
type: STICK
476-
amount: 1
477-
O:
478-
type: AIR
479-
amount: 1
480-
result:
481-
type: IRON_PICKAXE
482-
amount: 1
483-
- id: SELLABLE
484-
value: 4.0
485-
- id: IRON_SHOVEL
486-
rarity: COMMON
487-
default_statistics:
488-
damage: 25.0
489-
components:
490-
- id: SHOVEL
491-
- id: DEFAULT_CRAFTABLE
492-
recipes:
493-
- type: SHAPED
494-
recipe-type: NONE
495-
pattern:
496-
- A
497-
- B
498-
- B
499-
ingredients:
500-
A:
501-
type: IRON_INGOT
502-
amount: 1
503-
B:
504-
type: STICK
505-
amount: 1
506-
result:
507-
type: IRON_SHOVEL
508-
amount: 1
509-
- id: SELLABLE
510-
value: 2.0
511355
- id: LAPIS_LAZULI
512356
rarity: COMMON
513357
components:
@@ -729,117 +573,3 @@ items:
729573
result:
730574
type: SNOW_BLOCK
731575
amount: 1
732-
- id: STONE_PICKAXE
733-
rarity: COMMON
734-
default_statistics:
735-
mining_speed: 110.0
736-
damage: 20.0
737-
breaking_power: 2.0
738-
components:
739-
- id: PICKAXE
740-
- id: DEFAULT_CRAFTABLE
741-
recipes:
742-
- type: SHAPED
743-
recipe-type: NONE
744-
pattern:
745-
- AAA
746-
- OBO
747-
- OBO
748-
ingredients:
749-
A:
750-
type: COBBLESTONE
751-
amount: 1
752-
B:
753-
type: STICK
754-
amount: 1
755-
O:
756-
type: AIR
757-
amount: 1
758-
result:
759-
type: STONE_PICKAXE
760-
amount: 1
761-
- id: SELLABLE
762-
value: 1.0
763-
- id: STONE_SHOVEL
764-
rarity: COMMON
765-
default_statistics:
766-
damage: 20.0
767-
components:
768-
- id: SHOVEL
769-
- id: DEFAULT_CRAFTABLE
770-
recipes:
771-
- type: SHAPED
772-
recipe-type: NONE
773-
pattern:
774-
- A
775-
- B
776-
- B
777-
ingredients:
778-
A:
779-
type: COBBLESTONE
780-
amount: 1
781-
B:
782-
type: STICK
783-
amount: 1
784-
result:
785-
type: STONE_SHOVEL
786-
amount: 1
787-
- id: SELLABLE
788-
value: 1.0
789-
- id: WOODEN_PICKAXE
790-
rarity: COMMON
791-
default_statistics:
792-
mining_speed: 70.0
793-
damage: 15.0
794-
breaking_power: 1.0
795-
components:
796-
- id: PICKAXE
797-
- id: DEFAULT_CRAFTABLE
798-
recipes:
799-
- type: SHAPED
800-
recipe-type: NONE
801-
pattern:
802-
- AAA
803-
- OBO
804-
- OBO
805-
ingredients:
806-
A:
807-
type: OAK_PLANKS
808-
amount: 1
809-
B:
810-
type: STICK
811-
amount: 1
812-
O:
813-
type: AIR
814-
amount: 1
815-
result:
816-
type: WOODEN_PICKAXE
817-
amount: 1
818-
- id: SELLABLE
819-
value: 1.0
820-
- id: WOODEN_SHOVEL
821-
rarity: COMMON
822-
default_statistics:
823-
damage: 15.0
824-
components:
825-
- id: SHOVEL
826-
- id: DEFAULT_CRAFTABLE
827-
recipes:
828-
- type: SHAPED
829-
recipe-type: NONE
830-
pattern:
831-
- A
832-
- B
833-
- B
834-
ingredients:
835-
A:
836-
type: OAK_PLANKS
837-
amount: 1
838-
B:
839-
type: STICK
840-
amount: 1
841-
result:
842-
type: WOODEN_SHOVEL
843-
amount: 1
844-
- id: SELLABLE
845-
value: 1.0

0 commit comments

Comments
 (0)