mirror of
https://git.fellies.tech/minecraft/fellies.git
synced 2021-02-13 10:18:48 +00:00
Updates
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
{
|
||||
"extend": "botania:lexicon",
|
||||
"macros": {
|
||||
"$(item)": "$(1)",
|
||||
"$(thing)": "$(4)"
|
||||
}
|
||||
}
|
@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "lexicon.mythicbotany.pylon.title",
|
||||
"category": "mythicbotany:mythic_botany",
|
||||
"icon": "mythicbotany:alfsteel_pylon",
|
||||
"entry_color": "aa00",
|
||||
"pages": [
|
||||
{
|
||||
"type": "text",
|
||||
"text": "lexicon.mythicbotany.pylon.page1"
|
||||
}
|
||||
]
|
||||
}
|
31
kubejs[e6]/data/pneumaticcraft/recipes/minigun.json
Normal file
31
kubejs[e6]/data/pneumaticcraft/recipes/minigun.json
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"type": "pneumaticcraft:crafting_shaped_pressurizable",
|
||||
"pattern": [
|
||||
"A ",
|
||||
"CIB",
|
||||
"GL "
|
||||
],
|
||||
"key": {
|
||||
"A": {
|
||||
"item": "pneumaticcraft:air_canister"
|
||||
},
|
||||
"C": {
|
||||
"tag": "forge:chests/wooden"
|
||||
},
|
||||
"I": {
|
||||
"tag": "forge:ingots/compressed_iron"
|
||||
},
|
||||
"B": {
|
||||
"item": "pneumaticcraft:cannon_barrel"
|
||||
},
|
||||
"G": {
|
||||
"tag": "forge:ingots/gold_bronze"
|
||||
},
|
||||
"L": {
|
||||
"item": "minecraft:lever"
|
||||
}
|
||||
},
|
||||
"result": {
|
||||
"item": "pneumaticcraft:minigun"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user