mirror of
https://github.com/Ellpeck/NaturesAura.git
synced 2024-11-22 11:53:29 +01:00
haha yes
This commit is contained in:
parent
cd2947f825
commit
a4b90bfbc8
4 changed files with 37 additions and 4 deletions
|
@ -11,7 +11,7 @@ buildscript {
|
|||
apply plugin: 'net.minecraftforge.gradle.forge'
|
||||
apply plugin: 'maven'
|
||||
|
||||
version = "1.0"
|
||||
version = "a1"
|
||||
group = "de.ellpeck.naturesaura"
|
||||
archivesBaseName = "naturesaura"
|
||||
|
||||
|
@ -32,6 +32,8 @@ repositories {
|
|||
dependencies {
|
||||
deobfCompile "mezz.jei:jei_1.12.2:4.13.1.220"
|
||||
deobfCompile "com.azanor.baubles:Baubles:1.12-1.5.2"
|
||||
|
||||
compile files("/lib/Patchouli.jar")
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -1,7 +1,8 @@
|
|||
{
|
||||
"display": {
|
||||
"icon": {
|
||||
"item": "patchouli:guide_book"
|
||||
"item": "patchouli:guide_book",
|
||||
"nbt": "{\"patchouli:book\":\"naturesaura:book\"}"
|
||||
},
|
||||
"title": {
|
||||
"translate": "advancement.naturesaura.get_book"
|
||||
|
@ -17,7 +18,8 @@
|
|||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "patchouli:guide_book"
|
||||
"item": "patchouli:guide_book",
|
||||
"nbt": "{\"patchouli:book\":\"naturesaura:book\"}"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -3,5 +3,10 @@
|
|||
"landing_text": "info.naturesaura.book.landing",
|
||||
"advancement_namespaces": [
|
||||
"naturesaura"
|
||||
]
|
||||
],
|
||||
"creative_tab": "naturesaura",
|
||||
"advancements_tab": "naturesaura",
|
||||
"book_texture": "patchouli:textures/gui/book_green",
|
||||
"model": "patchouli:book_green",
|
||||
"subtitle": "Haha yes"
|
||||
}
|
24
src/main/resources/assets/naturesaura/recipes/book.json
Normal file
24
src/main/resources/assets/naturesaura/recipes/book.json
Normal file
|
@ -0,0 +1,24 @@
|
|||
{
|
||||
"type": "forge:ore_shapeless",
|
||||
"ingredients": [
|
||||
{
|
||||
"item": "minecraft:paper"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:paper"
|
||||
},
|
||||
{
|
||||
"item": "minecraft:leather"
|
||||
},
|
||||
{
|
||||
"type": "forge:ore_dict",
|
||||
"ore": "treeSapling"
|
||||
}
|
||||
],
|
||||
"result": {
|
||||
"item": "patchouli:guide_book",
|
||||
"nbt": {
|
||||
"patchouli:book": "naturesaura:book"
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue