init
This commit is contained in:
15
kubejs/README.txt
Normal file
15
kubejs/README.txt
Normal file
@@ -0,0 +1,15 @@
|
||||
Find out more info on the website: https://kubejs.com/
|
||||
|
||||
Directory information:
|
||||
|
||||
assets - Acts as a resource pack, you can put any client resources in here, like textures, models, etc. Example: assets/kubejs/textures/item/test_item.png
|
||||
data - Acts as a datapack, you can put any server resources in here, like loot tables, functions, etc. Example: data/kubejs/loot_tables/blocks/test_block.json
|
||||
|
||||
startup_scripts - Scripts that get loaded once during game startup - Used for adding items and other things that can only happen while the game is loading (Can be reloaded with /kubejs reload_startup_scripts, but it may not work!)
|
||||
server_scripts - Scripts that get loaded every time server resources reload - Used for modifying recipes, tags, loot tables, and handling server events (Can be reloaded with /reload)
|
||||
client_scripts - Scripts that get loaded every time client resources reload - Used for JEI events, tooltips and other client side things (Can be reloaded with F3+T)
|
||||
|
||||
config - KubeJS config storage. This is also the only directory that scripts can access other than world directory
|
||||
exported - Data dumps like texture atlases end up here
|
||||
|
||||
You can find type-specific logs in logs/kubejs/ directory
|
||||
4
kubejs/assets/ars_nouveau/lang/en_us.json
Normal file
4
kubejs/assets/ars_nouveau/lang/en_us.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"plant.agricraft.ars_nouveau.magebloom": "Magebloom",
|
||||
"seed.agricraft.ars_nouveau.magebloom": "Magebloom Seed"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_hash",
|
||||
"textures": {
|
||||
"crop": "ars_nouveau:block/manabloom/stage1"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_hash",
|
||||
"textures": {
|
||||
"crop": "ars_nouveau:block/manabloom/stage1"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_hash",
|
||||
"textures": {
|
||||
"crop": "ars_nouveau:block/manabloom/stage1"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_hash",
|
||||
"textures": {
|
||||
"crop": "ars_nouveau:block/manabloom/stage2"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_hash",
|
||||
"textures": {
|
||||
"crop": "ars_nouveau:block/manabloom/stage2"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_hash",
|
||||
"textures": {
|
||||
"crop": "ars_nouveau:block/manabloom/stage3"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_hash",
|
||||
"textures": {
|
||||
"crop": "ars_nouveau:block/manabloom/stage3"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_hash",
|
||||
"textures": {
|
||||
"crop": "ars_nouveau:block/manabloom/stage4"
|
||||
}
|
||||
}
|
||||
6
kubejs/assets/ars_nouveau/models/seed/magebloom.json
Normal file
6
kubejs/assets/ars_nouveau/models/seed/magebloom.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "minecraft:item/generated",
|
||||
"textures": {
|
||||
"layer0": "ars_nouveau:item/magebloom_seed"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"parent": "minecraft:block/orientable_with_bottom",
|
||||
"textures": {
|
||||
"bottom": "bloodmagic:block/arc_bottom",
|
||||
"front": "kubejs:block/arc_front_s",
|
||||
"side": "kubejs:block/arc_side_s",
|
||||
"top": "kubejs:block/arc_top_s"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"parent": "minecraft:block/orientable_with_bottom",
|
||||
"textures": {
|
||||
"bottom": "bloodmagic:block/arc_bottom",
|
||||
"front": "bloodmagic:block/arc_front_s_lit",
|
||||
"side": "bloodmagic:block/arc_side_s_lit",
|
||||
"top": "kubejs:block/arc_top_s"
|
||||
}
|
||||
}
|
||||
51
kubejs/assets/botania/lang/en_us.json
Normal file
51
kubejs/assets/botania/lang/en_us.json
Normal file
@@ -0,0 +1,51 @@
|
||||
{
|
||||
"agricraft.tooltip.condition.botania_mana": "This plant can not grow without mana",
|
||||
"description.agricraft.botania.black_mystical_flower": "Jet-black with vaguely velvety petals.",
|
||||
"description.agricraft.botania.blue_mystical_flower": "It's azure cups sometimes contain water.",
|
||||
"description.agricraft.botania.brown_mystical_flower": "Earthy and rich, it smells of petrichor.",
|
||||
"description.agricraft.botania.cyan_mystical_flower": "Appears spiky, but is actually rather soft.",
|
||||
"description.agricraft.botania.gray_mystical_flower": "Colored and shaped like a plume of smoke.",
|
||||
"description.agricraft.botania.green_mystical_flower": "A color so rare in this new world.",
|
||||
"description.agricraft.botania.light_blue_mystical_flower": "The color of the sky... or what used to be, anyways.",
|
||||
"description.agricraft.botania.light_gray_mystical_flower": "Vaguely speaker-shaped.",
|
||||
"description.agricraft.botania.lime_mystical_flower": "These would probably be sour, if they were edible.",
|
||||
"description.agricraft.botania.magenta_mystical_flower": "Shaped like perfect magenta starbursts.",
|
||||
"description.agricraft.botania.orange_mystical_flower": "These smell very citrus-y!",
|
||||
"description.agricraft.botania.pink_mystical_flower": "Despite appearances, actually very sharp.",
|
||||
"description.agricraft.botania.purple_mystical_flower": "Royal, powerful purple",
|
||||
"description.agricraft.botania.red_mystical_flower": "It's sanguine magical essence calls to you...",
|
||||
"description.agricraft.botania.white_mystical_flower": "Pristine and purifying.",
|
||||
"description.agricraft.botania.yellow_mystical_flower": "Almost as bad as ragweed.",
|
||||
"plant.agricraft.botania.black_mystical_flower": "Mystical Black Flower",
|
||||
"plant.agricraft.botania.blue_mystical_flower": "Mystical Blue Flower",
|
||||
"plant.agricraft.botania.brown_mystical_flower": "Mystical Brown Flower",
|
||||
"plant.agricraft.botania.cyan_mystical_flower": "Mystical Cyan Flower",
|
||||
"plant.agricraft.botania.gray_mystical_flower": "Mystical Gray Flower",
|
||||
"plant.agricraft.botania.green_mystical_flower": "Mystical Green Flower",
|
||||
"plant.agricraft.botania.light_blue_mystical_flower": "Mystical Light Blue Flower",
|
||||
"plant.agricraft.botania.light_gray_mystical_flower": "Mystical Light Gray Flower",
|
||||
"plant.agricraft.botania.lime_mystical_flower": "Mystical Lime Flower",
|
||||
"plant.agricraft.botania.magenta_mystical_flower": "Mystical Magenta Flower",
|
||||
"plant.agricraft.botania.orange_mystical_flower": "Mystical Orange Flower",
|
||||
"plant.agricraft.botania.pink_mystical_flower": "Mystical Pink Flower",
|
||||
"plant.agricraft.botania.purple_mystical_flower": "Mystical Purple Flower",
|
||||
"plant.agricraft.botania.red_mystical_flower": "Mystical Red Flower",
|
||||
"plant.agricraft.botania.white_mystical_flower": "Mystical White Flower",
|
||||
"plant.agricraft.botania.yellow_mystical_flower": "Mystical Yellow Flower",
|
||||
"seed.agricraft.botania.black_mystical_flower": "Mystical Black Seeds",
|
||||
"seed.agricraft.botania.blue_mystical_flower": "Mystical Blue Seeds",
|
||||
"seed.agricraft.botania.brown_mystical_flower": "Mystical Brown Seeds",
|
||||
"seed.agricraft.botania.cyan_mystical_flower": "Mystical Cyan Seeds",
|
||||
"seed.agricraft.botania.gray_mystical_flower": "Mystical Gray Seeds",
|
||||
"seed.agricraft.botania.green_mystical_flower": "Mystical Green Seeds",
|
||||
"seed.agricraft.botania.light_blue_mystical_flower": "Mystical Light Blue Seeds",
|
||||
"seed.agricraft.botania.light_gray_mystical_flower": "Mystical Light Gray Seeds",
|
||||
"seed.agricraft.botania.lime_mystical_flower": "Mystical Lime Seeds",
|
||||
"seed.agricraft.botania.magenta_mystical_flower": "Mystical Magenta Seeds",
|
||||
"seed.agricraft.botania.orange_mystical_flower": "Mystical Orange Seeds",
|
||||
"seed.agricraft.botania.pink_mystical_flower": "Mystical Pink Seeds",
|
||||
"seed.agricraft.botania.purple_mystical_flower": "Mystical Purple Seeds",
|
||||
"seed.agricraft.botania.red_mystical_flower": "Mystical Red Seeds",
|
||||
"seed.agricraft.botania.white_mystical_flower": "Mystical White Seeds",
|
||||
"seed.agricraft.botania.yellow_mystical_flower": "Mystical Yellow Seeds"
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/black_mystical_flower0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/black_mystical_flower0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/black_mystical_flower0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/black_mystical_flower1"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/black_mystical_flower1"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/black_mystical_flower2"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/black_mystical_flower2"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "botania:block/black_mystical_flower"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/blue_mystical_flower0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/blue_mystical_flower0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/blue_mystical_flower0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/blue_mystical_flower1"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/blue_mystical_flower1"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/blue_mystical_flower2"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/blue_mystical_flower2"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "botania:block/blue_mystical_flower"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/brown_mystical_flower0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/brown_mystical_flower0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/brown_mystical_flower0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/brown_mystical_flower1"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/brown_mystical_flower1"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/brown_mystical_flower2"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/brown_mystical_flower2"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "botania:block/brown_mystical_flower"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/cyan_mystical_flower0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/cyan_mystical_flower0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/cyan_mystical_flower0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/cyan_mystical_flower1"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/cyan_mystical_flower1"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/cyan_mystical_flower2"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/cyan_mystical_flower2"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "botania:block/cyan_mystical_flower"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/gray_mystical_flower0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/gray_mystical_flower0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/gray_mystical_flower0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/gray_mystical_flower1"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/gray_mystical_flower1"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/gray_mystical_flower2"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/gray_mystical_flower2"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "botania:block/gray_mystical_flower"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/green_mystical_flower0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/green_mystical_flower0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/green_mystical_flower0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/green_mystical_flower1"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/green_mystical_flower1"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/green_mystical_flower2"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/green_mystical_flower2"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "botania:block/green_mystical_flower"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/light_blue_mystical_flower0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/light_blue_mystical_flower0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/light_blue_mystical_flower0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/light_blue_mystical_flower1"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/light_blue_mystical_flower1"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/light_blue_mystical_flower2"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/light_blue_mystical_flower2"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "botania:block/light_blue_mystical_flower"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/light_gray_mystical_flower0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/light_gray_mystical_flower0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/light_gray_mystical_flower0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/light_gray_mystical_flower1"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/light_gray_mystical_flower1"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/light_gray_mystical_flower2"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/light_gray_mystical_flower2"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "botania:block/light_gray_mystical_flower"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/lime_mystical_flower0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/lime_mystical_flower0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/lime_mystical_flower0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/lime_mystical_flower1"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/lime_mystical_flower1"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/lime_mystical_flower2"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/lime_mystical_flower2"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "botania:block/lime_mystical_flower"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/magenta_mystical_flower0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/magenta_mystical_flower0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/magenta_mystical_flower0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/magenta_mystical_flower1"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/magenta_mystical_flower1"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/magenta_mystical_flower2"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/magenta_mystical_flower2"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "botania:block/magenta_mystical_flower"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/orange_mystical_flower0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/orange_mystical_flower0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/orange_mystical_flower0"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/orange_mystical_flower1"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/orange_mystical_flower1"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"parent": "agricraft:crop/crop_cross",
|
||||
"textures": {
|
||||
"crop": "agricraft:plant/botania/orange_mystical_flower2"
|
||||
}
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user