This commit is contained in:
Ellpeck 2018-10-26 02:56:38 +02:00
parent cd2947f825
commit a4b90bfbc8
4 changed files with 37 additions and 4 deletions

View file

@ -11,7 +11,7 @@ buildscript {
apply plugin: 'net.minecraftforge.gradle.forge' apply plugin: 'net.minecraftforge.gradle.forge'
apply plugin: 'maven' apply plugin: 'maven'
version = "1.0" version = "a1"
group = "de.ellpeck.naturesaura" group = "de.ellpeck.naturesaura"
archivesBaseName = "naturesaura" archivesBaseName = "naturesaura"
@ -32,6 +32,8 @@ repositories {
dependencies { dependencies {
deobfCompile "mezz.jei:jei_1.12.2:4.13.1.220" deobfCompile "mezz.jei:jei_1.12.2:4.13.1.220"
deobfCompile "com.azanor.baubles:Baubles:1.12-1.5.2" deobfCompile "com.azanor.baubles:Baubles:1.12-1.5.2"
compile files("/lib/Patchouli.jar")
} }

View file

@ -1,7 +1,8 @@
{ {
"display": { "display": {
"icon": { "icon": {
"item": "patchouli:guide_book" "item": "patchouli:guide_book",
"nbt": "{\"patchouli:book\":\"naturesaura:book\"}"
}, },
"title": { "title": {
"translate": "advancement.naturesaura.get_book" "translate": "advancement.naturesaura.get_book"
@ -17,7 +18,8 @@
"conditions": { "conditions": {
"items": [ "items": [
{ {
"item": "patchouli:guide_book" "item": "patchouli:guide_book",
"nbt": "{\"patchouli:book\":\"naturesaura:book\"}"
} }
] ]
} }

View file

@ -3,5 +3,10 @@
"landing_text": "info.naturesaura.book.landing", "landing_text": "info.naturesaura.book.landing",
"advancement_namespaces": [ "advancement_namespaces": [
"naturesaura" "naturesaura"
] ],
"creative_tab": "naturesaura",
"advancements_tab": "naturesaura",
"book_texture": "patchouli:textures/gui/book_green",
"model": "patchouli:book_green",
"subtitle": "Haha yes"
} }

View 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"
}
}
}