Skip to content

Commit

Permalink
Almost forgot the Ancestor!
Browse files Browse the repository at this point in the history
  • Loading branch information
OpenBagTwo committed Dec 11, 2022
1 parent cc123ee commit 61c0e10
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ execute if block ~ ~1 ~ minecraft:hopper{Items:[{Slot:0b, id:"minecraft:grass"},
execute if block ~ ~1 ~ minecraft:hopper{Items:[{Slot:0b, id:"minecraft:seagrass"}, {Slot:1b, id:"minecraft:paper", tag:{display: {Name: '{"text":"oddish.gcode"}'}}}]} run data modify entity @e[type=minecraft:glow_item_frame, distance=0..1, limit=1] Item set value {id:"minecraft:seagrass", tag:{CustomModelData:1, display:{Name:'{"text":"Oddish"}'}}, Count:1b}
execute if block ~ ~1 ~ minecraft:hopper{Items:[{Slot:0b, id:"minecraft:seagrass"}, {Slot:1b, id:"minecraft:paper", tag:{display: {Name: '{"text":"oddish.gcode"}'}}}]} run data modify block ~ ~1 ~ Items[{Slot:0b}] merge value {Count:0b}

execute if block ~ ~1 ~ minecraft:hopper{Items:[{Slot:0b, id:"minecraft:radish"}, {Slot:1b, id:"minecraft:paper", tag:{display: {Name: '{"text":"oddish.gcode"}'}}}]} run data modify entity @e[type=minecraft:glow_item_frame, distance=0..1, limit=1] Item set value {id:"minecraft:radish", tag:{CustomModelData:1, display:{Name:'{"text":"Ancestor"}'}}, Count:1b}
execute if block ~ ~1 ~ minecraft:hopper{Items:[{Slot:0b, id:"minecraft:radish"}, {Slot:1b, id:"minecraft:paper", tag:{display: {Name: '{"text":"oddish.gcode"}'}}}]} run data modify block ~ ~1 ~ Items[{Slot:0b}] merge value {Count:0b}

execute if block ~ ~1 ~ minecraft:hopper{Items:[{Slot:0b, id:"minecraft:ender_eye"}, {Slot:1b, id:"minecraft:paper", tag:{display: {Name: '{"text":"scarlet_pearl.gcode"}'}}}]} run data modify entity @e[type=minecraft:glow_item_frame, distance=0..1, limit=1] Item set value {id:"minecraft:ender_eye", tag:{CustomModelData:1, display:{Name:'{"text":"Scarlet Pearl"}'}}, Count:1b}
execute if block ~ ~1 ~ minecraft:hopper{Items:[{Slot:0b, id:"minecraft:ender_eye"}, {Slot:1b, id:"minecraft:paper", tag:{display: {Name: '{"text":"scarlet_pearl.gcode"}'}}}]} run data modify block ~ ~1 ~ Items[{Slot:0b}] merge value {Count:0b}

Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"parent": "item/custom/sphere_with_the_leaves",
"textures": {
"0": "item/ancestor"
}
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"parent": "minecraft:item/generated",
"textures": {
"layer0": "minecraft:item/radish"
},
"overrides": [
{"predicate": {"custom_model_data": 1}, "model": "item/custom/ancestor"}
]
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,10 @@ Command to Obtain: `/give @s minecraft:grass{CustomModelData:1}`

"Filename" for 3D printing: `oddish.gcode`

_**Bonus**: use seagrass instead of regular grass and you'll get a yellow oddish, which is
part of OpenBagTwo family lore_. Put in a radish instead, and you'll get a red variant
dubbed an "Ancestor."

#### [Scarlet Pearl](https://www.youtube.com/pearlescentmoon)

Base Item: Eye of Ender
Expand Down

0 comments on commit 61c0e10

Please sign in to comment.