Support Tickets


This page is still WIP!

Liquid-Liquid Mixing with create

AdmiredBeef: Hi! Trying to add some molten metal alloying recipes and am running into an issue where the fluids can't be mixed in the same basin they are melted in. Has anyone encountered this issue before? I don't think it's exactly kubejs-related, but I thought maybe someone here would have an idea about it. I saw that the create addon wiki page mentions that fluid outputs should have an item output as well; what's going on there? Any advice would be much appreciated. Thanks!

πŸ’¬ 2 • 1.21 • Forge • 

cosmetics

Cth4n: hi so i wanted to make a thing on my server for like permanent cosmetics where people can equip them like if they have access, how can i go about making something like that

πŸ’¬ 1 • 1.21 • Forge • 

PersistentData QuestCompletionCount, pseudo script provided.

RARE PANDA: Hello im trying to make a kubejs (1.20.1 forge) script that saves the counts of each quests completion (in repeatable quests for example) so that it unlocks something when they complete the quest a certain ammount of times. if something like this is already in ftbquests plz tell.

πŸ’¬ 1 • 1.20.1 • Forge • 

Make custom fluid show ingots instead of mb in Tconstruct JEI

J.F. Lifesteal: Normal molten metals in tconstruct show the amount of ingots/nuggets of fluid in a recipe (where 1 ingot = 90mb). How can I do this with a custom fluid?

πŸ’¬ 3 • 1.18.2 • Forge • 

return food container after eating

Mixa279Ua: like i drink a drink and get a bottle back

πŸ’¬ 8 • 1.20.1 • Forge • 

BlockEvent silently registers for all events if ID doesn't exist

Mqrius: Ran into a bug where `BlockEvents.broken('#tfc:mineable_with_sharp_tool', event => {` would trigger on every block, because BlockEvents seems to want a block ID, not a tag.

πŸ’¬ 4 • 1.20.1 • Forge • 

registering new blockstates/properties to add to new blocks or using blockstates from mods

RJames: I know how to add properties to blocks when registering a new blocks using the property() method, however i want to know if it is possible to add/register my own properties so i can use that custom property for the specific blocks i want to make, or alternatively, use properties from other mods. which classes do i need to load to achieve this

πŸ’¬ 2 • 1.20.1 • Forge • 

is it possible to make a kubejs chest-GUI (neoforge-1.21.1)

Tuxy: so that if an item is seletcted itll run a command, etc,

πŸ’¬ 1 • 1.21 • Forge • 

`forEachRecipe` doesn't include newly added recipes

Aurif: I am trying to use `event.forEachRecipe` to iterate over all recipes of a specific type, however, it doesn't seem to include recipes that were added through kubejs itself.

πŸ’¬ 5 • 1.21 • Forge • 

No player needed spawners

T^T: Hello, is there any chance that it's possible to make code where you depends of clicking on spawner with for example create wrench and it's turning into spawner that doesn't need player near?

πŸ’¬ 51 • 1.21 • Forge • 

Making Rarer Mobs Naturally Spawn

EEX5: Alright so I'm trying to make it so rarer mobs(mobs with better armor, tools, even charged creepers) spawn more commonly/naturally. But I have NO IDEA how to use entity events on kube so that's why I need help.

πŸ’¬ 1 • 1.20.1 • Forge • 

Reading json in ServerEvents.generateData

Bord Listian: Is there a way to read a datapack json in the generateData event? I want to make small changes to vanilla files but currently the way to do this is to copy the entire thing into my js code.

πŸ’¬ 1 • 1.21 • Forge • 

I try to use so meter using custom model data because that is only know me it.

sys: but it not work.

πŸ’¬ 1 • 1.20.1 • Forge • 

can't get removing with a list to work.

PotatoBro: I honestly don't know what's happening. The top list appears to work but then the recipe reconstructs itself.

πŸ’¬ 3 • 1.20.1 • Forge • 

Seeing if its possible or not..

MangoNugget.πŸ”₯: My girlfriend wants a server with horror mods, personally i dont have much experience with them just that most will kill you almost instantly at any time, so i was wondering if kubejs could restrict the events and entity spawning

πŸ’¬ 1 • 1.21 • Forge • 

removing block cutting recipe

Melon: Im trying to remove the oak wood block cutting recipe but cannot figure it out.

πŸ’¬ 20 • 1.20.4 • Forge • 

Sophisticated Storage Reducing JEI Spam

KCtops6: Hello, looking to use RecipeViewerEvents to significantly limit the number of redundant chests, barrels, etc... appearing on JEI. Looking for some pointers on how to proceed with this. Help is appreciated in advance!

πŸ’¬ 2 • 1.21 • Forge • 

kubejs error

oden | farming: hey i took recipes from CABIN: Create Above & Beyond In Newer put them in my modpack to get recipes to create things does anyone know what these are wrong with

πŸ’¬ 4 • 1.20.1 • Forge • 

block particle isnt applied to block

JoniCraftHD: ```js

πŸ’¬ 1 • 1.20.1 • Forge • 

cant detect luckperms nodes.

Tuxy: [21:08:55] [Server thread/INFO] [minecraft/MinecraftServer]: tuxmango joined the game

πŸ’¬ 2 • 1.21 • Forge • 

How to disable mod mob summoned structures (i.e. custom golem patterns)

CostlierSquid: Hello, so I'm trying to disable the copper golem spawning from the caverns and chasms mod as unfortunately there is no config to disable it on its own. I have made a script that clears and deletes the entity almost instantly, which is great, but the blocks used in the pattern for creating the golem (carved pumpkin with lightning rod on top) get deleted, essentially wasting your materials. Is there a way to replace these blocks or never have them be removed in the first place. I am aware that the mod itself I believe is hard coded to remove the blocks, but is there any way to combat this? Would really appreciate some help. Thank you in advance.

πŸ’¬ 8 • 1.20.1 • Forge • 

Feature Request / Issue: Need animal protection in claimed chunks with FTB Chunks integration

Lucas Gabriel: In ATM10 (All The Mods 10) version 5.3.1, I'm trying to prevent players from damaging passive animals (cows, pigs, sheep, chickens, bees, etc.) in chunks claimed via FTB Chunks, unless they are the owner or an ally of the claim.

πŸ’¬ 19 • 1.21 • Forge • 

Do composter recipes work?

Phillip and Friends: I tried to make some custom composting recipes with ServerEvents.compostableRecipes, following some example scripts. The script reloads with no errors but the recipe doesn't do anything. Is this just broken on 1.20.1 Fabric, and if so, any chance it can be fixed in the near future?

πŸ’¬ 1 • 1.20.1 • Fabric • 

Adding an existing AI goal to a different AI

Burning Sulphur: <@696035922030100561> , I know how to remove AI goals now. i'm struggling to understand the wiki on how to add AI goals. I want to add the skeleton bow attack to the zombie. I am struggling to understand how to use these examples https://github.com/liopyu/EntityJS/wiki/AI-Creation

πŸ’¬ 110 • 1.20.1 • Forge • 

CustomNPCs mobs remove the custom goal

Andrezinh0: https://www.curseforge.com/minecraft/mc-mods/customnpcs-unofficial

πŸ’¬ 5 • 1.20.1 • Forge • 

I wanna bonemeal bedrock/stone to grow glow lichen on it

QuiteQuiet7: I tried don't with Blockevents.rightClicked and specify bonemeal in main hand, idk how to do that, and I tried asking gpt about it, who was undeniably useless and I know I'm not supposed to post ai code here.

πŸ’¬ 1 • 1.21 • Forge • 

Updating LDLib dynamic texture

Blakil: Am I right in thinking that it's impossible to update dynamic textures with data from the server? I'm facing a chicken-and-egg problem: it's impossible to update data entirely via DynamicTexture in server_scripts. So I have to use client_scripts, which in turn can't reach the server because there's no protocol for transferring large amounts of data?

πŸ’¬ 2 • 1.20.1 • Forge • 

Food Modifications

Kotara4: im trying to edit some food items but its not working

πŸ’¬ 24 • 1.21 • Forge • 

Can someone help me add a custom coolant for powah generators?

Fire_VA: I've been trying to add ether gas as a coolant for powah reactors but everything I've tried hasn't worked and I was hoping to get some help here

πŸ’¬ 1 • 1.21 • Forge • 

Change item attributes after crafting

shrimpo: My plan is to increase my sword's damage every time I craft it in a certain way.

πŸ’¬ 5 • 1.21 • Forge • 

Can i make it to where when you create a world you execute a command or get a item only once

TripleBomb: Hi i’m wondering if i cane make to where a person creates a world they get an item or execute a command only once, even if they rejoin the world

πŸ’¬ 1 • 1.20.1 • Forge • 

2d in inventory 3d model when held for kubejs blocks

YigitAKLN: is this possible if so how please i need it as fast as possible <:prayge:1441401806797148261>

πŸ’¬ 125 • 1.20.1 • Forge • 

Need help: Simulating player kill on mobs for Apotheosis drops (NeoForge 1.21.1)

Kacper:): Hi everyone,

πŸ’¬ 1 • 1.21 • Forge • 

replaceInput with tags

Owleee: I want to, for example, change every instance of `farmersdelight:onion` in cooking recipes to `#kubejs:onions`, but this also affects recipes with the ingredient `#forge:vegetables` as the onion item has this tag. is there a way to only target specifically the onion item but not the tag that contains it?

πŸ’¬ 7 • 1.20.1 • Forge • 

Certain Create blueprints do not hide properly in JEI using KubeJS

Ryu_Ronin: I am trying to hide specific Create items/blueprints from JEI using KubeJS on Forge 1.20.1.

πŸ’¬ 2 • 1.20.1 • Forge • 

Is player.tick laggy?

Pitersonix: ```js

πŸ’¬ 14 • 1.21 • Forge • 

read minecraft trades using morejs

Henry209809: ```

πŸ’¬ 1 • 1.20.1 • Forge • 

A custom command that requires a player to be in a scoreboard team

MasterNinad: [Latest 1.21.1 Neoforge Build of KubeJS]

πŸ’¬ 1 • 1.21 • Forge • 

[Bug?] KubeJS Create Thinks Tags Contain a Fluid

ratemisia!: 1.21.1, NeoForge 21.1.216.

πŸ’¬ 2 • 1.21 • Forge • 

unify items

NotNagato: hi im trying to unify items and im not sure where to start with it i started manually removing and replacing each recipe that had the item i wanted to replace in but then more and more things came out like block drops and chest loot if there is a way to fix this easier than replacing each item manually can someone please help me T_T

πŸ’¬ 13 • 1.20.1 • Forge • 

prevent default behavior for advancement rewards from advancement event

asof: i'm attempting to intercept the default behavior to make the "loot" reward type only claim when the player actually chooses to claim the item.

πŸ’¬ 1 • 1.20.1 • Forge • 

command builder accept any advancement namespace

asof: there's the "resource location" proprety, but how would i specify what kind of resource it uses? i'd want this command to only accept advancements.

πŸ’¬ 1 • 1.20.1 • Forge • 

Making silly custom items

Wikter: So I made like 2 items so far 1 is air strike which summons tnt from air and second is graveyard that summons skeletons

πŸ’¬ 2 • 1.20.1 • Forge • 

add.items for fabric 1.20.1

mr_ron: how does one add items so they're not hidden in REI if only a few recipes/items are wanted from a particular mod?

πŸ’¬ 1 • 1.20.1 • Fabric • 

Change entity max health with a command

Jmynii: is there a way to change the max health of an entity with a command using entityjs?

πŸ’¬ 8 • 1.20.1 • Forge • 

Manors Bounty and Let’s Do

ruby rock: Hello,

πŸ’¬ 2 • 1.20.1 • Forge • 

make an item unobtainable if it doesn't have specific nbt tag

SloppySlime: title, I want the player to only get an item from a certain source, this source gives the item nbt data that is unique to it. I want the player not to be able to get the item if it's not this specific one.However I don't know how to do that

πŸ’¬ 6 • 1.20.1 • Fabric • 

neofoge 1.21.1 server kubejs script issue

πŸ„±πŸ„°πŸ…πŸ…ƒ: // hourly_cog_rewards.js

πŸ’¬ 30 • 1.21 • Forge • 

Limit flying player's speed

Holmes: I'm looking to limit players creative or /fly flying speed, and wanted to see if it's possible using kube. No idea where to start looking for that info, so anything helps.

πŸ’¬ 1 • 1.20.1 • Forge • 

Is there a way to change with which attribute iron spell book spells damage scales.

Lebbog: For example with minecraft generic magic

πŸ’¬ 1 • 1.20.1 • Forge • 

Giving a KubeJS recipe priority over an existing recipe

DiscoTech: I'm trying to make a script which uses Create's haunting recipe type to turn moss blocks into Vanilla Backport's pale moss blocks.

πŸ’¬ 11 • 1.21 • Forge • 

Create recipes have "invalid fluid input" with no fluid inputs

aaasperaaa: i'm working on porting a kubeJS script from 1.20.1 to 1.21, and have been getting an error that makes no sense to me:

πŸ’¬ 5 • 1.21 • Forge • 

Removing items from JEI based on ingredients

Meepx13: Title, I would like to remove all create machines from JEI that use andesite alloy (removing industry from create)

πŸ’¬ 1 • 1.20.1 • Forge • 

Failed to synchronize registry data from server

Shiba: For the past few days, I have been creating items on my server, but when my friend tries to join, he gets this error. We have tried everything, even putting the same folder that is on the server into my friend's client, and it doesn't work. What solution is there for this?

πŸ’¬ 3 • 1.20.1 • Forge • 

Add custom damage type in code

Micky: I've seen the 1.20 method for this, but I can't find an equivalent as of yet. Autocompletion is absolutely not helping, and the type provided can't evne be used.

πŸ’¬ 1 • 1.21 • Forge • 

Origins classes with personal recipes

Ezekiel: Hello all! I'm building a modpack with classes and custom recipes for them. Despite the fact that the Origins already has tools for this function, on 1.20.1 Forge it's bugged (tags isn't working, but I need to ban hundreds of recipes), and mod no longer supported.

πŸ’¬ 2 • 1.20.1 • Forge • 

how to get a block to interact with its gui

γͺすき: I'm not good at coding. I need an item from slots 1 and 2 to be removed from the anvil when I right click on the anvil. I don't understand how I can access the anvil for this and what method to use.

πŸ’¬ 2 • 1.21 • Forge • 

Help trying to make an item with a random single enchant spawn in ANY chest

Soul: been trying to get a mods items to spawn in any chest not just the one the jar file has it set too and cant seem to get it right, if anyone could help that would be amazing.

πŸ’¬ 2 • 1.21 • Forge • 

Hide SpartanWeaponry tooltip properties

Estatrix: Is it possible to hide the Traits/Material tooltip from all items using Kube? They take too much space but I don't want to directly disable them

πŸ’¬ 18 • 1.20.1 • Forge • 

Silk Touch leads to infinite iron.

Nova: I customized drops for a minecraft ore block, and when I use silk touch on it it gives me more than just the ore block. How do I get it to drop only the iron ore block *when* it has silk touch?

πŸ’¬ 37 • 1.20.1 • Forge • 

Harder Raid

Vyehart: So Im currently trying to make raids harder and make them custom per Level of bad omen and per wave so far Ive been able to add custom equipment per wave and I can increase the amount of raiders that spawn from a pool of mobs however I want the higher levels of bad omen to trigger the additional spawns but I can only trigger them by changing the default bad omen level or the default multiplier in my script. Right now I have 3 items in my script to test Bad Omen Level a boss like mob that is intended to spawn on a Bad Omen Level 4 Wave 3 of a raid another intended event of only evokers spawning on Bad Omen Level 2 Wave 4 or a raid and the Multiplier that is also supposed to apply per level of Bad Omen. However my script is not getting the level of bad omen used to summon the raid Here is the script I am using. its to large to post as a script in this post.

πŸ’¬ 2 • 1.20.1 • Forge • 

Looking to convert a fix into a datapack

Aeratoth: So I made this fix for an issue I had with the create: factory must grow, and I want to convert it into a datapack so I can share the fix with others. The part that I can't figure out is how to get the "Amount:1000" into a datapack. If anyone knows how to do it, I would be super grateful.

πŸ’¬ 4 • 1.20.1 • Forge • 

how do I make this work to spawn tnt in the dirrection im looking?

Wikter: ```js

πŸ’¬ 2 • 1.20.1 • Forge • 

Is it possible to assign Nbt tag with number value to all instance of specific items?

Delphi: Is it possible? For context i am looking into creating a food expiry system for a modpack/server, and im trying to start with just trying to have food items universally start with a "freshness" level, if one could help me with the other steps that would be cool too but priority is just getting all the good items to have that.

πŸ’¬ 8 • 1.21 • Forge • 

theres a way to multiply the damage of all the weapons of a mod without making one by one?

GHOULST comm(1/5): im sorry, im kinda new with this, im trying to balance a modpack but theres to much weapons to go one by one

πŸ’¬ 14 • 1.20.1 • Forge • 

How do I remove recipes of other mods from my own NeoForge mod?

Ramen: I added KubeJS to my gradle and made a plugin for my mod, but I want to remove other mods recipes from my mod. Is this possible?

πŸ’¬ 8 • 1.21 • Forge • 

Why does this JavaAdapter not work?

Rimevel: ```js

πŸ’¬ 7 • 1.20.1 • Forge • 

setTimeout only works after /reload?

Dusty: Title says it. setTimeout seems to never work, but suddenly is fine after reload?

πŸ’¬ 1 • 1.20.1 • Forge • 

tags not adding to items

weedocto: hey, im trying to add haunted harvest corn to #forge:crops/corn but it just... isnt working?

πŸ’¬ 22 • 1.20.1 • Forge • 

Mystical Customization

Game_MasterHD: It's not about KubeJS itself, but I know the scripts are similar.

πŸ’¬ 1 • 1.20.1 • Forge • 

How to create a block with different models based off blockstate

Korrel_le_clown: I cant figure out how to create a block with blockstates, .setBlockstateJson isnt recognized and .blockstateJson just creates a textureless block.

πŸ’¬ 1 • 1.20.1 • Forge • 

How do i change an items color based on nbt?

Laze: i was testing but could only find out how to change it this way:

πŸ’¬ 5 • 1.20.1 • Forge • 

Block texture not loading

Jack | Zephr: Trying to add a custom block and the texture is just not showing at all. Followed all the stuff on the wiki and looked in here for related questions but can't sus out why its not working. Any help would be appreciated. Also, I have file extensions enabled in Windows 11, so its not that I've added extra text that isn't needed and therefore its not matching what I have in the js.

πŸ’¬ 3 • 1.20.1 • Forge • 

how do i get the id of an ingredient?

Þium: like

πŸ’¬ 7 • 1.20.1 • Forge • 

Using regex in RecipeViewerEvent.removeRecipes

PhénixCraie7: Hello,

πŸ’¬ 15 • 1.21 • Forge • 

1.20.1 Entity Loads Chunks

PierogiPL: Can i make an entity load chunks, kinda like a player, without the presence of a player needed tho

πŸ’¬ 2 • 1.20.1 • Forge • 

Random Starter Items

Cyan: How can I make it so the player gets a single item from a pre-defined list of items?

πŸ’¬ 5 • 1.20.1 • Forge • 

Replacing Apotheosis Gem loot tables with a custom item

Juni: Hi there! like the title says, i would like to replace all apotheosis gems in all loot tables with a general "gem" item, preferably a item matching to each tier of gem

πŸ’¬ 1 • 1.21 • Forge • 

How can I make a crafting recipe without consuming a certain item but rather wasting the durability

ItzByc (Ping on reply): What the title says pls

πŸ’¬ 1 • 1.20.1 • Forge • 

Cannot apply Custom Attributes/Tiers to Armor - How to build a Custom Piece of Armor?

EXPLO: Hello everyone. I am working on a modpack project that is strictly locked to specific mod versions due to dependencies. Because of this, I cannot simply "update to the latest version," so I need a solution that works within these constraints.

πŸ’¬ 1 • 1.21 • Forge • 

modify item durability

D.A.V.E.: I'm trying to modify the durability from the hammers and excavators of this mod. but the script doesn't work

πŸ’¬ 25 • 1.21 • Forge • 

Any idea to see what land claim an entity is in for FTB Chunks?

Zman.levi: I know the "/ftbchunks info" command exist, but it only returns a 1 if the entity is in a land claim, not specificially which claims it's in.

πŸ’¬ 1 • 1.20.1 • Forge • 

Can I blacklist/whitelist placing blocks in a specific dimensions?

QuiteQuiet7: I wanna make it so that the end dimension doesn't accept any block that isn't native to it and prevent the player from making a base there

πŸ’¬ 1 • 1.21 • Forge • 

Range Method???

♥β˜…TaraTheRatβ˜…♥: This modpack worked fine about 4-5 hours ago, but now it's giving me this error:

πŸ’¬ 35 • 1.21 • Forge • 

add a condition to LootJS.modifiers()

Osana: I want coins to drop when you break an ore, but obviously silktouch can exploit that. Ive tried .when and .conditions, but i don't know how.

πŸ’¬ 3 • 1.21 • Forge • 

Modified ATM9 error

freopt: I added and updated a bunch of mods in ATM9 and I get `Error in 'ServerEvents.recipes': An ingredient entry needs either a tag or an item` but it doesn't tell me where the error is. Some scripts end up broken like the magical soil recipe and botany pots for custom seeds and probably a bunch of others that I didn't notice.

πŸ’¬ 4 • 1.20.1 • Forge • 

Trying to make Vampire Bite

SUPERexter: It can't seem to work, I tried all the events that has something to do with interactions with right click!

πŸ’¬ 5 • 1.20.1 • Forge • 

I want to damage an entity when I right click with a bone

SUPERexter: It can't seem to work!

πŸ’¬ 6 • 1.20.1 • Forge • 

Custom Fluid for Create Splashing. is that possible?

GamerPal: Hello.

πŸ’¬ 27 • 1.21 • Forge • 

Restrict block placement/interaction to certain players

kummakapitany: I am currently using pufferfish's skills to make professions, and i originally wanted to use gamestages, but that mod is not out for 1.21.1. Is there a way to restrict block placement/interaction based on player tags/scoreboard data ?

πŸ’¬ 2 • 1.21 • Forge • 

Model errors causing a crash when useing EntityJS to clone Naga from Mowzies mobs

Burning Sulphur: Just trying to make a Naga with a custom owl texture, before i edit the behaviour to remove the acid spitting. can run /summon but then the game crashes

πŸ’¬ 76 • 1.20.1 • Forge • 

Xp boost effect

Isaac: I'm trying to create an effect that boosts xp gain by 2x, I just have no clue how to do it. I checked the wiki and I don't quite understand.

πŸ’¬ 1 • 1.20.1 • Forge • 

any way to add a block update listener to a custom block?

Quadruplay: i'm making a sieve, so i gotta detect when sand/gravel/etc gets placed above. i could use the block placed event, but that excludes other methods of placement such as falling, so my best bet would be to check on every block update which these trigger

πŸ’¬ 1 • 1.20.1 • Forge • 

Preventing Weather Clear on Sleep

Kunfury: Is it possible to prevent the game from clearing the weather every time the night is slept through?

πŸ’¬ 6 • 1.20.1 • Forge • 

Register Tool Tiers with Custom Items

∫ntegral + C: Is there any way to get kjs to acknowledge the existence of custom items before registering tool tiers? I'm trying to register a tier that relies on a custom item but get the error that `kubejs:prismadark_ingot` doesn't exist:

πŸ’¬ 2 • 1.21 • Forge • 

remove cant_accelerate in atm 10

zebjonk: how do i remove a specific tag from a block (in my case the productive bees beehives)

πŸ’¬ 4 • 1.21 • Forge • 

Class NativeEventWrapper not allowed blocks the use of onEvent trigger

Lillo: ```const BuildCompletedEvent = Java.loadClass('com.minecolonies.api.eventbus.events.colony.buildings.BuildingConstructionModEvent');

πŸ’¬ 1 • 1.20.4 • Forge • 

shapeless craft with any item

Π΄Π·ΡŽΡ€Ρ‡ΠΈΠΊ: ```js

πŸ’¬ 19 • 1.20.1 • Forge • 

Pickaxe generation

DarkstNight: So I have created several materials and want to make pickaxes based off of the materials. I have tiers for several ones and just want to see if it works, but there are instances where there is a material and a material type that match up. Here's what I want to happen: when two match up ie. superdense (infinity, space_time, dimensionally_transcendent, or interdimensional), making it use superdense stats, but multiplying durability by (infinity, space_time, dimensionally_transcendent, or interdimensional) and adding (1 (adding and extra 1 as it goes up through the tiers (infinity to space_time to dimensionally_transcendent to interdimensional))) to the rest of the stats.

πŸ’¬ 15 • 1.20.1 • Forge • 

lootjs drops from wiredredstone [FABRIC - 1.20.1]

mr_ron: i have this:

πŸ’¬ 1 • 1.20.1 • Fabric • 

Showing 100/10718 posts