► SVG (interactive)
► PNG (static)
All basic minecraft items can be used by their unlocalized name (1.12.2), if you are using a specific texture or item, you can use a link !
We generate the image from a simple url so there is no need for code and can be used in any image source !
This method generates images with interactions !
Hard to integrate
http://mig.baramex.me/requests/get/ctg/svg
Easy to integrate !
This method generates a static image, without any interactions
http://mig.baramex.me/requests/get/ctg/png
Items
You can use theitem1_src
query up to item9_src
with the source of the texture (url or unlocalized name of the item) and item1_emplacement
up to item9_emplacement
with
number of 1 to 9
Crafted Item
You can use thecraftedItem_src
query with the source of the texture (url or unlocalized name of the item) and (optional) craftedItem_count
with number of 1 to 64
Custom Width (optional)
Default is 520px, you can change this with queryw
(number only, without 'px')
Hover Text (optional) ⚠ only SVG
You can use theitem1_name
query up to item9_name
and craftedItem_name
to set the hover text of the item
Exemple query (craft flint and steel):
(url)?item1_src=flint&item1_emplacement=8&craftedItem_src=flint_and_steel&item2_src=iron_ingot&item2_emplacement=4
Exemple (craft iron nuggets):
(url)?item1_src=iron_ingot&item1_emplacement=5&craftedItem_src=iron_nugget&craftedItem_count=9